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

@huyuan-ai/cli

v1.17.0

Published

企业场景下的 AI 助手与技能管理命令行工具(@huyuan-ai/cli,命令 huyuan-ai-cli)。

Readme

@huyuan-ai/cli

企业场景下的 AI 助手与技能管理命令行工具。npm 包名为 @huyuan-ai/cli,命令为 huyuan-ai-cli(当前版本见 package.json,发版说明见 UPGRADE.md)。

安装

npm install -g @huyuan-ai/cli
huyuan-ai-cli --version
huyuan-ai-cli --help

能做什么

| 模块 | 说明 | |------|------| | 登录 | login / logout / whoami — 企业授权码或员工 API 密钥,单次只存一种身份 | | huyuan-skill | 企业技能列表、搜索、安装/更新(含 --playlist 部门新手包批量安装);成员校验、发布、可见性 | | crawl | 站点抓取为 Markdown | | oss | 七牛对象存储批量上传 |

命令详解(参数、示例、身份要求、典型流程)docs/commands.md

快速开始

首次使用(推荐): 交互式初始化(选 OpenClaw/Workbuddy 环境、登录、安装默认技能)

huyuan-ai-cli huyuan-skill init

或分步:

huyuan-ai-cli login
huyuan-ai-cli config skill-runtime agents   # 或 workbuddy
huyuan-ai-cli huyuan-skill install <slug>
huyuan-ai-cli whoami

技能中心一键安装脚本在装好 CLI 后通常调用:huyuan-ai-cli huyuan-skill init(见 命令手册 · init)。

成员发布技能需使用 hue_sk_ 员工密钥登录,详见 命令手册 · 典型场景

从源码运行

pnpm install
pnpm run build
node dist/index.js --help

可选:pnpm link --global 后直接使用 huyuan-ai-cli

文档

| 文档 | 说明 | |------|------| | 命令使用手册 | 各命令用法、选项与场景示例(推荐阅读) | | UPGRADE.md | 版本升级与破坏性变更 | | docs/index.md | 文档索引(开发规范、发布流程等) | | AGENTS.md | Agent / 贡献者约束索引 |

常用环境变量

| 变量 | 说明 | |------|------| | HUYUAN_TOKEN_GATEWAY_URL | 技能中心网关(默认 https://skills.xds365.com) | | HUYUAN_LOGIN_KEY | 覆盖 config 中的登录密钥 | | INSTALL_ROOT | 技能安装根目录(最高优先级;未设时见 config skillRuntime) | | HUYUAN_SKILL_RUNTIME | 临时指定 agentsworkbuddy 安装目录 |

本机偏好:huyuan-ai-cli config skill-runtime workbuddy|agents(写入 ~/.huyuan-ai/config.json)。

完整列表见 命令手册 · 环境变量