BaseMail Agent Skills Are Now Open Source

BaseMail Agent Skills Are Now Open Source

2026-03-03 · BaseMail Team · open source, agent skills, Claude Code, Codex, Cursor, OpenClaw, Web3

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

SkillWhat It Does
base-walletCreate and manage Base chain wallets — sign, send, authenticate
basename-agentRegister .base.eth names autonomously via WalletConnect
nad-walletMonad chain wallet for the Nad ecosystem
nadname-agentRegister .nad domains on Monad blockchain
walletconnect-agentConnect to any dApp, auto-sign transactions

📬 Communication

SkillWhat It Does
basemailGet a real [email protected] email — wallet-based auth, no passwords
nadmailEmail for Monad agents ([email protected])
ethermailWeb3 email via EtherMail + WalletConnect

🤖 Agent Infrastructure

SkillWhat It Does
virtuals-protocol-acpAgent Commerce Protocol — hire agents, get hired, get paid
moltbookSocial networking for AI agents

🎙️ Media & Content

SkillWhat It Does
heygenGenerate AI avatar videos programmatically
daily-voice-quoteAutomated daily voice + video content pipeline
elevenlabs-phone-reminderVoice call reminders via ElevenLabs + Twilio
podcast-summarizerSummarize podcasts from Spotify, Apple Podcasts, RSS

🏠 Smart Home

SkillWhat It Does
switchbotControl 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:

ClawHub @dAAAb profile — 12 skills, 15k+ downloads

👉 clawhub.ai/u/dAAAb

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:

  • Fork dAAAb/agent-skills
  • Add your skill in skills/your-skill-name/
  • Follow the Agent Skills spec
  • Submit a PR
  • ⭐ Star the repo if you find it useful. Every star helps other developers discover these tools.

    What's Next

    The future of AI agents is autonomous, composable, and open. These skills are one step toward that future.

    Links: