agent-inbox

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and manage user feedback items from the agent inbox, enabling quick review, status tracking, and timely responses when users report bugs or request features.

Core Features & Use Cases

  • List inbox items with optional status and topic filters via listAgentInboxItems
  • Update an item status via updateAgentInboxItem and enforce valid statuses
  • Support workflows to acknowledge, dismiss, or implement feedback and report progress

Quick Start

List all pending inbox items and then acknowledge each item after review.

Frequently Asked Questions about agent-inbox

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

FAQPage Schema
How do I manage and filter user feedback items like bug reports and feature requests in an agent inbox?

You can filter agent inbox feedback by applying optional status and topic parameters when listing items. This surfaces structured data for each bug report or feature request, allowing you to review specific feedback items based on their current workflow state.

How do I update the status of a bug report or feature request after reviewing it?

You can update the status of an inbox item using the update function after reviewing the feedback. The skill enforces valid statuses during input validation, ensuring that bug reports and feature requests transition only through acknowledged, dismissed, or implemented states.

What structured data is returned for each user feedback item in the inbox?

Each inbox item returns structured data including id, replId, status, topic, feedbackText, timeCreated, and timeUpdated. This provides complete context for reviewing bug reports and feature requests during your feedback management workflow.

Can I filter inbox feedback items by both status and topic simultaneously?

Yes, you can filter inbox feedback by both status and topic simultaneously. The skill supports input validation for these values, ensuring you can accurately surface specific bug reports or feature requests matching your exact criteria.

Does this skill validate status and topic values when filtering or updating inbox feedback?

Yes, the skill includes input validation for status and topic values when listing and updating inbox feedback. This ensures only valid states are applied to bug reports and feature requests, preventing invalid status transitions during management.

What is the best way to acknowledge pending user feedback and feature requests in bulk?

The best way to acknowledge pending feedback is to list all inbox items filtered by a pending status, review the returned structured data, and then update each item's status individually to enforce valid workflow states.