hyperlisthyperlistCommunityยท10 Agent Skills Included

feishu-multi-agent

Run multiple isolated assistants from one Feishu bot

Builds a multi-agent system on Feishu where one bot routes group chats to independent assistants with separate memory, permissions, and workspaces. Automates agent creation, chat binding, cross-agent task delegation, and Feishu document writing through ready-made scripts and templates. Eliminates manual JSON configuration errors, permission pitfalls, and message-format issues that break Feishu integrations.
npx skills add hyperlist/feishu-multi-agent --all -g -y
Available:

Defines each agent's role, memory habits, tool permissions, and delegation rules so the coordinator routes tasks to sub-agents and the coder agent handles development work safely.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install feishu-multi-agent?โ–ผ

Run `npx skills add hyperlist/feishu-multi-agent --all -g -y` in your terminal to install all skills in this suite globally.

How to run multiple agents with one Feishu bot?โ–ผ

This suite binds each Feishu group chat to a separate agent via routing rules, giving every agent its own session, workspace, and tool permissions under a single bot.

How do agents delegate tasks to each other?โ–ผ

The delegate-agent and agent-comm skills use asynchronous session messaging, so a coordinator agent can assign work to coder, scout, or trader agents without blocking.

Can it create and edit Feishu documents?โ–ผ

Yes. The feishu-doc-writer skill imports Markdown files as Feishu docs, handles permissions automatically, and avoids known API pitfalls like broken tables and out-of-order blocks.

Do I need coding experience to set this up?โ–ผ

No. The setup wizard and create_agent.py script automate workspace creation, group chat setup, and configuration updates from simple answers.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’