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

clawneo

v0.3.9

Published

Personal AI assistant CLI and Discord bridge

Readme

ClawNeo

ClawNeo

English

ClawNeo 是一个个人 AI 助手 CLI 与 Discord bridge。

它支持:

  • 通过 Discord 和助手对话
  • 使用 OpenAI Codex OAuth 或 API Key
  • 调用 read / ls / grep / bash 工具
  • 在 Discord 中通过自然语言创建提醒类定时任务(实验性)
  • 保存结构化用户偏好
  • 提供本地状态 UI 和基础运维命令

当前 CLI 命令名是 clawneo

平台支持

  • macOS:支持
  • Linux:实验性支持
  • Windows:暂不支持

安装

npm install -g clawneo

升级

npm install -g clawneo@latest
clawneo restart

基础 CLI 帮助:

clawneo -h
clawneo --help
clawneo -v
clawneo --version

配置

clawneo config

如果你需要随时配置 OpenAI,请进入 clawneo config,然后选择 OpenAI 设置。 你可以在这里设置:

  • API Key
  • Base URL
  • 模型
  • OAuth 授权

主配置文件默认位于:

~/.clawneo/clawneo.json

启动与停止

第一次启动时,ClawNeo 会进入交互式引导流程,帮助你完成 OpenAI 授权和必要的 Discord 配置。

clawneo start
clawneo stop
clawneo restart
clawneo status
clawneo ui

本地状态 UI

clawneo ui

默认地址:

http://127.0.0.1:3210

Discord 系统命令

ClawNeo 现在同时支持普通文本 /xxx 命令和 Discord 原生 slash commands。你在 Discord 输入 / 时,应该能直接看到这些命令及其内置说明。

当前支持:

/help
/version
/status
/cancel
/update
/restart
/stop

说明:

  • 这些命令不经过模型
  • /version 会返回当前运行中的 ClawNeo 版本
  • /cancel 会取消当前 Discord 会话里正在运行的任务
  • /update 会在后台执行 npm install -g clawneo@latest,完成后自动重启服务
  • /stop 后 bot 会离线
  • 停止后需要通过 CLI 再次执行 clawneo start

提醒任务

ClawNeo 已支持在 Discord 中通过自然语言创建提醒型定时任务。

示例:

20 分钟后提醒我检查日志
每天 8 点提醒我打卡
我有哪些提醒
取消刚才那个提醒

说明:

  • 这个功能目前仍是实验性能力
  • 提醒投递目前按单实例运行的 ClawNeo 设计
  • 如果你没有显式指定时区,系统会默认使用当前机器时区

技能目录

ClawNeo 会从以下目录加载 skills:

  • ~/.clawneo/skills
  • ~/.agents/skills

当 ClawNeo 帮你安装 skill 时,规则是:

  • 默认安装到:~/.clawneo/skills
  • 全局安装到:~/.agents/skills
  • 只有当你明确要求“全局安装”时,ClawNeo 才会安装到 ~/.agents/skills

示例结构:

~/.clawneo/skills/
  github-projects/
    SKILL.md

更多说明

详细设计见: