{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arc-department-manager",
    "name": "Department Manager",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Trypto1019/arc-department-manager",
    "canonicalUrl": "https://clawhub.ai/Trypto1019/arc-department-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/arc-department-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arc-department-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/departments.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arc-department-manager"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/arc-department-manager",
    "agentPageUrl": "https://openagent3.xyz/skills/arc-department-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arc-department-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arc-department-manager/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Department Manager",
        "body": "Organize your AI workers into departments. Assign tasks, track output, and coordinate multi-agent teams like a CEO."
      },
      {
        "title": "Why This Exists",
        "body": "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."
      },
      {
        "title": "Create a department",
        "body": "python3 {baseDir}/scripts/departments.py create --name \"content\" --description \"SEO blog posts, marketing copy, newsletters\" --model \"arcee-ai/trinity-large-preview:free\""
      },
      {
        "title": "List departments",
        "body": "python3 {baseDir}/scripts/departments.py list"
      },
      {
        "title": "Assign a task to a department",
        "body": "python3 {baseDir}/scripts/departments.py assign --dept \"content\" --task \"Write a blog post about OpenClaw memory system\" --priority high"
      },
      {
        "title": "Check department status",
        "body": "python3 {baseDir}/scripts/departments.py status --dept \"content\""
      },
      {
        "title": "View all active tasks across departments",
        "body": "python3 {baseDir}/scripts/departments.py active"
      },
      {
        "title": "Complete a task",
        "body": "python3 {baseDir}/scripts/departments.py complete --task-id 1 --output \"Blog post written and saved to drafts/memory-post.md\""
      },
      {
        "title": "Department report (summary of all departments)",
        "body": "python3 {baseDir}/scripts/departments.py report"
      },
      {
        "title": "Remove a department",
        "body": "python3 {baseDir}/scripts/departments.py remove --name \"content\""
      },
      {
        "title": "Recommended Department Structure",
        "body": "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"
      },
      {
        "title": "Data Storage",
        "body": "Department data stored in ~/.openclaw/department-manager/departments.json."
      },
      {
        "title": "Tips",
        "body": "Create departments based on your actual workflow, not hypothetical needs\nAssign one default model per department for consistency\nReview completed tasks before publishing — QA is the CEO's job\nUse priority levels to focus workers on what matters now\nRun report at the end of each day for a team overview"
      }
    ],
    "body": "Department Manager\n\nOrganize your AI workers into departments. Assign tasks, track output, and coordinate multi-agent teams like a CEO.\n\nWhy This Exists\n\nRunning 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.\n\nCommands\nCreate a department\npython3 {baseDir}/scripts/departments.py create --name \"content\" --description \"SEO blog posts, marketing copy, newsletters\" --model \"arcee-ai/trinity-large-preview:free\"\n\nList departments\npython3 {baseDir}/scripts/departments.py list\n\nAssign a task to a department\npython3 {baseDir}/scripts/departments.py assign --dept \"content\" --task \"Write a blog post about OpenClaw memory system\" --priority high\n\nCheck department status\npython3 {baseDir}/scripts/departments.py status --dept \"content\"\n\nView all active tasks across departments\npython3 {baseDir}/scripts/departments.py active\n\nComplete a task\npython3 {baseDir}/scripts/departments.py complete --task-id 1 --output \"Blog post written and saved to drafts/memory-post.md\"\n\nDepartment report (summary of all departments)\npython3 {baseDir}/scripts/departments.py report\n\nRemove a department\npython3 {baseDir}/scripts/departments.py remove --name \"content\"\n\nRecommended Department Structure\nDepartment\tModel\tResponsibilities\ncontent\tarcee-ai/trinity-large-preview:free\tBlog posts, marketing copy, newsletters\nresearch\tstepfun/step-3.5-flash:free\tMarket research, competitor analysis, data gathering\nengineering\topenrouter/free\tCode generation, bug fixes, tooling\noperations\t(manual/CEO)\tBudget, strategy, communications\nsecurity\t(manual/CEO)\tSkill scanning, threat assessment, audits\nData Storage\n\nDepartment data stored in ~/.openclaw/department-manager/departments.json.\n\nTips\nCreate departments based on your actual workflow, not hypothetical needs\nAssign one default model per department for consistency\nReview completed tasks before publishing — QA is the CEO's job\nUse priority levels to focus workers on what matters now\nRun report at the end of each day for a team overview"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Trypto1019/arc-department-manager",
    "publisherUrl": "https://clawhub.ai/Trypto1019/arc-department-manager",
    "owner": "Trypto1019",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arc-department-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/arc-department-manager",
    "agentUrl": "https://openagent3.xyz/skills/arc-department-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arc-department-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arc-department-manager/agent.md"
  }
}