← 返回
开发者工具 中文

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,...
{"answer":"管理按部门划分的AI子智能体团队。适用于委派任务给专职智能体、跟踪部门产出、分配角色等场景。"}
trypto1019
开发者工具 clawhub v1.0.0 1 版本 99696.5 Key: 无需
★ 1
Stars
📥 1,294
下载
💾 5
安装
1
版本
#latest

概述

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

DepartmentModelResponsibilities
------------------------------------
contentarcee-ai/trinity-large-preview:freeBlog posts, marketing copy, newsletters
researchstepfun/step-3.5-flash:freeMarket research, competitor analysis, data gathering
engineeringopenrouter/freeCode 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 report at the end of each day for a team overview

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 03:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Workflow Orchestrator

trypto1019
将技能链接成自动化管道,支持条件逻辑、错误处理和审计日志。使用YAML或JSON定义工作流,然后自动执行。
★ 1 📥 2,419
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,989
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,959