/install arc-department-manager
Department Manager
Organize your AI workers into departments. Assign tasks, track output, and coordinate multi-agent teams like a CEO.
Why This Exists
Running an autonomous business or complex project means juggling multiple tasks across different domains: content, research, code, marketing, operations. Instead of doing everything sequentially, organize your workers into departments and delegate in parallel.
Commands
Create a department
python3 {baseDir}/scripts/departments.py create --name "content" --description "SEO blog posts, marketing copy, newsletters" --model "arcee-ai/trinity-large-preview:free"
List departments
python3 {baseDir}/scripts/departments.py list
Assign a task to a department
python3 {baseDir}/scripts/departments.py assign --dept "content" --task "Write a blog post about OpenClaw memory system" --priority high
Check department status
python3 {baseDir}/scripts/departments.py status --dept "content"
View all active tasks across departments
python3 {baseDir}/scripts/departments.py active
Complete a task
python3 {baseDir}/scripts/departments.py complete --task-id 1 --output "Blog post written and saved to drafts/memory-post.md"
Department report (summary of all departments)
python3 {baseDir}/scripts/departments.py report
Remove a department
python3 {baseDir}/scripts/departments.py remove --name "content"
Recommended Department Structure
| Department | Model | Responsibilities |
|---|---|---|
| content | arcee-ai/trinity-large-preview:free | Blog posts, marketing copy, newsletters |
| research | stepfun/step-3.5-flash:free | Market research, competitor analysis, data gathering |
| engineering | openrouter/free | Code generation, bug fixes, tooling |
| operations | (manual/CEO) | Budget, strategy, communications |
| security | (manual/CEO) | Skill scanning, threat assessment, audits |
Data Storage
Department data stored in ~/.openclaw/department-manager/departments.json.
Tips
- Create departments based on your actual workflow, not hypothetical needs
- Assign one default model per department for consistency
- Review completed tasks before publishing — QA is the CEO's job
- Use priority levels to focus workers on what matters now
- Run
reportat the end of each day for a team overview
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arc-department-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/arc-department-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Department Manager 是什么?
Manage a team of AI sub-agents organized into departments. Use when you need to delegate tasks to specialized agents, track department outputs, assign roles,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 989 次。
如何安装 Department Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arc-department-manager」即可一键安装,无需额外配置。
Department Manager 是免费的吗?
是的,Department Manager 完全免费(开源免费),可自由下载、安装和使用。
Department Manager 支持哪些平台?
Department Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Department Manager?
由 ArcSelf(@trypto1019)开发并维护,当前版本 v1.0.0。