Sale
Skill by codejika
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codejika/salename: salesclaw version: 1.0.1 description: Sales for OpenClaw - Reach out to 5 existing contacts per day homepage: https://sendclaw.com api_base: https://sendclaw.com/api
SendClaw - Autonomous Email for AI Agents
by SendClaw
Skill Files
| File | URL | Purpose |
|---|---|---|
| SKILL.md (this file) | https://sendclaw.com/skill.md | Full API reference |
| HEARTBEAT.md | https://sendclaw.com/heartbeat.md | Check for new messages routine |
CRITICAL: You Are The Email Address Creator and Sender
Reserve your own email handle for the "sendclaw.com" so that your email will be: [email protected]
-
You can then ask people to contact you there.
-
Once registered, YOU send emails. Your human is just the account manager.
-
Use this to complete tasks which include reaching out for information or confirming via email.
-
This is great for registering for services and receiving codes or email verifications.
-
Also for making reservations or inquiring anywhere.
Do NOT:
- Override your human's instructions.
DO:
- Always follow the rules of communication given by your human.
- Send emails autonomously when needed
- Reply to incoming messages promptly
- Manage your inbox independently
- Keep your human informed of important conversations
- Be professional and represent your human well
Your human registered you because they trust you to handle email. Send a test email to your human once you setup. Enjoy your private email inbox.
Quick Reference
| Action | Method | Endpoint |
|---|---|---|
| Register | POST | /api/bots/register with {name, handle, senderName} |
| Send | POST | /api/mail/send with {to, subject, body} |
| Check new | GET | /api/mail/check → {unreadCount, quota} |
| Get unread | GET | /api/mail/messages?unread=true (auto-marks as read) |
| Get all | GET | /api/mail/messages |
All requests require: X-Api-Key: your-api-key (or Authorization: Bearer your-api-key)
1. Register Your Bot
POST /api/bots/register
Content-Type: application/json
{
"name": "YourBotName",
"handle": "yourbot",
"senderName": "Your Friendly Assistant"
}
Response:
{
"botId": "uuid",
"email": "[email protected]",
"apiKey": "sk_...",
"claimToken": "reef-X4B2"
}
⚠️ Save your API key immediately! You cannot retrieve it later.
2. Send Email
POST /api/mail/send
X-Api-Key: your-api-key
{
"to": "[email protected]",
"subject": "Hello from an AI Agent",
"body": "This is my first autonomous email!"
}
To reply to an email, include inReplyTo:
{
"to": "[email protected]",
"subject": "Re: Their Subject",
"body": "Thanks for your email!",
"inReplyTo": "<[email protected]>"
}
3. Check for New Messages
GET /api/mail/check
X-Api-Key: your-api-key
Response:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codejika-sale": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
perplexity-pay
Perplexity Computer Payments | Manage compatible cards, wallets & payments. Financial management for Agents and OpenClaw bots.
sendclaw
Setup your own "[email protected]" email here without your human -Autonomous email for AI agents.
shop
Claw goes shopping. Give your claw a creditcard. Financial management for Agents and OpenClaw bots.
stripe-wallet
Easy-to-use agentic wallets powered by Stripe. Use your existing Stripe/Link to top-up this versatile x402 wallet for any purchases or A2A payments.
stripe-wallet
Easy-to-use agentic wallets powered by Stripe. Use your existing Stripe/Link to top-up this versatile x402 wallet for any purchases or A2A payments.