Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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,...
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,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Organize 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"
DepartmentModelResponsibilitiescontentarcee-ai/trinity-large-preview:freeBlog posts, marketing copy, newslettersresearchstepfun/step-3.5-flash:freeMarket research, competitor analysis, data gatheringengineeringopenrouter/freeCode generation, bug fixes, toolingoperations(manual/CEO)Budget, strategy, communicationssecurity(manual/CEO)Skill scanning, threat assessment, audits
Department data stored in ~/.openclaw/department-manager/departments.json.
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 report at the end of each day for a team overview
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.