agent-inbox

List and update agent inbox feedback items with status filters.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill agent-inbox-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-inbox
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/skills/agent-inbox
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill agent-inbox-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users view, filter, and manage feedback items such as bug reports, feature requests, and design comments stored in the agent inbox.

Core Features & Use Cases

  • listAgentInboxItems: Retrieve inbox items with optional status or topic filters.
  • updateAgentInboxItem: Change the status of a specific inbox item.
  • Use cases include checking pending bug reports, marking feature requests as implemented, and dismissing irrelevant feedback.

Quick Start

List all pending inbox items and acknowledge each one.

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 items stored in the agent inbox?

To manage user feedback items, you can retrieve and list them from the agent inbox, then apply status updates like ACKNOWLEDGED, DISMISSED, or IMPLEMENTED to track bug reports and feature requests.

How do I filter and review pending bug reports and feature requests?

You can filter and review pending bug reports and feature requests by retrieving agent inbox items with optional status or topic filters, allowing you to check specific feedback categories efficiently.

What is the best way to update the status of a feature request to implemented?

The best way to update a feature request status to implemented is by applying the updateAgentInboxItem function, which transitions the specific inbox item's state to ensure proper handling.

Can I dismiss irrelevant design suggestions from the agent inbox?

Yes, you can dismiss irrelevant design suggestions by updating the specific agent inbox item status to DISMISSED, ensuring proper validation and handling of your feedback list.

Why does the agent inbox require validation for feedback updates?

The agent inbox requires validation for feedback updates to ensure proper handling of inbox availability and prevent errors when transitioning item statuses like ACKNOWLEDGED or IMPLEMENTED.

What are the supported status transitions for tracking inbox feedback?

Supported status transitions for tracking inbox feedback include ACKNOWLEDGED, DISMISSED, and IMPLEMENTED, allowing you to properly resolve and manage bug reports, feature requests, and design comments.