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

@huo15/wecom-tips

v1.0.1

Published

火一五·小贴士插件 — 在企微 AI 回复末尾按概率注入提示语,参考 Claude Code tipRegistry 设计

Readme

@huo15/wecom-tips 小贴士插件

在企微 AI 回复末尾按概率注入提示语,参考 Claude Code tipRegistry + tipScheduler 设计。

功能特性

  • ✅ 按用户独立追踪冷却(不是全局 session 计数)
  • ✅ 每条消息可配置展示概率(默认 20%)
  • ✅ 相关性过滤(isRelevant 函数)
  • ✅ 内置 10 条常用提示语
  • ✅ 支持自定义 tip 文本
  • ✅ 配置存储在 openclaw.json,持久化

内置 Tips

| ID | 内容 | 冷却 | |----|------|------| | plan-mode | 复杂任务先用 /plan 计划 | 5 次会话 | | memory | 使用 /memory 管理记忆 | 15 次 | | theme | 使用 /theme 切换主题 | 20 次 | | continue | 使用 --continue 继续会话 | 10 次 | | multi-line | Shift+Enter 发送多行 | 10 次 | | custom-commands | 在 .claude/skills/ 创建技能 | 15 次 | | rename | /rename 给会话命名 | 15 次 | | permission | /permissions 预批准工具 | 10 次 | | steer | 工作中发消息实时引导 | 20 次 | | todo | 创建待办列表追踪进度 | 20 次 |

配置

{
  "plugins": {
    "entries": {
      "tips": {
        "enabled": true,
        "showProbability": 0.2,
        "customTips": ["试试说「帮我整理待办」创建任务列表"],
        "excludeDefault": false,
        "maxTipsLength": 200
      }
    }
  }
}

| 字段 | 类型 | 默认值 | 说明 | |------|------|--------|------| | enabled | boolean | true | 总开关 | | showProbability | number | 0.2 | 展示概率(0-1) | | customTips | string[] | [] | 自定义 tip | | excludeDefault | boolean | false | true=只用自定义 tip | | maxTipsLength | number | 200 | tip 最大长度 |

安装

openclaw plugins install /path/to/huo15-wecom-tips-1.0.0.tgz