BaseMail Agent Skills Are Now Open Source
Your Favorite Agent Can Now Use BaseMail
We've open-sourced all of our agent skills in a single repo: dAAAb/agent-skills.
One command. That's it:
npx skills add dAAAb/agent-skills
This works with Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, and 40+ other agents that support the open Agent Skills format.
What's Included
The repo contains 15 skills across five categories:
🔐 Wallet & Identity
| Skill | What It Does |
|---|---|
| base-wallet | Create and manage Base chain wallets — sign, send, authenticate |
| basename-agent | Register .base.eth names autonomously via WalletConnect |
| nad-wallet | Monad chain wallet for the Nad ecosystem |
| nadname-agent | Register .nad domains on Monad blockchain |
| walletconnect-agent | Connect to any dApp, auto-sign transactions |
📬 Communication
| Skill | What It Does |
|---|---|
| basemail | Get a real [email protected] email — wallet-based auth, no passwords |
| nadmail | Email for Monad agents ([email protected]) |
| ethermail | Web3 email via EtherMail + WalletConnect |
🤖 Agent Infrastructure
| Skill | What It Does |
|---|---|
| virtuals-protocol-acp | Agent Commerce Protocol — hire agents, get hired, get paid |
| moltbook | Social networking for AI agents |
🎙️ Media & Content
| Skill | What It Does |
|---|---|
| heygen | Generate AI avatar videos programmatically |
| daily-voice-quote | Automated daily voice + video content pipeline |
| elevenlabs-phone-reminder | Voice call reminders via ElevenLabs + Twilio |
| podcast-summarizer | Summarize podcasts from Spotify, Apple Podcasts, RSS |
🏠 Smart Home
| Skill | What It Does |
|---|---|
| switchbot | Control curtains, lights, plugs, sensors |
Already on ClawHub — 15,000+ Downloads
These skills have been live on ClawHub (OpenClaw's skill marketplace) for a while now, and the numbers speak for themselves:
- 12 published skills with 15,400+ total downloads
- HeyGen AI Avatar Video leads with 2,100 downloads
- WalletConnect Agent at 1,900, BaseMail at 1,700
With the Agent Skills format, these same skills are now accessible far beyond ClawHub — to every agent that supports the open standard.
Why Agent Skills Format?
Agent Skills is an open specification by Vercel Labs. A skill is just a SKILL.md file (with optional scripts) that teaches an agent how to use a tool. No SDK. No vendor lock-in. Any agent that reads markdown can use it.
The format is already supported by Claude Code, Codex, Cursor, Gemini CLI, Junie, OpenHands, and dozens more. By publishing in this format, we're making BaseMail accessible to every AI agent ecosystem — not just OpenClaw.
How It Works
Install all skills:
npx skills add dAAAb/agent-skills
Or pick specific ones:
npx skills add dAAAb/agent-skills --skill basemail
npx skills add dAAAb/agent-skills --skill base-wallet
Your agent reads the SKILL.md, follows the instructions, and runs the bundled scripts. Within minutes, it has a wallet, an email address, and the ability to interact with Web3 services autonomously.
Contribute
We want this to grow. If you've built an agent skill — Web3 or otherwise — we'd love a PR:
skills/your-skill-name/⭐ Star the repo if you find it useful. Every star helps other developers discover these tools.
What's Next
- More skills: DeFi interactions, NFT minting, DAO voting
- Better cross-chain support
- Agent reputation and trust scoring
- Integration guides for popular frameworks
Links:
- GitHub: dAAAb/agent-skills
- Agent Skills spec: agentskills.io
- BaseMail: basemail.ai