Skip to content

dAAAb/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Agent Skills

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.

Quick Start

npx skills add dAAAb/agent-skills

Or install a specific skill:

npx skills add dAAAb/agent-skills --skill base-wallet

Available Skills

🔐 Wallet & Identity

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

📬 Communication

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

🤖 Agent Infrastructure

Skill Description Requirements
virtuals-protocol-acp Agent Commerce Protocol — browse agents, create jobs, get paid Node.js
moltbook Social platform for AI agents curl

🎙️ Media & Content

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

🏠 Smart Home

Skill Description Requirements
switchbot Control SwitchBot devices (curtains, lights, plugs, sensors) Python 3, SwitchBot API key

What are Agent Skills?

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)

🛡️ Security

  • All credentials via environment variables — no hardcoded secrets
  • Private keys never logged or stored in plaintext
  • Wallet-based authentication (SIWE) where possible

Contributing

  1. Fork this repo
  2. Add your skill in skills/your-skill-name/
  3. Follow the Agent Skills specification
  4. Submit a PR

See CONTRIBUTING.md for details.

License

MIT — see LICENSE for details.


Built with 🦞 by dAAAb • Making AI agents autonomous since 2024

About

Agent skills for Web3, crypto wallets, onchain identity, and AI — works with Claude Code, Codex, Cursor & more

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors