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

@xd-skill/cli

v0.4.0

Published

xd-skill CLI — 心动 Skill Hub 命令行工具,用于安装、发布、管理 Claude / Codex / ClawHub 的 skill 包。

Readme

@xd-skill/cli

心动 Skill Hub 命令行工具。安装、发布、管理 Claude / Codex / ClawHub 的 skill 包。

安装

要求 Node ≥ 22。

npm  i -g @xd-skill/cli
pnpm add -g @xd-skill/cli
yarn global add @xd-skill/cli

# 或者不全局装,一次性运行
npx -y @xd-skill/cli --help

验证:

xd-skill --version

快速上手

# 1. 登录(浏览器走 SSO device flow)
xd-skill login
xd-skill whoami

# 2. 找 skill
xd-skill search <keyword>
xd-skill inspect <slug>

# 3. 装到当前项目
xd-skill install <slug>          # 解压到 ./skills/<slug>/
xd-skill list                    # 当前 workdir 已装 skill

# 4. 发布
xd-skill init                    # 在当前目录生成 SKILL.md 模板(Agent Skills 格式)
xd-skill publish ./my-skill      # 打包 zip 上传并触发机审
xd-skill publish ./my-skill --wait  # 阻塞直到机审完成

CI / headless 场景:在 Web Settings → API Tokens 创建 xdsk_user_* token,通过环境变量注入,无需交互登录。

export XD_SKILL_TOKEN=xdsk_user_xxxxxxxx
xd-skill whoami

命令分布

| Namespace | 命令 | |---|---| | 根(高频) | init · publish · install · list · search · inspect · whoami | | auth | auth login [--with-token] · auth logout · auth device {code,status,authorize} | | skill(服务端操作) | skill {rename,merge,delete,undelete,star,unstar,explore} | | local(项目级 lock.json) | local {update,pin,unpin,uninstall} | | transfer | transfer {request,list,accept,reject,cancel} |

所有命令支持 --help

配置

  • 用户配置:~/.xd-skill-hub/config.json(session token、默认 registry)
  • 项目 lock:<workdir>/.xd-skill-hub/lock.json(已装 skill 索引)
  • Registry 默认 https://skills.xindong.com,可用 --registryXD_SKILL_REGISTRY 或配置文件覆盖
  • Workdir 默认 cwd,可用 --workdir <path>XD_SKILL_WORKDIR 覆盖

文档

  • 完整文档:https://skills.xindong.com
  • 机器可读摘要(给 AI agent):https://skills.xindong.com/llms.txt

License

Proprietary — © 心动网络 xd-platform。仅供 xd-platform / 心动内部使用,未经授权不得复制、分发或用于商业目的。