agent-inbox

List and update agent inbox feedback items with statuses and topics.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Soufianouassif/Web3-Presale-Platform --skill agent-inbox-soufianouassif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-inbox
Source: https://github.com/Soufianouassif/Web3-Presale-Platform/tree/main/.local/skills/agent-inbox
Command: npx skills add https://github.com/Soufianouassif/Web3-Presale-Platform --skill agent-inbox-soufianouassif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and manage user feedback items from the agent inbox. It helps agents and product teams stay on top of bug reports, feature requests, and other inbox items by enabling quick viewing, filtering, and status updates.

Core Features & Use Cases

  • List inbox items with optional filters for status and topic.
  • Update item statuses (PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, DELETED) and track changes.
  • Review, acknowledge, dismiss, or implement feedback across reps and repls.

Quick Start

List pending items and mark the most relevant one as IMPLEMENTED.

Frequently Asked Questions about agent-inbox

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

FAQPage Schema
How do I manage agent inbox feedback items and update their status?

Manage agent inbox feedback by listing items with optional filters for status and topic, then updating item statuses like ACKNOWLEDGED, DISMISSED, or IMPLEMENTED to track review progress.

What statuses can I assign to user feedback items in an agent inbox?

Assignable statuses for user feedback items include PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, and DELETED, enabling structured tracking of bug reports and feature requests from review to completion.

How do I filter bug reports and feature requests when reviewing an agent inbox?

Filter bug reports and feature requests by applying optional status and topic filters to listAgentInboxItems, allowing targeted review of pending or acknowledged feedback across reps and repls.

Can I automate acknowledging or dismissing feedback items across multiple reps?

Yes, updateAgentInboxItem supports performing actions like acknowledge, dismiss, or mark as implemented across reps and repls, with input validation and robust error handling for safe bulk workflow operations.

What is the best way to track implemented feature requests from user feedback?

Track implemented feature requests by updating user feedback item statuses to IMPLEMENTED after review, using defined statuses and topics to maintain an organized record of completed inbox items.

Does this agent inbox feedback tool require any external dependencies or components?

No, the agent inbox feedback tool operates with no external dependencies or components, implementing listAgentInboxItems and updateAgentInboxItem natively with input validation and robust error handling.