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

oxy-workflow

v0.4.1

Published

Curated installer for AI toolchain components (MCP servers, skills, skill collections, subagents, spec/CLI tools, plugins) into Claude Code and Codex

Readme

oxy-workflow

English | 简体中文

Curated installer for AI toolchain components. One short command, pick what you want, everything installs the official way — into Claude Code and/or Codex.

npx oxy-workflow

What it does

  • Main menu: npx oxy-workflow opens a ZCF-style interactive menu (bilingual — English / 简体中文, picked on first run). Every action below returns to the menu, plus an npm update check.
  • Wizard (oxy install): detects your hosts (Claude Code / Codex), shows a curated catalog grouped by type — MCP servers, skills, agents (subagents), spec tools — with recommended picks pre-selected, then installs each item via its official method:
    • MCP → claude mcp add -s user / codex mcp add
    • Skills → fetched from the official repo into the host's skills directory
    • Agents → fetched into ~/.claude/agents/
    • Spec tools → official install command (e.g. npm i -g ...)
  • Guided env setup: entries that need API keys prompt during install (skippable).
  • oxy manage: manage the catalog per item — a live per-host status list, full detail for any entry, then install to or uninstall from individual hosts (uninstall for reversible mechanisms only, with confirmation).
  • oxy doctor: stateless live probe of every catalog entry on every host — installed / not installed / installed-but-missing-env (and lets you finish env setup on the spot).

No state files. The tool never records what it did — it just looks at your machine, every time.

Requirements

Node.js ≥ 20. Claude Code and/or Codex CLI for MCP installs.

Catalog

The catalog ships inside the package as pure metadata (id, official homepage, install method). Component content is always fetched from its official upstream at install time — this package vendors nothing. See src/catalog/entries.ts.

License

MIT


简体中文

English | 简体中文

AI 工具链组件的精选安装器。一条短命令,勾选想要的组件,全部按 官方方式安装 —— 安装进 Claude Code 和/或 Codex

npx oxy-workflow

功能

  • 主菜单npx oxy-workflow 打开 ZCF 式交互菜单(中英双语, 首次运行选择)。以下动作执行完均回到菜单,另含 npm 更新检查。
  • 向导oxy install):探测本机宿主(Claude Code / Codex), 展示按类型分组 的精选目录 —— MCP 服务器、Skill、Agent(子代理)、Spec 工具, 推荐集默认勾选,随后逐项按其官方方式安装:
    • MCP → claude mcp add -s user / codex mcp add
    • Skill → 从官方仓库抓取到宿主的 skills 目录
    • Agent → 抓取到 ~/.claude/agents/
    • Spec 工具 → 官方安装命令(如 npm i -g ...
  • 引导式环境配置:需要 API key 的条目在安装时提示输入 (可跳过)。
  • oxy manage:单件管理——带实时逐宿主状态的全量目录, 进入任一条目查看完整详情,再对单个宿主执行安装或卸载(卸载 仅限可逆机制,需确认)。
  • oxy doctor:对目录中每个条目在每个宿主上做无状态实时 探测 —— 已安装 / 未安装 / 已安装但缺环境变量(并可当场补齐 环境配置)。

无状态文件。本工具从不记录自己做过什么 —— 每次都直接查看你的 机器。

环境要求

Node.js ≥ 20。MCP 安装需要 Claude Code 和/或 Codex CLI。

目录

目录以纯元数据(id、官方主页、安装方式)随 npm 包分发。组件 内容始终在安装时从官方上游抓取 —— 本包不内置任何组件内容。见 src/catalog/entries.ts

许可证

MIT