agent-inbox

Manages user feedback, bug reports, and feature requests in the inbox with statuses and filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to manage user feedback, bug reports, and feature requests submitted through the agent inbox, ensuring no valuable input is lost or overlooked.

Core Features & Use Cases

  • List Feedback: View pending, acknowledged, dismissed, or implemented items.
  • Update Status: Change the status of feedback items after review.
  • Categorize Feedback: Filter feedback by topics like bug reports, feature requests, design, or content.
  • Use Case: After a new feature release, you can use this skill to list all new FEATURE_REQUEST items and update their status to ACKNOWLEDGED as you begin planning the next iteration.

Quick Start

List all pending feedback items in the agent inbox.

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 an inbox?

You can manage user feedback and bug reports by listing submitted items with filters for status and topic, then updating their status to PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, or DELETED.

How do I filter feature requests and bug reports by topic?

Filter feature requests and bug reports by specifying the topic parameter when listing inbox items, allowing you to separate user input into categories like design, content, or specific feature requests.

Can I update the status of multiple user feedback items after a feature release?

Yes, you can update the status of user feedback items after a feature release by listing pending items and changing their status to ACKNOWLEDGED or IMPLEMENTED as you begin planning iterations.

What happens if I submit invalid status values for inbox management?

Submitting invalid status values for inbox management triggers error handling, ensuring that only valid statuses like PENDING, ACKNOWLEDGED, DISMISSED, IMPLEMENTED, or DELETED are accepted.

Do I need to enable the agent inbox before listing user input?

Yes, the agent inbox must be enabled before listing user input, as the skill includes specific error handling for inbox enablement to prevent lost or overlooked feedback.

What is the best way to track dismissed or implemented feature requests?

The best way to track dismissed or implemented feature requests is to list inbox items filtered by their status, allowing you to review past decisions and ensure no valuable user input is lost.