返回 Skill 列表
extension
分类: 其它无需 API Key

飞书多机器人配置向导

飞书多机器人接入OpenClaw配置向导,生成步骤清单、字段说明、权限核对表及本地配置草案。公开版不收集真实App Secret/API Key,不写入openclaw.json,不运行脚本或重启服务。密钥或配置修改需用户在本地私有环境确认并执行。

person作者: ashu2025-rgbhubclawhub

Feishu Multiagent Setup

Use this skill when a user wants to connect multiple Feishu bots to OpenClaw and needs a safe setup checklist.

Public Safety Boundary

  • Do not ask the user to paste real App Secret, API Key, Verification Token, Encrypt Key, cookies, or login state into chat.
  • Do not write openclaw.json, auth-profiles.json, shell profiles, service files, or gateway config from this public skill.
  • Do not run setup scripts or restart Gateway from this public skill.
  • Do not bypass Feishu login, QR code, captcha, organization approval, or admin authorization.
  • If the user wants private execution, first explain what will be written and ask for explicit confirmation in their local environment.

Workflow

  1. Ask how many bots they need and what each bot should be used for.
  2. Generate a table with safe placeholders:
    • bot name
    • Feishu app display name
    • event subscription URL placeholder
    • required permissions/events
    • local config destination
  3. Guide the user through Feishu Open Platform pages by visible Chinese labels.
  4. When credentials appear, tell the user to keep them in a local private config file, not in public docs or chat history.
  5. Produce a local review checklist for their OpenClaw operator:
    • each bot has one account id
    • each account id has one route binding
    • each route binding points to the intended agent
    • each agent has an isolated workspace
    • test messages are sent only after the user confirms setup is complete

Output Shape

Return a concise checklist plus a local-only config draft with placeholders. Example:

bot_name: customer_service_bot
feishu_app_id: cli_xxx_placeholder
secret_storage: local private config only
route: feishu:<account_id> -> agent:<agent_id>
status: pending user-side credential entry

Reference

Read references/setup-checklist.md when the user needs a full step-by-step handoff.