Feishu Multiagent Onboard
v1.0.0Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latest
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)
Comments
Loading comments...
