← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-feishu-bot-manager
功能描述
飞书多账户机器人配置管理 skill。用于新增飞书机器人账户、将机器人或特定群聊绑定到指定 Agent,并安全地更新 OpenClaw 的 Feishu 路由配置。适用于用户提到“添加飞书机器人”、“配置飞书机器人”、“新增飞书账户”、“飞书多账户”这类场景。
安全使用建议
This skill appears to do exactly what it says: it edits your local OpenClaw config (~/.openclaw/openclaw.json), creates backups, validates the result, and can restart the OpenClaw gateway. Before installing/running it: 1) Prefer --dry-run first to preview changes; 2) Keep or copy the automatically created backup file so you can restore if needed; 3) Be aware that passing App Secret on the command line can expose it to process listings or shell history — consider entering secrets via a safer mechanism or running on a secure host; 4) Because the source/publisher is unknown and there's no homepage, inspect the bundled code yourself (or run in a sandbox) before giving it access to your OpenClaw installation; 5) If you rely on high-availability routing, schedule a maintenance window for the Gateway restart or use --no-restart and restart manually when ready.
功能分析
Type: OpenClaw Skill
Name: openclaw-feishu-bot-manager
Version: 1.0.3
The skill is a legitimate administrative utility for managing Feishu (Lark) bot configurations within the OpenClaw ecosystem. While it handles sensitive credentials (App ID/Secret) and modifies the core configuration file (~/.openclaw/openclaw.json), it includes several safety features such as automatic backups, input validation (lib/validator.js), and conflict detection. The use of execSync in index.js is restricted to internal openclaw CLI commands for service management, and there is no evidence of data exfiltration, malicious prompt injection, or unauthorized external communication.
能力评估
Purpose & Capability
Name/description match the implementation: the CLI asks for Feishu App ID/App Secret and account/chat/agent info, reads and updates ~/.openclaw/openclaw.json, performs backup, validation, and can restart the OpenClaw gateway. All requested actions are proportionate to managing Feishu bot routing.
Instruction Scope
SKILL.md and index.js explicitly read/write the OpenClaw config, back it up, validate changes, set session.dmScope, and optionally restart the gateway — all within the declared purpose. There are no instructions to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec (instruction-only) and bundled code runs locally. Nothing is downloaded from external URLs or extracted; the included files are self-contained. This is the lower-risk pattern for a config-management skill.
Credentials
The skill does not request unrelated env vars or credentials. It accepts the Feishu App Secret as a CLI argument (not an env var) — this is functionally appropriate but has privacy risks (CLI args can be visible in process lists or shell history). The code uses HOME to find ~/.openclaw which is expected.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or global agent settings beyond writing to OpenClaw's own config and invoking the OpenClaw CLI to set dmScope and restart the gateway — behavior that matches its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-bot-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-bot-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Add polished README and stronger ClawHub listing copy
v1.0.2
Initial release: manage multi-account Feishu bots and routing bindings for OpenClaw
元数据
常见问题
OpenClaw Feishu Bot Manager 是什么?
飞书多账户机器人配置管理 skill。用于新增飞书机器人账户、将机器人或特定群聊绑定到指定 Agent,并安全地更新 OpenClaw 的 Feishu 路由配置。适用于用户提到“添加飞书机器人”、“配置飞书机器人”、“新增飞书账户”、“飞书多账户”这类场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 OpenClaw Feishu Bot Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-bot-manager」即可一键安装,无需额外配置。
OpenClaw Feishu Bot Manager 是免费的吗?
是的,OpenClaw Feishu Bot Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Feishu Bot Manager 支持哪些平台?
OpenClaw Feishu Bot Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Feishu Bot Manager?
由 caoychn(@caoychn)开发并维护,当前版本 v1.0.3。
推荐 Skills