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

@zi.yi/openclaw-easy

v1.0.8

Published

One-command setup for OpenClaw with built-in API key

Readme

@zi.yi/openclaw-easy

npm version License: MIT Install Size

One-command setup for OpenClaw with built-in API key.

OpenClaw 是一个自托管 AI 助手网关,可以连接 WhatsApp、Telegram、Discord 等聊天应用到 AI 编码助手。这个工具让你一键完成配置,内置免费 OpenRouter 模型。

特点

  • 零配置 - 内置免费 API key,开箱即用
  • 灵活 - 可以选择使用自己的 API key
  • 一键安装 - 一条命令完成所有配置
  • 安全 - API key 加密存储

平台支持

| 平台 | 支持程度 | 说明 | |------|----------|------| | macOS | ✅ 完全支持 | 守护进程、开机自启 | | Linux | ✅ 完全支持 | systemd、开机自启 | | Windows + WSL2 | ✅ 完全支持 | 推荐方式 | | Windows 原生 | ⚠️ 有限支持 | 需手动启动,无守护进程 |

💡 Windows 用户建议:使用 WSL2 获得完整的后台运行体验。查看 Windows 使用手册

快速开始

安装

npm install -g "@zi.yi/openclaw-easy@latest"

使用

方式一:使用内置福利 API key(推荐)

openclaw-easy

默认配置:

  • 模型:arcee-ai/trinity-large-preview:free

方式二:使用自己的 API key

# 命令行参数
openclaw-easy --openai-key sk-your-api-key-here

# 或环境变量
export OPENAI_API_KEY=sk-your-api-key-here
openclaw-easy

安装完成后,你可以通过以下方式与 OpenClaw 交互:

# 打开 Web 控制面板
npx openclaw dashboard

# 或使用终端界面
npx openclaw tui

# 或直接发送消息
npx openclaw agent --message "你好"

工作原理

  1. 从内置配置或用户输入获取 API key
  2. 将配置写入 ~/.openclaw/.env(API key、模型)
  3. 运行 OpenClaw 的 onboarding 流程
  4. 安装并启动 OpenClaw 守护进程

常见问题

Q: 如何更新到最新版本?

A: 重新安装即可:

npm install -g "@zi.yi/openclaw-easy@latest"

Q: 内置的是什么模型?

A: 内置的是 OpenRouter Trinity 模型,适合日常使用。

Q: 如何更换模型?

A: 编辑 ~/.openclaw/.env,修改 OPENCLAW_MODEL 环境变量。

Q: 卸载怎么办?

npm uninstall -g @zi.yi/openclaw-easy
npx openclaw uninstall  # 完全卸载 OpenClaw

文档

详细使用指南请查看 USER_GUIDE.md

开发

# 克隆仓库
git clone https://github.com/ZiyiSpace/openclaw-easy.git
cd openclaw-easy

# 安装依赖
npm install

# 本地测试
npm install -g .
openclaw-easy

# 发布到 npm(需要设置环境变量)
BUILTIN_API_KEY="your-api-key" BUILTIN_MODEL="arcee-ai/trinity-large-preview:free" npm publish --access public

致谢

GitHub 仓库

https://github.com/ZiyiSpace/openclaw-easy

License

MIT © 2026 王子怡 (Ziyi Wang)