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-command-palette

v0.1.1

Published

Interactive command palette for OpenClaw IM bots - trigger with keywords like '来', '指令', 'help'

Downloads

27

Readme

OpenClaw Command Palette

📋 Interactive command palette for OpenClaw IM bots

English | 中文


English

Features

  • 🚀 Quick Access: Trigger with keywords like , 指令, help, menu
  • 🌍 Multi-language: Full support for Chinese and English
  • 📱 Multi-platform: Works on Telegram, Discord, WeChat Work (企业微信), and more
  • 🎨 Interactive UI: Beautiful button-based interface on supported platforms
  • Slash Command: Use /palette for direct access

Installation

openclaw plugins install openclaw-command-palette

Configuration

Add to your ~/.openclaw/openclaw.json:

{
  "plugins": {
    "entries": {
      "openclaw-command-palette": {
        "enabled": true,
        "config": {
          "triggers": ["来", "指令", "help", "menu", "命令"],
          "language": "auto"
        }
      }
    }
  }
}

Trigger Keywords

Default triggers (case-insensitive):

| Chinese | English | |---------|---------| | 来 | help | | 指令 | menu | | 命令 | commands | | 菜单 | |

Available Commands

| Category | Commands | |----------|----------| | Session | /reset, /clear, /compact, /new | | Model | /model, /think, /fast, /reasoning | | Tools | /tools, /exec, /bash | | Admin | /approve, /elevated, /queue | | Info | /help, /status, /whoami, /id, /commands, /version | | Messaging | /send, /reply |

License

MIT License - see LICENSE file.


中文

功能特性

  • 🚀 快速访问:发送 指令help 等关键词触发
  • 🌍 多语言:完整支持中英文
  • 📱 多平台:支持 Telegram、Discord、企业微信等
  • 🎨 交互界面:在支持的平台上显示美观的按钮界面
  • 斜杠命令:使用 /palette 直接访问

安装

openclaw plugins install openclaw-command-palette

配置

添加到 ~/.openclaw/openclaw.json

{
  "plugins": {
    "entries": {
      "openclaw-command-palette": {
        "enabled": true,
        "config": {
          "triggers": ["来", "指令", "help", "menu", "命令"],
          "language": "auto"
        }
      }
    }
  }
}

触发关键词

默认触发词(不区分大小写):

| 中文 | 英文 | |------|------| | 来 | help | | 指令 | menu | | 命令 | commands | | 菜单 | |

可用命令

| 分类 | 命令 | |------|------| | 会话 | /reset, /clear, /compact, /new | | 模型 | /model, /think, /fast, /reasoning | | 工具 | /tools, /exec, /bash | | 管理 | /approve, /elevated, /queue | | 信息 | /help, /status, /whoami, /id, /commands, /version | | 消息 | /send, /reply |

许可证

MIT 许可证 - 详见 LICENSE 文件。


Development

Build

npm install
npm run build

Project Structure

openclaw-command-palette/
├── index.ts               # Plugin entry point
├── openclaw.plugin.json   # Plugin manifest
├── package.json           # NPM package config
├── tsconfig.json          # TypeScript config
├── src/
│   ├── commands.ts        # Command definitions
│   ├── ui.ts              # UI rendering
│   └── i18n.ts            # Internationalization
├── README.md              # Documentation
└── LICENSE                # MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

OING.AI - Intelligent Automation Solutions

Links


Made with ❤️ by OING.AI