← 返回 Skills 市场
xiangxinag-princess

Feishu Bot Manager

作者 xiangxinag-princess · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
560
总下载
0
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-bot-manager
功能描述
Manage Feishu bots in OpenClaw configuration. Supports add, delete, update, list, and info operations. Triggers on phrases like "添加飞书机器人", "删除飞书机器人", "修改飞书机器...
使用说明 (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 jq for JSON manipulation
  • Run openclaw gateway restart after changes
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-bot-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-bot-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: add, delete, update, list, info operations for Feishu bots in OpenClaw
元数据
Slug feishu-bot-manager
版本 1.0.0
许可证
累计安装 24
当前安装数 24
历史版本数 1
常见问题

Feishu Bot Manager 是什么?

Manage Feishu bots in OpenClaw configuration. Supports add, delete, update, list, and info operations. Triggers on phrases like "添加飞书机器人", "删除飞书机器人", "修改飞书机器... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 560 次。

如何安装 Feishu Bot Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-bot-manager」即可一键安装,无需额外配置。

Feishu Bot Manager 是免费的吗?

是的,Feishu Bot Manager 完全免费(开源免费),可自由下载、安装和使用。

Feishu Bot Manager 支持哪些平台?

Feishu Bot Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Feishu Bot Manager?

由 xiangxinag-princess(@xiangxinag-princess)开发并维护,当前版本 v1.0.0。

💬 留言讨论