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

@jiusi8512/clawhub

v1.0.0

Published

ClawHub Skill 市集 CLI — 搜索、安装、发布 OpenClaw AI 助手 Skill

Downloads

33

Readme

clawhub CLI

ClawHub Skill 命令行工具,用于搜索和安装市集上的 Skill。

安装

# 全局安装(发布 npm 后可用)
npm install -g clawhub

# 本地直接运行
node cli/clawhub.js skill search 天气

用法

# 搜索 Skill
clawhub skill search <关键词>
clawhub skill search 天气
clawhub skill search 代码助手

# 查看 Skill 详情
clawhub skill info <slug>
clawhub skill info weather-cn

# 安装 Skill
clawhub skill install <slug>
clawhub skill install weather-cn

# 查看已安装的 Skill
clawhub skill list

环境变量

| 变量 | 说明 | 默认值 | |------|------|--------| | CLAWHUB_MARKET_URL | 市集地址 | https://market.clawhub.com | | CLAWHUB_SKILLS_DIR | Skill 安装目录 | ./skills(当前目录下) |

示例流程

# 1. 搜索天气相关 Skill
$ clawhub skill search 天气

找到 2 个 Skill:

  中国天气查询  @weather-cn
  实时查询中国各城市天气,支持 7 天预报...
  工具  ★★★★★ 1.3k 安装

# 2. 安装
$ clawhub skill install weather-cn

找到:中国天气查询
  实时查询中国各城市天气,支持 7 天预报。接入和风天气 API。

⚠ 此 Skill 需要以下环境变量:
  ? HEFENG_API_KEY (未配置,请在 .env 中添加)

正在安装到 ./skills/weather-cn...
✓ 中国天气查询 安装成功!
  位置:./skills/weather-cn

提示:在 .env 中配置以下变量后 Skill 才能正常工作:
  HEFENG_API_KEY=你的密钥

重启 ClawHub 后即可使用「中国天气查询」。