agent-inbox

List and update user feedback items from the agent inbox.

5|21|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/Exocore-Organization/exocore-web --skill agent-inbox-exocore-organization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-inbox
Source: https://github.com/Exocore-Organization/exocore-web/tree/main/.local/skills/agent-inbox
Command: npx skills add https://github.com/Exocore-Organization/exocore-web --skill agent-inbox-exocore-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and manage user feedback items from the agent inbox. Use when the user asks about feedback, bug reports, feature requests, or inbox items.

Core Features & Use Cases

  • List and filter inbox items by status and topic.
  • Update item statuses (PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, DELETED).
  • Review and acknowledge feedback from users across repls.

Quick Start

Show me all pending inbox items and their statuses.

Frequently Asked Questions about agent-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage user feedback and bug reports submitted to my repl?

To manage user feedback and bug reports for your repl, you can list and filter inbox items by topic, then update their status to track resolution progress.

What statuses can I assign to inbox items when organizing feature requests?

You can assign PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, or DELETED statuses to feature requests and bug reports to organize your inbox items effectively.

Can I filter my agent inbox to only show pending feedback items?

Yes, you can filter your agent inbox to display only pending feedback items by querying items based on their status and topic fields across your repls.

How do I review and acknowledge user feedback across multiple repls?

You can review and acknowledge user feedback across multiple repls by listing inbox items using their replId and updating the status from PENDING to ACKNOWLEDGED.

What information is tracked for each bug report or feature request in the inbox?

Each bug report or feature request in the inbox tracks an id, replId, status, topic, feedbackText, timeCreated, and timeUpdated to provide complete feedback context.

Is there a way to dismiss irrelevant user feedback from my agent inbox?

Yes, you can dismiss irrelevant user feedback from your agent inbox by locating the specific item and updating its status to DISMISSED or DELETED.