← Back to Skills Marketplace
zoopools

Feishu Multiagent Onboard

by wh1ko · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
281
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-multiagent-onboard
Description
Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools.
README (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)

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-multiagent-onboard
  3. After installation, invoke the skill by name or use /feishu-multiagent-onboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug feishu-multiagent-onboard
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Feishu Multiagent Onboard?

Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install Feishu Multiagent Onboard?

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

Is Feishu Multiagent Onboard free?

Yes, Feishu Multiagent Onboard is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Feishu Multiagent Onboard support?

Feishu Multiagent Onboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu Multiagent Onboard?

It is built and maintained by wh1ko (@zoopools); the current version is v1.0.0.

💬 Comments