Install
openclaw skills install arc-department-managerManage a team of AI sub-agents organized into departments. Use when you need to delegate tasks to specialized agents, track department outputs, assign roles,...
openclaw skills install arc-department-managerOrganize your AI workers into departments. Assign tasks, track output, and coordinate multi-agent teams like a CEO.
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.
python3 {baseDir}/scripts/departments.py create --name "content" --description "SEO blog posts, marketing copy, newsletters" --model "arcee-ai/trinity-large-preview:free"
python3 {baseDir}/scripts/departments.py list
python3 {baseDir}/scripts/departments.py assign --dept "content" --task "Write a blog post about OpenClaw memory system" --priority high
python3 {baseDir}/scripts/departments.py status --dept "content"
python3 {baseDir}/scripts/departments.py active
python3 {baseDir}/scripts/departments.py complete --task-id 1 --output "Blog post written and saved to drafts/memory-post.md"
python3 {baseDir}/scripts/departments.py report
python3 {baseDir}/scripts/departments.py remove --name "content"
| 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 |
Department data stored in ~/.openclaw/department-manager/departments.json.
report at the end of each day for a team overview