agent-inbox

List and manage agent inbox feedback items with status and topic filters.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill agent-inbox-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-inbox
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/agent-inbox
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill agent-inbox-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and manage user feedback items from the agent inbox, enabling quick response to bug reports, feature requests, and other feedback threads.

Core Features & Use Cases

  • List inbox items with optional status and topic filters to quickly identify pending items.
  • Update the status of an inbox item (e.g., PENDING, ACKNOWLEDGED, IMPLEMENTED) to track progress and closure.
  • Validate that the inbox feature is enabled for the repl and provide structured item management for reviews and actions.

Quick Start

Ask me to list inbox items or update an item’s status to review feedback.

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 in my agent inbox?

You can manage user feedback in the agent inbox by listing items with optional status and topic filters, then acknowledging, dismissing, or marking items as implemented to track progress and closure.

How do I filter inbox items by status and topic to find pending feature requests?

Filtering inbox items by status and topic allows you to quickly identify pending feature requests and bug reports. You apply optional status and topic filters when listing items to isolate specific feedback threads.

Can I update the status of an inbox item to track progress on a bug report?

Yes, you can update the status of an inbox item to track progress on a bug report. Valid status values include PENDING, ACKNOWLEDGED, and IMPLEMENTED, which are validated to prevent invalid operations.

Does the agent inbox feature need to be enabled before managing feedback items?

Yes, the agent inbox feature must be enabled for the repl before managing feedback items. The system validates that inbox features are enabled and provides structured item management for reviews and actions.

What happens if I try to update an inbox item with an invalid status value?

Updating an inbox item with an invalid status value is prevented by validation logic. The system enforces valid status values to ensure structured item management and prevent invalid operations on feedback threads.