An agent skill for working with the InboxParse Email-to-LLM API.
Enables AI agents to:
- List, search, and retrieve emails and threads
- Send and reply to emails
- Manage mailboxes, labels, and webhooks
- Track API usage
npx skills add inboxparse/skill- An InboxParse account with an API key
- Set
INBOXPARSE_API_KEYenvironment variable or pass key viaAuthorization: Bearerheader
├── SKILL.md # Main skill instructions (loaded by agents)
├── references/
│ ├── api-reference.md # Detailed endpoint docs
│ ├── webhook-events.md # Webhook event types
│ └── error-codes.md # Error code reference
└── assets/examples/ # curl script examples