Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

ACP Orchestrator

v4.0.1

Enhanced terminal AI agent orchestrator with parallel execution, health checks, and workflow presets.

0· 726· 7 versions· 4 current· 4 all-time· Updated 16h ago· MIT-0

Install

openclaw skills install acpx-orchestrator

acpx v4.0 - Agent Orchestrator

Enhanced CLI wrapper di atas acpx dengan fitur orchestration: parallel, health check, workflows.

Quick Start

# Discover agents
acpx discover

# Health check
acpx health

# Run single agent
acpx run opencode "Fix bug"

# Run workflow
acpx workflow review

Commands

CommandDescriptionExample
discoverList installed agentsacpx discover
healthTest all agentsacpx health
runRun single agentacpx run opencode "task"
parallelRun agents parallel from fileacpx parallel tasks.txt
batchRun agents sequential from fileacpx batch tasks.txt
watchWatch agent statusacpx watch opencode
killKill agent sessionsacpx kill opencode
workflowRun preset workflowacpx workflow review
jsonRun with JSON outputacpx json opencode "task" | jq
execDirect acpx passthroughacpx exec opencode "task"

Workflows

WorkflowDescription
reviewCode review dengan JSON output
refactorSafe refactoring dengan diff
testGenerate pytest tests
debugDeep investigation (600s timeout)

Batch File Format

# tasks.txt
opencode exec 'Fix auth.py'
pi exec 'Create tests'
kimi --print --yolo --prompt 'Review changes'
acpx parallel tasks.txt  # Run parallel
acpx batch tasks.txt     # Run sequential

Spawn via OpenClaw

// Health check
sessions_spawn(
  task="acpx health",
  label="health-check",
  runtime="subagent",
  mode="run"
)

// Run workflow
sessions_spawn(
  task="acpx workflow review",
  label="review",
  runtime="subagent",
  mode="run"
)

// Parallel tasks
sessions_spawn(
  task="acpx parallel tasks.txt",
  label="parallel-jobs",
  runtime="subagent",
  mode="run"
)

// JSON output
sessions_spawn(
  task="acpx json opencode 'List functions'",
  label="json-task",
  runtime="subagent",
  mode="run"
)

Helper Scripts

  • acpx - Main orchestrator CLI
  • acpx-batch - Legacy sequential runner
  • acpx-workflow - Legacy workflow presets
  • acpx-discover - Legacy discovery

Changelog

  • v4.0.0 - Enhanced orchestrator: parallel, health check, workflows, json output
  • v3.1.0 - Simple CLI wrapper
  • v3.0.0 - Generic auto-discovery
  • v2.0.0 - Async multi-agent patterns
  • v1.0.0 - Initial wrapper

Version tags

latestvk971cc8axqh0z54y2rw3b34b4n81yxzn