Skills opennexum-ts

Contract-driven multi-agent orchestration with ACP. TypeScript CLI for spawning and tracking coding agents via OpenClaw sessions_spawn.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ayao99315/opennexum-ts" ~/.claude/skills/clawdbot-skills-opennexum-ts && rm -rf "$T"
manifest: skills/ayao99315/opennexum-ts/SKILL.md
source content

OpenNexum 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

  1. pnpm install && pnpm build
  2. Set env: TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID
  3. nexum init
    — initialize project
  4. Create Contract YAML in docs/nexum/contracts/
  5. nexum spawn <taskId>
    — get spawn payload
  6. Call sessions_spawn with payload
  7. nexum track <taskId> <sessionKey>
    — record session
  8. nexum eval <taskId>
    + spawn evaluator
  9. nexum complete <taskId> <verdict>
    — process result