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

openclaw-guide

v1.0.0

Published

OpenClaw Onboarding Guide - Smart usage guidance for beginners. Tracks usage patterns, discovers confusion points, and provides proactive suggestions.

Readme

🎯 OpenClaw Guide

智能使用引导插件,帮助用户更好地使用 OpenClaw。

功能特点

  • 📊 使用分析 - 追踪命令使用、对话模式,发现使用习惯
  • 🔍 困惑检测 - 智能识别用户的困惑点和错误模式
  • 智能建议 - 根据使用情况提供个性化建议
  • 📈 进度追踪 - 记录学习进度,显示技能掌握情况
  • 🌐 Web UI - 可视化仪表盘展示使用数据和建议
  • 快捷操作 - 一键分析、获取建议、记录操作

一键安装

方式一:在线安装(推荐)

curl -fsSL https://raw.githubusercontent.com/openclaw/onboarding-guide/main/scripts/install.sh | bash

方式二:手动安装

# 1. 下载源码
git clone https://github.com/openclaw/onboarding-guide.git
cd onboarding-guide

# 2. 安装依赖
npm install

# 3. 构建
npm run build

# 4. 启动
npm start

方式三:本地安装包

# 解压安装包
tar -xzf openclaw-guide-1.0.0.tar.gz
cd openclaw-guide

# 安装并启动
npm install
npm start

快速开始

启动 Web UI

# 方式一
npm start

# 方式二
oog webui

# 方式三
node bin/cli.js webui

访问 http://localhost:3738

Web UI 操作

界面提供以下快捷按钮:

  • 🔍 分析使用模式 - 一键分析当前使用情况
  • 获取智能建议 - 查看个性化建议
  • 📈 查看学习进度 - 查看学习进度详情
  • 📝 记录操作 - 手动记录操作
  • ⚙️ 配置设置 - 修改插件配置
  • 🗑️ 清除历史 - 清除所有记录
  • 🔄 刷新数据 - 刷新仪表盘

命令行使用

# 查看帮助
oog help

# 查看状态
oog status

# 运行分析
oog analyze

# 查看建议
oog suggestions

# 查看进度
oog progress

# 查看操作记录
oog actions

# 清除历史
oog clear

# 记录操作
oog record command "搜索天气"

配置

编辑 ~/.openclaw/config.json:

{
  "onboarding-guide": {
    "enabled": true,
    "webUIPort": 3738,
    "analysisInterval": 30,
    "proactiveSuggestions": true,
    "difficultyLevel": "beginner"
  }
}

工作原理

  1. 记录 - 追踪用户的命令和对话
  2. 分析 - 识别使用模式和困惑点
  3. 建议 - 生成个性化的改进建议
  4. 展示 - 通过 Web UI 可视化展示

隐私

  • ✅ 所有数据本地存储
  • ✅ 不上传云端
  • ✅ 可随时清除
  • ✅ 可禁用追踪

许可证

MIT