opennexum-ts
Contract-driven multi-agent orchestration with ACP. TypeScript CLI for spawning and tracking coding agents via OpenClaw sessions_spawn.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ayao99315/opennexum-tsOpenNexum TS
Contract-driven coding agent orchestration via OpenClaw ACP.
When to use
- Coordinating multiple AI coding agents on a project
- Running generator/evaluator pairs with automatic retry
- Tracking parallel ACP sessions with Telegram notifications
Quick Start
pnpm install && pnpm build- Set env: TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID
nexum init— initialize project- Create Contract YAML in docs/nexum/contracts/
nexum spawn <taskId>— get spawn payload- Call sessions_spawn with payload
nexum track <taskId> <sessionKey>— record sessionnexum eval <taskId>+ spawn evaluatornexum complete <taskId> <verdict>— process result
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ayao99315-opennexum-ts": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pulseflow
Skill by ayao99315
Ayao Updater
Skill by ayao99315
opennexum
Contract-driven multi-agent orchestration with ACP. Contract sync, webhook + dispatch-queue dual dispatch, cross-review, auto-retry, batch progress tracking.
ayao-workflow-agent
Multi-agent workflow orchestrator for coding, writing, analysis, and image tasks via tmux-driven Claude Code and Codex agents. Use when: (1) user requests a feature/fix that should be delegated to coding agents, (2) managing parallel coding tasks across front-end and back-end, (3) monitoring active agent sessions and coordinating review, (4) user says 'start task', 'assign to agents', 'swarm mode', or references the ayao-workflow-agent playbook. NOT for: simple one-liner edits (just edit directly), reading code (use read tool), or single quick questions about code.