← Back to Skills Marketplace
joe12801

飞书 Agent 配置助手

by joe12801 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install feishu-agent-config-helper
Description
指导用户生成飞书机器人配置片段并手动集成至 openclaw.json,支持账户和群聊级绑定及会话作用域设置。
README (SKILL.md)

feishu-agent-config-helper

飞书 Agent 配置助手:简化 OpenClaw 与飞书机器人的集成过程。本技能将指导用户如何将飞书机器人配置到 openclaw.json,并与指定的 Agent 进行绑定。

功能

  • 生成配置片段:根据用户提供的 App ID, App Secret, Agent ID 等信息,生成 openclaw.json 所需的配置代码。
  • 配置指导:提供详细的步骤,引导用户正确修改 openclaw.json 文件。
  • 绑定说明:解释如何进行账户级绑定和群聊级绑定,并提示优先级。
  • 会话作用域设置:指导用户设置 session.dmScope 以确保配置生效。
  • Gateway 重启提示:提醒用户重启 OpenClaw Gateway 以加载新配置。

使用场景

  • 首次配置飞书机器人与 OpenClaw Agent。
  • 为现有飞书机器人添加新的 Agent 绑定。
  • 希望更方便、安全地管理飞书 Agent 配置的 OpenClaw 用户。

本技能不会

  • 直接修改您的 openclaw.json 文件(出于安全考量,配置更改需由用户手动完成)。
  • 自动重启 OpenClaw Gateway。
  • 提供飞书 App ID 和 App Secret 的申请通道。
Usage Guidance
这个技能看起来只是在本地生成并打印用于手动粘贴到 ~/.openclaw/openclaw.json 的配置片段: - 优点:不自动修改文件、不联网,不请求额外凭据,行为与说明一致。 - 风险与建议:脚本会将您提供的 App Secret 以明文形式打印到终端,注意不要将输出粘贴到公共聊天或保留下敏感终端日志;在共享配置片段前清除或替换 Secret。安装/使用前,可快速查看 index.js 源码(已包含)以确认没有网络请求或隐藏行为。手动备份 openclaw.json 并在修改后按提示重启 Gateway。
Capability Analysis
Type: OpenClaw Skill Name: feishu-agent-config-helper Version: 0.1.0 The skill is a configuration helper designed to assist users in integrating Feishu (Lark) bots with OpenClaw. The code in `index.js` simply parses command-line arguments (such as App ID and App Secret) and prints formatted JSON snippets and setup instructions to the console for the user to manually copy into their configuration files. It does not perform any network requests, file system modifications, or automated execution of sensitive commands, and it explicitly states in `SKILL.md` that it will not modify user files for security reasons.
Capability Assessment
Purpose & Capability
名称与描述(生成飞书机器人配置片段并指导手动集成)与代码和 SKILL.md 内容一致。没有请求与任务无关的凭证或二进制,所需的输入(App ID / App Secret / Agent ID / chat ID 等)都是合乎预期的参数。
Instruction Scope
SKILL.md 与 index.js 的运行逻辑一致:仅在 stdout 输出 JSON 配置片段并给出手动修改与重启 Gateway 的建议。脚本不会读取或修改用户的配置文件,也不向外部网络发起请求。注意:脚本会在输出中包括明文的 App Secret(由用户提供),这在功能上是合理但有信息泄露风险(例如被终端历史或截屏记录)。
Install Mechanism
没有 install spec(instruction-only 风格),因此不会在安装时从不受信任的 URL 下载或执行远程代码。包内包含 index.js 与 package.json,运行时只有在用户显式调用该脚本时才会执行。
Credentials
技能不需要环境变量或外部凭证(requires.env 为空),也未声明任何与其功能无关的密钥或路径。唯一需要的敏感输入是用户提供的 App ID / App Secret,通过命令行参数传入,与技能目的相符。
Persistence & Privilege
技能没有设置 always: true;也不要求修改其他技能或系统范围配置。默认的自主调用权限未被单独标记为问题;该技能在被调用时才会运行。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-agent-config-helper
  3. After installation, invoke the skill by name or use /feishu-agent-config-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release for Feishu Agent configuration assistance
Metadata
Slug feishu-agent-config-helper
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 飞书 Agent 配置助手?

指导用户生成飞书机器人配置片段并手动集成至 openclaw.json,支持账户和群聊级绑定及会话作用域设置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install 飞书 Agent 配置助手?

Run "/install feishu-agent-config-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 飞书 Agent 配置助手 free?

Yes, 飞书 Agent 配置助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 飞书 Agent 配置助手 support?

飞书 Agent 配置助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 飞书 Agent 配置助手?

It is built and maintained by joe12801 (@joe12801); the current version is v0.1.0.

💬 Comments