ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

opennexum-ts

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ayao99315/opennexum-ts
Or

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

Metadata

Author@ayao99315
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ayao99315-opennexum-ts": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.