Send transactional email, onboarding messages, and automated notifications through one canonical email page on SkillBoss.
Claude Desktop、Cursor、Windsurf、または MCP 対応プラットフォームに追加します。
SkillBoss Credit から開始。サブスク不要、従量課金です。
Tell Claude or your agent what you need. SkillBoss routes Email Sending and returns results.
Email Sending usually fits MPP or the standard SkillBoss API key flow better than pure x402, because pricing can expand with ongoing usage, state, or follow-up actions.
x402
決定論的な設定やプロビジョニングで quote-pay-retry が必要な場合は x402 を使います。
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: x402" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use Email Sending for this request and return the result."}
]
}'MPP / Payment Later
長期利用、継続自動化、従量課金に広がる可能性がある場合は MPP を使います。
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: mpp" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use Email Sending for this request and return the result."}
]
}'料金
従量課金
料金ソース
SkillBoss の料金
最終更新
ライブカタログから定期更新
ライフサイクル状態
掲載中・利用可能
エージェント向け
Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.
支払い経路
ワークフローが決定論的か従量課金かに応じて SkillBoss Credit、x402、MPP を使います。
正規 URL
https://www.skillboss.co/use/email
1万人以上の開発者が Claude、OpenClaw、その他の AI エージェントで SkillBoss を使い、より速く開発しています。
Use /use/email as the canonical page for email workflows. Legacy email-sending routes should resolve here.
You can support transactional email, account notifications, billing updates, alerts, onboarding, and agent-triggered outbound workflows.
Yes. Fixed send actions can use x402, while larger or recurring outbound programs are better handled with MPP or the standard SkillBoss API key path.