feishu-multi-agent
Run multiple isolated assistants from one Feishu bot
All Skills in This Repository (10)
Pure Emerald Level Indicatorsfeishu-multi-agent
Create and manage multi-agent AI systems integrated with Feishu.
git-workflow
Enforce Git branching, commit, and pull request standards with automated staging.
code-review
Automate code reviews for security vulnerabilities, bugs, and architectural issues.
project-switcher
Switch between code projects by name or number using a configuration file.
feishu-doc-writer
Create and modify Feishu documents via Markdown imports and content appends.
feishu-chat
Manage Feishu group chats via the Feishu Open API.
delegate-agent
Delegate tasks to specialized agents with structured briefs and async execution.
Config Update Skill
Update OpenClaw agent models, heartbeats, and tool permissions with JSON validation and backups.
agent-comm
Send messages, list sessions, and retrieve histories between agents.
Maintenance Skill
Run automated checks and scripts to maintain the feishu-multi-agent project.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core