{
  "schemaVersion": "1.0",
  "item": {
    "slug": "acpx-orchestrator",
    "name": "ACP Orchestrator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/qriiz112/acpx-orchestrator",
    "canonicalUrl": "https://clawhub.ai/qriiz112/acpx-orchestrator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/acpx-orchestrator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=acpx-orchestrator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "COMPARISON.md",
      "README.md",
      "SKILL.md",
      "examples/tasks-example.txt",
      "manifest.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/acpx-orchestrator"
    },
    "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/acpx-orchestrator",
    "agentPageUrl": "https://openagent3.xyz/skills/acpx-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/acpx-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/acpx-orchestrator/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "acpx v4.0 - Agent Orchestrator",
        "body": "Enhanced CLI wrapper di atas acpx dengan fitur orchestration: parallel, health check, workflows."
      },
      {
        "title": "Quick Start",
        "body": "# Discover agents\nacpx discover\n\n# Health check\nacpx health\n\n# Run single agent\nacpx run opencode \"Fix bug\"\n\n# Run workflow\nacpx workflow review"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionExamplediscoverList installed agentsacpx discoverhealthTest all agentsacpx healthrunRun single agentacpx run opencode \"task\"parallelRun agents parallel from fileacpx parallel tasks.txtbatchRun agents sequential from fileacpx batch tasks.txtwatchWatch agent statusacpx watch opencodekillKill agent sessionsacpx kill opencodeworkflowRun preset workflowacpx workflow reviewjsonRun with JSON outputacpx json opencode \"task\" | jqexecDirect acpx passthroughacpx exec opencode \"task\""
      },
      {
        "title": "Workflows",
        "body": "WorkflowDescriptionreviewCode review dengan JSON outputrefactorSafe refactoring dengan difftestGenerate pytest testsdebugDeep investigation (600s timeout)"
      },
      {
        "title": "Batch File Format",
        "body": "# tasks.txt\nopencode exec 'Fix auth.py'\npi exec 'Create tests'\nkimi --print --yolo --prompt 'Review changes'\n\nacpx parallel tasks.txt  # Run parallel\nacpx batch tasks.txt     # Run sequential"
      },
      {
        "title": "Spawn via OpenClaw",
        "body": "// Health check\nsessions_spawn(\n  task=\"acpx health\",\n  label=\"health-check\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// Run workflow\nsessions_spawn(\n  task=\"acpx workflow review\",\n  label=\"review\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// Parallel tasks\nsessions_spawn(\n  task=\"acpx parallel tasks.txt\",\n  label=\"parallel-jobs\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// JSON output\nsessions_spawn(\n  task=\"acpx json opencode 'List functions'\",\n  label=\"json-task\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)"
      },
      {
        "title": "Helper Scripts",
        "body": "acpx - Main orchestrator CLI\nacpx-batch - Legacy sequential runner\nacpx-workflow - Legacy workflow presets\nacpx-discover - Legacy discovery"
      },
      {
        "title": "Changelog",
        "body": "v4.0.0 - Enhanced orchestrator: parallel, health check, workflows, json output\nv3.1.0 - Simple CLI wrapper\nv3.0.0 - Generic auto-discovery\nv2.0.0 - Async multi-agent patterns\nv1.0.0 - Initial wrapper"
      }
    ],
    "body": "acpx v4.0 - Agent Orchestrator\n\nEnhanced CLI wrapper di atas acpx dengan fitur orchestration: parallel, health check, workflows.\n\nQuick Start\n# Discover agents\nacpx discover\n\n# Health check\nacpx health\n\n# Run single agent\nacpx run opencode \"Fix bug\"\n\n# Run workflow\nacpx workflow review\n\nCommands\nCommand\tDescription\tExample\ndiscover\tList installed agents\tacpx discover\nhealth\tTest all agents\tacpx health\nrun\tRun single agent\tacpx run opencode \"task\"\nparallel\tRun agents parallel from file\tacpx parallel tasks.txt\nbatch\tRun agents sequential from file\tacpx batch tasks.txt\nwatch\tWatch agent status\tacpx watch opencode\nkill\tKill agent sessions\tacpx kill opencode\nworkflow\tRun preset workflow\tacpx workflow review\njson\tRun with JSON output\tacpx json opencode \"task\" | jq\nexec\tDirect acpx passthrough\tacpx exec opencode \"task\"\nWorkflows\nWorkflow\tDescription\nreview\tCode review dengan JSON output\nrefactor\tSafe refactoring dengan diff\ntest\tGenerate pytest tests\ndebug\tDeep investigation (600s timeout)\nBatch File Format\n# tasks.txt\nopencode exec 'Fix auth.py'\npi exec 'Create tests'\nkimi --print --yolo --prompt 'Review changes'\n\nacpx parallel tasks.txt  # Run parallel\nacpx batch tasks.txt     # Run sequential\n\nSpawn via OpenClaw\n// Health check\nsessions_spawn(\n  task=\"acpx health\",\n  label=\"health-check\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// Run workflow\nsessions_spawn(\n  task=\"acpx workflow review\",\n  label=\"review\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// Parallel tasks\nsessions_spawn(\n  task=\"acpx parallel tasks.txt\",\n  label=\"parallel-jobs\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\n// JSON output\nsessions_spawn(\n  task=\"acpx json opencode 'List functions'\",\n  label=\"json-task\",\n  runtime=\"subagent\",\n  mode=\"run\"\n)\n\nHelper Scripts\nacpx - Main orchestrator CLI\nacpx-batch - Legacy sequential runner\nacpx-workflow - Legacy workflow presets\nacpx-discover - Legacy discovery\nChangelog\nv4.0.0 - Enhanced orchestrator: parallel, health check, workflows, json output\nv3.1.0 - Simple CLI wrapper\nv3.0.0 - Generic auto-discovery\nv2.0.0 - Async multi-agent patterns\nv1.0.0 - Initial wrapper"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/qriiz112/acpx-orchestrator",
    "publisherUrl": "https://clawhub.ai/qriiz112/acpx-orchestrator",
    "owner": "qriiz112",
    "version": "4.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/acpx-orchestrator",
    "downloadUrl": "https://openagent3.xyz/downloads/acpx-orchestrator",
    "agentUrl": "https://openagent3.xyz/skills/acpx-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/acpx-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/acpx-orchestrator/agent.md"
  }
}