multi-agent-feishu

在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "multi-agent-feishu" with this command: npx skills add kolikoliko/multi-agent-feishu

Multi-Agent Feishu Setup

在同一个 OpenClaw Gateway 下创建多个 Agent,每个绑定不同飞书机器人。

快速开始

1. 创建 Agent

openclaw agents add <agent_id> \
  --workspace ~/.openclaw/workspace<N> \
  --bind feishu:<account_id> \
  --non-interactive

2. 添加飞书账号

编辑 ~/.openclaw/openclaw.json,在 channels.feishu.accounts 中添加:

"<account_id>": {
  "appId": "cli_xxx",
  "appSecret": "xxx"
}

3. 重启 Gateway

openclaw gateway restart

4. 配对飞书

openclaw pairing approve feishu <配对码>

验证配置

openclaw agents list --bindings

详细文档

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Skylv System Health Watch

Real-time monitoring of agent memory, API calls, and errors

Registry SourceRecently Updated
Automation

Skylv Smart Task Scheduler

Context-aware task scheduling with priority management

Registry SourceRecently Updated
Automation

Skylv Self Thinking Agent

Enables AI agents to reflect on their own reasoning, detect cognitive biases, and improve decision quality through structured self-examination loops.

Registry SourceRecently Updated
Automation

Agent Collaboration Protocol

Structured multi-agent collaboration for backend + frontend builds. Use when an orchestrator needs to coordinate a backend engineer and frontend engineer on...

Registry SourceRecently Updated