← Back to Skills Marketplace
93
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-feishu-bot-manager
Description
飞书多账户机器人配置管理 skill。用于新增飞书机器人账户、将机器人或特定群聊绑定到指定 Agent,并安全地更新 OpenClaw 的 Feishu 路由配置。适用于用户提到“添加飞书机器人”、“配置飞书机器人”、“新增飞书账户”、“飞书多账户”这类场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-feishu-bot-manager - After installation, invoke the skill by name or use
/openclaw-feishu-bot-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is OpenClaw Feishu Bot Manager?
飞书多账户机器人配置管理 skill。用于新增飞书机器人账户、将机器人或特定群聊绑定到指定 Agent,并安全地更新 OpenClaw 的 Feishu 路由配置。适用于用户提到“添加飞书机器人”、“配置飞书机器人”、“新增飞书账户”、“飞书多账户”这类场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install OpenClaw Feishu Bot Manager?
Run "/install openclaw-feishu-bot-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Feishu Bot Manager free?
Yes, OpenClaw Feishu Bot Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Feishu Bot Manager support?
OpenClaw Feishu Bot Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Feishu Bot Manager?
It is built and maintained by caoychn (@caoychn); the current version is v1.0.3.
More Skills