@antseer_dev/skillhub-cli
v1.0.1
Published
Web3 agent skills manager — install, update and discover crypto skills for Claude Code, Cursor, Codex and more
Maintainers
Readme
antseer-skillhub
Web3 agent skills manager — install, update, and discover crypto skills for Claude Code, Cursor, Codex, and more.
Installation
npm install -g @antseer_dev/skillhub-cliRequires Node.js >= 18.
Quick Start
# Interactive setup — pick categories and install
antseer-skillhub init
# Install a specific skill
antseer-skillhub install aave
# Browse all skills
antseer-skillhub listCommands
| Command | Aliases | Description |
|---------|---------|-------------|
| install <skill> [...] | add, i | Install one or more skills |
| install --all | | Install all available skills |
| list | ls | List available skills |
| find <query> | search, s | Search skills by name, description, or tags |
| update [skill...] | u | Re-install skills to get latest content |
| init | | Interactive setup — pick by category |
| refresh | | Re-fetch registry from server |
Options
| Option | Description |
|--------|-------------|
| -a, --agent <name> | Target agent: claude-code, cursor, codex, openclaw |
| -g, --global | Install to home directory instead of current project |
| --all | Install / update all skills |
| --category <name> | Filter by category (works with list, find, init) |
| --tag <name> | Filter by tag (works with list, find) |
| --refresh | Re-fetch registry before running |
| -y, --yes | Skip confirmation prompts |
| -h, --help | Show help |
Supported Agents
Skills are installed into the agent's skills directory:
| Agent | Install path |
|-------|-------------|
| claude-code | .claude/skills/<skill>/ |
| cursor | .cursor/skills/<skill>/ |
| codex | .codex/skills/<skill>/ |
| openclaw | .openclaw/skills/<skill>/ |
The CLI auto-detects which agents are present in your project directory. If none are found, it defaults to claude-code.
Use -g / --global to install to ~ instead of the current directory.
Categories
| Category | Description |
|----------|-------------|
| defi | Decentralized finance protocols |
| trading | Market signals, price analysis & trading tools |
| developer | SDKs, infrastructure & agent dev tools |
| wallet | Wallet management & payment integrations |
| nft | NFT trading, minting & token economics |
| cross-chain | Bridge protocols & cross-chain tools |
| stablecoin | Stablecoin protocols & macro analysis |
| derivatives | Perps, options & quantitative strategies |
| onchain | On-chain data & behavioral analysis |
| security | Smart contract auditing & security tools |
| social | DAO governance & social coordination |
| ecosystem | Chain-specific ecosystem skills |
Examples
# Install a single skill
antseer-skillhub install aave
# Install multiple skills
antseer-skillhub install aave uniswap
# Install for a specific agent
antseer-skillhub install aave uniswap -a claude-code
# Install all skills globally
antseer-skillhub install --all -g
# Search for skills
antseer-skillhub find "lending"
antseer-skillhub find dex --category defi
# List all skills
antseer-skillhub list
# List skills in a category
antseer-skillhub list --category trading
# Update all installed skills
antseer-skillhub update
# Update a specific skill
antseer-skillhub update aave
# Interactive setup
antseer-skillhub init
# Force refresh the registry cache
antseer-skillhub refreshLinks
- Homepage: https://antseer.ai
- Issues: https://github.com/antseer-dev/antseer-skillhub/issues
License
MIT
