← 返回 Skills 市场
zoopools

Feishu Multiagent Onboard

作者 wh1ko · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
281
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-multiagent-onboard
功能描述
Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools.
使用说明 (SKILL.md)

feishu-multiagent-onboard Skill

飞书多 Agent 快速配置 Skill - 一键完成 OpenClaw 多 Agent 飞书通道配置

功能

  • ✅ 交互式配置向导
  • ✅ 自动验证配置格式
  • ✅ 故障诊断工具
  • ✅ 完整文档和最佳实践
  • ✅ 支持 1-N 个 Agent 配置

使用

# 配置向导
openclaw skill run feishu-multiagent-onboard

# 验证配置
openclaw skill run feishu-multiagent-onboard --check

# 故障诊断
openclaw skill run feishu-multiagent-onboard --debug

作者

墨墨 (OpenClaw 多 Agent 实践者)

版本

1.0.0 (2026-03-07)

安全使用建议
This skill appears to do exactly what it claims: an interactive wizard and diagnostics that read/write your OpenClaw config and run local OpenClaw/log commands. Before installing: back up ~/.openclaw/openclaw.json, and only run this on a trusted machine because it will store Feishu App Secret values in plaintext in that config file and executes local shell commands (openclaw, tail, grep). If you need secret protection, consider storing secrets in a secure vault and editing the config manually rather than entering secrets into the wizard.
功能分析
Type: OpenClaw Skill Name: feishu-multiagent-onboard Version: 1.0.0 The feishu-multiagent-onboard skill is a legitimate configuration utility designed to help users set up Feishu (Lark) multi-agent integration for OpenClaw. It provides an interactive wizard to collect credentials (appId, appSecret) and save them to the local ~/.openclaw/openclaw.json file, along with diagnostic functions that check plugin status and local log files. The code in index.js uses standard Node.js APIs and local shell commands for its stated purpose without any evidence of data exfiltration, malicious execution, or harmful intent.
能力评估
Purpose & Capability
Name/description (Feishu multi-agent onboarding) align with the included files and code. index.js implements an interactive wizard, configuration validation, and diagnostics that operate on ~/.openclaw/openclaw.json and call OpenClaw CLI commands — all expected for this tool.
Instruction Scope
SKILL.md and index.js stay within the onboarding/diagnostic scope. The skill reads and writes ~/.openclaw/openclaw.json, prompts for App ID/App Secret, and runs local commands (openclaw plugins list, openclaw status, tail logs). Those actions are consistent with diagnostics but do involve reading logs and running shell commands on the host, which users should be aware of.
Install Mechanism
Instruction-only skill with no install spec; packaged files include index.js and docs. No remote downloads or install steps that write arbitrary code to disk beyond the user placing the skill in their skills folder.
Credentials
The skill requests no environment variables and no external credentials at install time. It does, however, prompt users for Feishu App ID and App Secret and writes them into ~/.openclaw/openclaw.json in plaintext. This is proportionate to its purpose but is sensitive (secrets are stored unencrypted).
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It modifies only the user's OpenClaw config file (~/.openclaw/openclaw.json) which is expected for an onboarding tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-multiagent-onboard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-multiagent-onboard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with interactive Feishu multi-agent configuration support. - Interactive configuration wizard for Feishu multi-agent channels - Automatic configuration format validation - Diagnostic tools for troubleshooting - Comprehensive documentation and best practices included - Supports configuration for 1 to N agents
元数据
Slug feishu-multiagent-onboard
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Feishu Multiagent Onboard 是什么?

Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。

如何安装 Feishu Multiagent Onboard?

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

Feishu Multiagent Onboard 是免费的吗?

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

Feishu Multiagent Onboard 支持哪些平台?

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

谁开发了 Feishu Multiagent Onboard?

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

💬 留言讨论