npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

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-cli

Requires 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 list

Commands

| 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 refresh

Links

  • Homepage: https://antseer.ai
  • Issues: https://github.com/antseer-dev/antseer-skillhub/issues

License

MIT