create-feishu-agent Skill

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's files and runtime instructions are consistent with its stated purpose (creating an OpenClaw agent and wiring a Feishu bot); it modifies the local OpenClaw config and creates agent files but does not attempt network exfiltration or request unrelated credentials.

This skill appears to do what it says: create agent folders and add a Feishu account entry to your ~/.openclaw/openclaw.json. Before running: (1) review the included create-feishu-agent.sh to confirm the target paths match your environment; (2) back up ~/.openclaw/openclaw.json (the script already attempts a backup) and verify the backup was created; (3) be aware that the Feishu App Secret will be written in plaintext to your config — ensure file permissions are appropriate or store secrets securely if required; (4) the script uses macOS-style sed -i '' which may fail on some Linux systems and the Python updater assumes keys like channels->feishu exist (it may error if your config structure differs) — test in a safe environment first; (5) only provide App ID/Secret for apps you control and trust. If you want more assurance, request the author to add proper error handling (missing keys), cross-platform sed compatibility, and optional secret encryption before storing.