Claude Code agent skills for the Sendook email API — open-source email infrastructure for AI agents.
Full-featured skill covering all Sendook API capabilities: inbox management, sending/receiving emails, threads, custom domains, webhooks, and API key management.
Restricted skill that can only read and send emails from an existing inbox. No admin operations (inbox creation/deletion, domain management, webhooks, API keys).
sendook-skill/
├── README.md
├── sendook/
│ ├── SKILL.md # Full skill
│ └── references/
│ └── webhooks.md # Webhook event payloads
└── sendook-openclaw/
└── SKILL.md # Restricted skill
clawhub install sendook-openclawgit clone https://github.com/obaid/sendook-skills.git
claude skill add --path ./sendook-skills/sendook # Full skill
claude skill add --path ./sendook-skills/sendook-openclaw # Restricted skill