openclaw-command-palette
v0.1.1
Published
Interactive command palette for OpenClaw IM bots - trigger with keywords like '来', '指令', 'help'
Downloads
27
Maintainers
Readme
OpenClaw Command Palette
📋 Interactive command palette for OpenClaw IM bots
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
/palettefor direct access
Installation
openclaw plugins install openclaw-command-paletteConfiguration
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 buildProject 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 LicenseContributing
Contributions are welcome! Please feel free to submit a Pull Request.
Author
OING.AI - Intelligent Automation Solutions
- Website: https://oing.ai
- GitHub: https://github.com/oingclaw
Links
Made with ❤️ by OING.AI
