check-inbox

Detect, display, and archive pending inbox messages into date-based folders.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill check-inbox-harukainguyen1411
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-inbox
Source: https://github.com/harukainguyen1411/strawberry-agents/tree/main/.claude/skills/check-inbox
Command: npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill check-inbox-harukainguyen1411

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps automate managing inbox messages by identifying, displaying, and archiving pending messages, streamlining message handling workflows.

Core Features & Use Cases

  • Pending Message Identification: Detect messages with status pending in specified agent inboxes.
  • Message Display: Format and present message details clearly for review.
  • Automated Archiving: Change message status to read with timestamp and move files into date-based archive folders for organized record-keeping.
  • Use Case: A support team receives numerous message files; this Skill ensures pending messages are automatically reviewed and archived without manual effort.

Quick Start

Use the check-inbox Skill to process the current agent's pending messages and archive them properly.

Frequently Asked Questions about check-inbox

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

FAQPage Schema
How do I automate archiving pending inbox messages?

Automating pending inbox messages involves detecting files with a pending status and moving them into date-based archive folders. This skill updates message statuses to read with a timestamp and organizes the files automatically using standard shell commands.

What is the best way to organize message files by date in agent directories?

Organizing message files by date is achieved by moving reviewed pending messages into structured date-based archive folders. This ensures automated record-keeping and maintains a cleanly organized file system within agent directories.

Do I need external APIs to process and update pending message statuses?

No external APIs are needed to process and update pending message statuses. This message management process relies entirely on standard shell commands and the local file system to detect, display, and archive pending inbox files.

How does automated message management handle pending files?

Automated message management handles pending files by identifying them, presenting their details clearly for review, and then archiving them. It changes the message status to read with a timestamp and moves the files into date-based archive folders.

Can I use shell commands to maintain regular inbox maintenance?

Yes, you can use shell commands to maintain regular inbox maintenance by detecting pending messages and archiving them. This approach works for workflows requiring consistent message management without external dependencies.

Why are pending messages not being archived automatically in my agent directory?

Pending messages fail to archive automatically if the file status is not correctly marked or if shell command execution is blocked. The archival process requires identifying pending statuses and moving files into date-based folders within the file system.