|
| 1 | +# BaseMail Agent Skills Are Now Open Source |
| 2 | + |
| 3 | +**Published:** 2026-03-03 |
| 4 | +**Author:** BaseMail Team |
| 5 | +**Tags:** open source, agent skills, Claude Code, Codex, Cursor, OpenClaw, Web3 |
| 6 | +**Description:** All BaseMail agent skills — wallet creation, email registration, onchain identity — are now available as open-source Agent Skills compatible with 40+ AI coding agents. |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## Your Favorite Agent Can Now Use BaseMail |
| 11 | + |
| 12 | +We've open-sourced all of our agent skills in a single repo: **[dAAAb/agent-skills](https://github.com/dAAAb/agent-skills)**. |
| 13 | + |
| 14 | +One command. That's it: |
| 15 | + |
| 16 | +```bash |
| 17 | +npx skills add dAAAb/agent-skills |
| 18 | +``` |
| 19 | + |
| 20 | +This works with Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, and [40+ other agents](https://agentskills.io/) that support the open Agent Skills format. |
| 21 | + |
| 22 | +## What's Included |
| 23 | + |
| 24 | +The repo contains 15 skills across five categories: |
| 25 | + |
| 26 | +### 🔐 Wallet & Identity |
| 27 | + |
| 28 | +| Skill | What It Does | |
| 29 | +|-------|-------------| |
| 30 | +| **base-wallet** | Create and manage Base chain wallets — sign, send, authenticate | |
| 31 | +| **basename-agent** | Register `.base.eth` names autonomously via WalletConnect | |
| 32 | +| **nad-wallet** | Monad chain wallet for the Nad ecosystem | |
| 33 | +| **nadname-agent** | Register `.nad` domains on Monad blockchain | |
| 34 | +| **walletconnect-agent** | Connect to any dApp, auto-sign transactions | |
| 35 | + |
| 36 | +### 📬 Communication |
| 37 | + |
| 38 | +| Skill | What It Does | |
| 39 | +|-------|-------------| |
| 40 | +| **basemail** | Get a real `you@basemail.ai` email — wallet-based auth, no passwords | |
| 41 | +| **nadmail** | Email for Monad agents (`you@nadmail.ai`) | |
| 42 | +| **ethermail** | Web3 email via EtherMail + WalletConnect | |
| 43 | + |
| 44 | +### 🤖 Agent Infrastructure |
| 45 | + |
| 46 | +| Skill | What It Does | |
| 47 | +|-------|-------------| |
| 48 | +| **virtuals-protocol-acp** | Agent Commerce Protocol — hire agents, get hired, get paid | |
| 49 | +| **moltbook** | Social networking for AI agents | |
| 50 | + |
| 51 | +### 🎙️ Media & Content |
| 52 | + |
| 53 | +| Skill | What It Does | |
| 54 | +|-------|-------------| |
| 55 | +| **heygen** | Generate AI avatar videos programmatically | |
| 56 | +| **daily-voice-quote** | Automated daily voice + video content pipeline | |
| 57 | +| **elevenlabs-phone-reminder** | Voice call reminders via ElevenLabs + Twilio | |
| 58 | +| **podcast-summarizer** | Summarize podcasts from Spotify, Apple Podcasts, RSS | |
| 59 | + |
| 60 | +### 🏠 Smart Home |
| 61 | + |
| 62 | +| Skill | What It Does | |
| 63 | +|-------|-------------| |
| 64 | +| **switchbot** | Control curtains, lights, plugs, sensors | |
| 65 | + |
| 66 | +## Why Agent Skills Format? |
| 67 | + |
| 68 | +[Agent Skills](https://agentskills.io/) 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. |
| 69 | + |
| 70 | +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. |
| 71 | + |
| 72 | +## How It Works |
| 73 | + |
| 74 | +Install all skills: |
| 75 | + |
| 76 | +```bash |
| 77 | +npx skills add dAAAb/agent-skills |
| 78 | +``` |
| 79 | + |
| 80 | +Or pick specific ones: |
| 81 | + |
| 82 | +```bash |
| 83 | +npx skills add dAAAb/agent-skills --skill basemail |
| 84 | +npx skills add dAAAb/agent-skills --skill base-wallet |
| 85 | +``` |
| 86 | + |
| 87 | +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. |
| 88 | + |
| 89 | +## Contribute |
| 90 | + |
| 91 | +We want this to grow. If you've built an agent skill — Web3 or otherwise — we'd love a PR: |
| 92 | + |
| 93 | +1. Fork [dAAAb/agent-skills](https://github.com/dAAAb/agent-skills) |
| 94 | +2. Add your skill in `skills/your-skill-name/` |
| 95 | +3. Follow the [Agent Skills spec](https://agentskills.io/specification.md) |
| 96 | +4. Submit a PR |
| 97 | + |
| 98 | +⭐ Star the repo if you find it useful. Every star helps other developers discover these tools. |
| 99 | + |
| 100 | +## What's Next |
| 101 | + |
| 102 | +- More skills: DeFi interactions, NFT minting, DAO voting |
| 103 | +- Better cross-chain support |
| 104 | +- Agent reputation and trust scoring |
| 105 | +- Integration guides for popular frameworks |
| 106 | + |
| 107 | +The future of AI agents is autonomous, composable, and open. These skills are one step toward that future. |
| 108 | + |
| 109 | +--- |
| 110 | + |
| 111 | +**Links:** |
| 112 | +- GitHub: [dAAAb/agent-skills](https://github.com/dAAAb/agent-skills) |
| 113 | +- Agent Skills spec: [agentskills.io](https://agentskills.io/) |
| 114 | +- BaseMail: [basemail.ai](https://basemail.ai) |
0 commit comments