← Back to Skills Marketplace
Feishu Bot Manager
by
xiangxinag-princess
· GitHub ↗
· v1.0.0
560
Downloads
0
Stars
24
Active Installs
1
Versions
Install in OpenClaw
/install feishu-bot-manager
Description
Manage Feishu bots in OpenClaw configuration. Supports add, delete, update, list, and info operations. Triggers on phrases like "添加飞书机器人", "删除飞书机器人", "修改飞书机器...
README (SKILL.md)
Feishu Bot Manager
Complete CRUD management for Feishu bots in OpenClaw.
Operations
Add Bot
添加飞书机器人:botId, appId=xxx, appSecret=xxx, model=xxx(可选)
Delete Bot
删除飞书机器人:botId
Update Bot
修改飞书机器人:botId, model=xxx / appId=xxx / appSecret=xxx
List Bots
列出所有飞书机器人
Info Bot
查看飞书机器人:botId
Script Usage
# Add
{baseDir}/scripts/feishu-bot.sh add --botId "xxx" --appId "xxx" --appSecret "xxx" [--model "xxx"]
# Delete
{baseDir}/scripts/feishu-bot.sh delete --botId "xxx"
# Update
{baseDir}/scripts/feishu-bot.sh update --botId "xxx" [--model "xxx"] [--appId "xxx"] [--appSecret "xxx"]
# List
{baseDir}/scripts/feishu-bot.sh list
# Info
{baseDir}/scripts/feishu-bot.sh info --botId "xxx"
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| botId | Yes | - | Bot identifier |
| appId | Add: Yes | - | Feishu app ID |
| appSecret | Add: Yes | - | Feishu app secret |
| model | No | bailian-coding-plan/glm-5 | Model for this bot |
Notes
- Backs up config before modifications
- Backup filename: openclaw.json.bak.YYYY.MMdd.HHmm (UTC+8)
- Requires
jqfor JSON manipulation - Run
openclaw gateway restartafter changes
Usage Guidance
This skill appears to do exactly what it says: it edits $HOME/.openclaw/openclaw.json, creates/removes .openclaw workspaces, and stores the provided Feishu appId/appSecret in that config. Before installing or running: (1) ensure you trust the skill source because it will write secrets to disk; (2) make sure jq is installed; (3) inspect file permissions on ~/.openclaw/openclaw.json and backups to protect appSecret; (4) consider testing on a copy of your config first (it creates backups but still modifies files); and (5) be aware that if the agent invokes this skill autonomously it can change your OpenClaw configuration — only enable it for agents you trust.
Capability Analysis
Type: OpenClaw Skill
Name: feishu-bot-manager
Version: 1.0.0
The feishu-bot-manager skill bundle provides legitimate CRUD operations for managing Feishu bot configurations within the OpenClaw environment. The primary script, scripts/feishu-bot.sh, uses jq to safely modify the local configuration file (~/.openclaw/openclaw.json) and manages associated workspace directories, with no evidence of data exfiltration, unauthorized remote execution, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description claim CRUD management of Feishu bots and the included script implements add/delete/update/list/info by reading and writing $HOME/.openclaw/openclaw.json and managing workspace/agent directories — this is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided script which backups, modifies, and moves the OpenClaw config and can create/delete directories. That behavior is expected, but it does mean the skill will write secrets (appSecret) into the OpenClaw config and modify files under $HOME/.openclaw; users should expect disk writes and config changes when running the skill or invoking it autonomously.
Install Mechanism
No install spec or network downloads are present; this is an instruction-only skill with a bundled shell script. Nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required env vars and doesn't request unrelated credentials. It does read/write $HOME and the OpenClaw config; it will store provided appSecret values in openclaw.json — which is consistent with its function but worth noting since secrets are persisted to disk.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It operates within the user's OpenClaw config and its own workspace directories.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-bot-manager - After installation, invoke the skill by name or use
/feishu-bot-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: add, delete, update, list, info operations for Feishu bots in OpenClaw
Metadata
Frequently Asked Questions
What is Feishu Bot Manager?
Manage Feishu bots in OpenClaw configuration. Supports add, delete, update, list, and info operations. Triggers on phrases like "添加飞书机器人", "删除飞书机器人", "修改飞书机器... It is an AI Agent Skill for Claude Code / OpenClaw, with 560 downloads so far.
How do I install Feishu Bot Manager?
Run "/install feishu-bot-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Bot Manager free?
Yes, Feishu Bot Manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Feishu Bot Manager support?
Feishu Bot Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Bot Manager?
It is built and maintained by xiangxinag-princess (@xiangxinag-princess); the current version is v1.0.0.
More Skills