Feishu Multiagent Onboard
v1.0.0Provides an interactive wizard to quickly configure and validate multiple OpenClaw agents for Feishu channels with diagnostic tools.
⭐ 0· 221·0 current·0 all-time
bywh1ko@zoopools
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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.
latestvk973tjafpqdan8wyyg1dxqexfn82fefk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
