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

codewave-openclaw-installer

v2.1.9

Published

网易智企 CodeWave OpenClaw 扩展:Skills + CLI 依赖一键安装

Readme

codewave-openclaw-installer

网易智企 CodeWave 低代码平台 OpenClaw 扩展安装器。

一键安装

npx codewave-openclaw-installer

等同于运行 codewave-install 命令。

安装内容

CLI 工具

| 工具 | 包管理器 | 说明 | |------|---------|------| | razel-py-cli | pipx | Python CLI(验收文档、音视频转写等) | | razel-cli | npm | Node CLI(PoPo 文档、PoPo 机器人、腾讯会议等) |

Python CLI 安装建议:

brew install pipx
pipx ensurepath
pipx install razel-py-cli

OpenClaw Skills(自动注册)

安装后 Skills 作为 OpenClaw Extension 自动加载,无需手动复制:

| Skill | 说明 | |-------|------| | acceptance-doc-entry | 项目验收文档生成 | | meeting-to-prd | 会议纪要增量聚合 PRD | | pmo-weekly-report | PMO 项目看板周报 | | popo-doc | PoPo 文档查询下载 | | popo-robot-api | PoPo 机器人 API | | smart-customer-service | 智能客服知识库 | | speed-to-text | 通用音视频转文字稿 | | tencent-meeting | 腾讯会议回放嗅探与下载 | | yidun-skill-sec | 代码包安全扫描(易盾) |

渠道自动引导

安装器会自动检测本机是否存在飞书/钉钉相关环境线索,并按官方入口继续安装和初始化:

| 渠道 | 触发线索 | 自动执行 | |------|----------|----------| | Feishu / Lark | ~/.openclaw/openclaw.json 中已有 channels.feishu、飞书环境变量、已有 Feishu 扩展目录等 | openclaw plugins install @openclaw/feishu,然后调用 openclaw onboard | | DingTalk | dws 相关配置目录、DWS_CLIENT_ID / DWS_CLIENT_SECRET 环境变量、已安装 dws 命令等 | 通过 官方安装脚本 安装,再调用 dws auth login |

说明:

  • 安装策略采用“先复用,再补装,最后才重装”
  • OpenClaw Extension 会优先安装并重启 gateway,确保 Skills 先可用;渠道绑定属于后续可选引导
  • 如果用户机器上已经有旧的飞书入口、已有 Feishu 配置,或已经装过钉钉 dws,安装器会优先直接复用安装入口,但仍继续执行 openclaw onboard / dws auth login
  • 飞书和钉钉都按各自官方入口安装,不强行统一成 npm install -g xxx
  • 需要扫码或管理员授权时,安装器会直接进入对应初始化流程
  • 未检测到渠道线索时,不会强行安装该渠道能力
  • 在非交互环境下,渠道绑定默认跳过,避免阻塞 Skill 安装

工作原理

  1. preflight:检测本机依赖、配置和渠道线索
  2. core-install:安装并初始化 razel-py-cli / razel-cli
  3. extension-install:将本包安装到 ~/.openclaw/extensions/codewave-toolkit/
  4. postflight:重启 OpenClaw Gateway,并运行统一检查输出最终状态
  5. channel-bootstrap:检测到飞书或钉钉线索时,按官方入口自动安装并初始化

目录结构

codewave-openclaw-installer/
├── openclaw.plugin.json    # OpenClaw Extension 声明
├── index.js                # Plugin 入口(空壳,仅声明 id)
├── package.json
├── bin/
│   ├── install-lib.mjs     # 安装状态与渠道定义
│   ├── install.mjs         # 安装脚本
│   └── check.mjs           # 统一预检 / 结果校验
├── skills/
│   ├── acceptance-doc-entry/
│   ├── meeting-to-prd/
│   ├── pmo-weekly-report/
│   ├── popo-doc/
│   ├── popo-robot-api/
│   ├── smart-customer-service/
│   ├── speed-to-text/
│   ├── tencent-meeting/
│   └── yidun-skill-sec/
├── tests/
│   ├── check-json.test.mjs
│   └── install-lib.test.mjs
└── README.md

检查当前状态

codewave-check
codewave-check --json

卸载

rm -rf ~/.openclaw/extensions/codewave-toolkit
openclaw gateway restart

License

MIT