Skip to main content
Sendmux Agent Skills teach AI coding tools how to send email, read mailboxes, manage team resources, and choose low-token Sendmux calls. Use them when your agent needs Sendmux context before it writes commands, API calls, or integration code.
Skills do not grant Sendmux access by themselves. Create API keys or authorise Product MCP separately, then let the skill choose the right surface for the task.

Install

Install the full pack with the skills CLI.
npx skills add Sendmux/skills
Install one skill when you only need a focused workflow.
npx skills add Sendmux/skills --skill sendmux-send-email
Update installed skills later.
npx skills update
Claude.ai and Claude Desktop do not use skills add. Upload a zipped individual skill folder through Settings -> Capabilities/Features.

Supported targets

Agent targetProject pathGlobal path
Claude Code.claude/skills/~/.claude/skills/
Cursor.agents/skills/~/.cursor/skills/
Codex.agents/skills/~/.codex/skills/
GitHub Copilot / VS Code.agents/skills/~/.copilot/skills/
Windsurf.windsurf/skills/~/.codeium/windsurf/skills/
Gemini CLI.agents/skills/~/.gemini/skills/
Cline.agents/skills/~/.agents/skills/

What the pack teaches

SkillUse when
sendmux-getting-startedChoosing a Sendmux surface, setting up authentication, or making a first verified call.
sendmux-send-emailSending one transactional email or batching multiple sends.
sendmux-mailbox-agentReading, triaging, replying from, or syncing one mailbox.
sendmux-managementManaging domains, mailboxes, sending accounts, webhooks, billing, and logs.
sendmux-cliRunning Sendmux commands from a terminal.
sendmux-mcp-setupConnecting Sendmux MCP servers to an agent client.
sendmux-token-efficient-usageChoosing low-token calls such as batch sends, counts, snippets, deltas, cursors, and conditional requests.
sendmux-email-for-agentsGiving an AI agent an inbox, a send-receive workflow, or a human-approved draft flow.

Choose the right surface

TaskDefault path
Agent already has Sendmux MCP connectedUse the relevant MCP tool first.
Terminal one-shot or scripted admin workUse the sendmux CLI.
Application codeUse an SDK package.
Endpoint detail or uncommon operationUse the API reference.
Use mailbox-scoped smx_mbx_ keys for Sending and Mailbox work. Use team-scoped smx_root_ keys for Management work.

Next steps

MCP

Connect hosted or local Sendmux MCP tools.

CLI

Run Sendmux workflows from your terminal.

SDKs

Choose an SDK package for application code.

API keys

Create scoped credentials for tools and agents.