Skip to content

obaid/sendook-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sendook Agent Skills

Claude Code agent skills for the Sendook email API — open-source email infrastructure for AI agents.

Skills

sendook/

Full-featured skill covering all Sendook API capabilities: inbox management, sending/receiving emails, threads, custom domains, webhooks, and API key management.

sendook-openclaw/

Restricted skill that can only read and send emails from an existing inbox. No admin operations (inbox creation/deletion, domain management, webhooks, API keys).

Structure

sendook-skill/
├── README.md
├── sendook/
│   ├── SKILL.md                    # Full skill
│   └── references/
│       └── webhooks.md             # Webhook event payloads
└── sendook-openclaw/
    └── SKILL.md                    # Restricted skill

Installation

OpenClaw (via ClawHub)

clawhub install sendook-openclaw

Claude Code (from source)

git 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

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors