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

cueme

v0.1.7

Published

Cue command protocol adapter (stdin/stdout JSON)

Downloads

412

Readme

cueme

English · 中文


npm npm downloads

Repo: cue-stack Repo: cue-console Repo: cue-command License

Contributing · Trademark

这是 Cue 的命令行协议适配器,兼容现有的 SQLite mailbox(~/.cue/cue.db)。

提示:发送图片功能暂不可用(开发中)。

快速开始(2 步)

第 1 步:安装 cueme

npm install -g cueme

第 2 步:把 protocol.md 配置到你的系统提示词里

protocol.md 的内容复制到你正在使用的 runtime 的系统提示词 / 持久规则里:

如果你是通过 npm 安装的,protocol.md 也会包含在安装包里。

该文件定义了 Human Agent Protocol(HAP)规则,以及 cueme 的命令接口。

第 3 步:启动 UI 并连接

cueme 会与 UI 共用同一个 SQLite mailbox(~/.cue/cue.db)。先启动 UI:

npm install -g cue-console
cue-console start

打开 http://localhost:3000,然后在你的 runtime 聊天里输入:

cue

用法

join

cueme join <agent_runtime>

recall

cueme recall <hints>

cue

cueme cue <agent_id> -

pause

cueme pause <agent_id> -

所有命令都以纯文本输出到 stdout。


QQ 群