A collection of agent skills for Claude Code, Codex, Cursor, OpenClaw, Gemini CLI, and 40+ AI agents. Compatible with the open Agent Skills format.
Give your AI agent Web3 wallets, onchain identity, smart home control, content creation, and more — autonomously.
npx skills add dAAAb/agent-skillsOr install a specific skill:
npx skills add dAAAb/agent-skills --skill base-wallet| Skill | Description | Requirements |
|---|---|---|
| base-wallet | Crypto wallet for AI agents on Base chain (create, sign, send) | Node.js, ethers.js |
| basename-agent | Register .base.eth names onchain via WalletConnect |
Node.js, ethers.js |
| nad-wallet | Monad chain wallet for the Nad ecosystem | Node.js, ethers.js |
| nadname-agent | Register .nad names on Monad blockchain |
Node.js, ethers.js |
| walletconnect-agent | Connect to any dApp via WalletConnect v2, auto-sign txns | Node.js |
| Skill | Description | Requirements |
|---|---|---|
| basemail | Email for AI agents (you@basemail.ai) — wallet-based auth |
Node.js, ethers.js |
| nadmail | Email for Monad agents (you@nadmail.ai) |
Node.js, ethers.js |
| ethermail | Web3 email via EtherMail + WalletConnect | Node.js |
| Skill | Description | Requirements |
|---|---|---|
| virtuals-protocol-acp | Agent Commerce Protocol — browse agents, create jobs, get paid | Node.js |
| moltbook | Social platform for AI agents | curl |
| Skill | Description | Requirements |
|---|---|---|
| heygen | AI avatar videos with HeyGen | Python 3, HeyGen API key |
| daily-voice-quote | Daily voice quotes with cover images + avatar videos | ElevenLabs + HeyGen API keys |
| elevenlabs-phone-reminder | Voice call reminders via ElevenLabs + Twilio | ElevenLabs + Twilio |
| podcast-summarizer | Summarize podcasts from Spotify, Apple Podcasts, RSS | curl |
| Skill | Description | Requirements |
|---|---|---|
| switchbot | Control SwitchBot devices (curtains, lights, plugs, sensors) | Python 3, SwitchBot API key |
Skills are packaged instructions (SKILL.md) and optional scripts that extend AI agent capabilities. They follow the open Agent Skills specification and work with 40+ agents including Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, and more.
Each skill contains:
SKILL.md— Instructions for the agent (required)scripts/— Ready-to-run helper scripts (optional)references/— API docs and guides (optional)
- All credentials via environment variables — no hardcoded secrets
- Private keys never logged or stored in plaintext
- Wallet-based authentication (SIWE) where possible
- Fork this repo
- Add your skill in
skills/your-skill-name/ - Follow the Agent Skills specification
- Submit a PR
See CONTRIBUTING.md for details.
MIT — see LICENSE for details.
Built with 🦞 by dAAAb • Making AI agents autonomous since 2024