← 返回 Skills 市场
aigcpro

feishu-agents

作者 OpenAix · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-agents-bind
功能描述
绑定飞书机器人到Agent。用户发送App ID和App Secret即可自动配置飞书账号并绑定到指定Agent。用于:(1) 用户提供App ID和App Secret (2) 创建或选择要绑定的Agent (3) 自动配置openclaw.json并重启Gateway。
使用说明 (SKILL.md)

飞书 Agent 绑定

用户发送 App ID 和 App Secret 时,使用此 skill 自动完成飞书机器人绑定。

触发条件

  • 用户发送 cli_ 开头的 App ID
  • 用户发送飞书机器人凭证

绑定流程

1. 收集信息

需要用户提供:

  • App ID: 飞书应用 ID (cli_xxx)
  • App Secret: 飞书应用密钥
  • Agent名称: 要绑定的 Agent ID (如 news, assistant 等)

如果用户只提供 App ID 和 App Secret,询问要绑定到哪个 Agent,或自动创建一个新 Agent。

2. 创建 Agent (如需要)

# 创建新 Agent
openclaw agents add \x3CagentName>

# 示例:创建 news agent
openclaw agents add news

3. 执行绑定

# 查看现有 Agent 列表
openclaw agents list

# 添加飞书账号到配置
openclaw config set "channels.feishu.accounts.\x3CagentName>.appId" "\x3CApp ID>"
openclaw config set "channels.feishu.accounts.\x3CagentName>.appSecret" "\x3CApp Secret>"

# 绑定 Agent 到飞书账号
openclaw agents bind --agent \x3CagentName> --bind feishu:\x3CagentName>

3. 重启 Gateway

openclaw gateway restart

4. 验证

openclaw channels status

注意事项

  • 如果是首次配置,需要确保飞书应用已在开放平台发布并具备必要权限:
    • im:message:send_as_bot
    • im:message:receive
    • contact:contact.base:readonly
  • 配置完成后告知用户如何获取 user open_id 以配置白名单
安全使用建议
This skill appears to do what it says: it asks for an App ID and App Secret and runs openclaw CLI commands to add the account, set config keys, bind the Agent, and restart the Gateway. Before installing or using it: (1) be aware you will give it an App Secret — treat that as sensitive and only provide it in a secure session; (2) back up openclaw.json before making changes, and verify how/openclaw stores secrets (it may be plaintext); (3) confirm the agent will prompt you for explicit confirmation before running CLI commands that change config or restart services (to avoid accidental/autonomous execution); (4) rotate the App Secret after testing if you are unsure about storage; (5) ensure the Feishu app has only the minimal permissions required. If you need the skill to be stricter, request that it explicitly ask for confirmation before making changes and that it documents where credentials are stored.
功能分析
Type: OpenClaw Skill Name: feishu-agents-bind Version: 1.0.0 The skill bundle (SKILL.md) provides instructions for an AI agent to automate the legitimate process of binding a Feishu (Lark) bot to the OpenClaw platform. It involves collecting credentials (App ID and Secret) and executing local CLI commands to update configurations and restart the gateway. The behavior is transparent, aligns with the stated purpose, and shows no signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
Name/description match the actions in SKILL.md: collecting App ID/App Secret, creating/selecting an Agent, writing channels.feishu.* config keys, binding the agent, and restarting the gateway. No unrelated permissions, binaries, or external services are requested.
Instruction Scope
Instructions are narrowly scoped to openclaw CLI operations (agents add/list/bind, config set, gateway restart, channels status). They do require collecting sensitive credentials (App Secret) and writing them into openclaw.json via CLI, but they do not instruct the agent to read unrelated system files or exfiltrate data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by the skill itself. This is the lowest-risk install posture.
Credentials
No environment variables or external credentials are declared, which is consistent. The skill does ask the user to provide an App Secret (expected for this task). Risk: the guidance implies storing App Secret in openclaw.json (likely plaintext) — that is sensitivity-proportional but carries storage/exposure concerns that the SKILL.md does not address.
Persistence & Privilege
The workflow modifies agent configuration (openclaw.json) and restarts the Gateway — both are privileged, system-impacting operations. The skill is not marked always:true, but because model-invocation is enabled by default, an agent could autonomously run these CLI commands if invoked. The actions are coherent with the purpose but are high-impact and warrant explicit user confirmation and safe handling of secrets/backups.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-agents-bind
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-agents-bind 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
中文使用教程: 1.发送飞书机器人App ID:xxxx,App Secret:xxxxx,Agent:名称 2.等待创建完成后,打开机器人发一条消息获取:Pairing code 3.执行:openclaw pairing approve feishu 你的Pairing code 4.重启:openclaw channels status Initial release: Automates Feishu bot binding to an agent using App ID and App Secret. - Allows users to provide Feishu App ID and App Secret to quickly configure and bind to a selected agent. - Guides users to create or select a target agent and automates updates to openclaw.json. - Includes commands for agent creation, credential configuration, binding, and Gateway restart. - Provides usage instructions, trigger conditions, and setup requirements for a smooth configuration experience.
元数据
Slug feishu-agents-bind
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

feishu-agents 是什么?

绑定飞书机器人到Agent。用户发送App ID和App Secret即可自动配置飞书账号并绑定到指定Agent。用于:(1) 用户提供App ID和App Secret (2) 创建或选择要绑定的Agent (3) 自动配置openclaw.json并重启Gateway。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 feishu-agents?

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

feishu-agents 是免费的吗?

是的,feishu-agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

feishu-agents 支持哪些平台?

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

谁开发了 feishu-agents?

由 OpenAix(@aigcpro)开发并维护,当前版本 v1.0.0。

💬 留言讨论