Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Manage inbox email. Uses the inbox script and stores metadata (ids) to open or archive messages later.
List Gmail/iCloud inboxes showing a clean user view while preserving metadata (IDs) for later actions.
scripts/email-inbox--json-out to save metadata.~/.config/skills/config.json under email:
gmail_accounts: list of Gmail accountsicloud_user: iCloud user (optional)Example:
{
"email": {
"gmail_accounts": ["you@gmail.com", "other@gmail.com"],
"icloud_user": "you@icloud.com"
}
}
Example:
scripts/email-inbox
--json-out /tmp/inbox.json./tmp/inbox.json to get IDs and keep them for later actions./tmp/inbox.json as a frozen snapshot until you explicitly refresh the inbox again.npx skills add antoniolg/agent-kit --skill emailHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.