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

superdreams-cli

v5.1.7

Published

SuperDreams (超梦) — AI Agent Cognitive Memory System CLI Tool

Readme

SuperDreams CLI

SuperDreams AI Agent 认知记忆系统命令行工具。

安装

# 卸载旧版 (如有)
npm uninstall -g openclaw
npm uninstall -g sd-dream

# 安装新版
npm install -g superdreams-cli

快速开始

1. 配置

设置您的 Agent 地址和 API Key。您可以使用命令配置,也可以直接设置环境变量。

方法 A: 使用命令配置 (持久化到 ~/.superdreams-cli.json)

superdreams-cli config --url https://your-agent.vercel.app --key your-api-key

方法 B: 使用环境变量 (适合 CI/CD 或脚本)

export SUPERDREAMS_URL=https://your-agent.vercel.app
export CENTER_URL=https://xiaoxi-dreams.vercel.app
export CENTER_API_KEY=your-api-key

2. 执行做梦

触发 Agent 扫描日志并生成梦境报告:

superdreams-cli dream

3. 同步数据

将 Agent 记忆同步到控制中心:

superdreams-cli sync

4. 查看状态

查看 Agent 健康度及记忆统计:

superdreams-cli stats

环境变量说明

| 变量名 | 说明 | |--------|------| | SUPERDREAMS_URL | Agent Dashboard 的访问地址 | | CENTER_URL | 控制中心 (Control Center) 的地址 | | CENTER_API_KEY | 用于同步到控制中心的 API Key |

优先级:环境变量 > ~/.superdreams-cli.json > 默认值

命令列表

  • config: 配置或查看当前生效配置。支持 --list 查看。
  • dream: 触发做梦流程。
  • sync: 同步本地记忆到控制中心。
  • stats: 获取健康度评分及统计数据。

Generated by SuperDreams (超梦)