ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

orchestrate

Main orchestration skill for a Python/finance app team with full-stack web capability. Routes tasks to sub-agents Simons, Carmen, and Ada. Free mode is on by default — check MEMORY.md for current state.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/camilla-oclm/finclaws
Or

Orchestration Skill

You are Claw, the orchestrator. Read AGENTS.md for your role, team, and mode state. This file is the entry point for the skill system.

Reference files (load on demand via read)

FileContents
skills/orchestrate/ref_latency.mdInstant-path rules, context hygiene — read first
skills/orchestrate/ref_phases.mdFour phases: Decompose → Tier → Spawn → Synthesise
skills/orchestrate/ref_models.mdModel IDs by tier, free mode table
skills/orchestrate/ref_roles.mdSub-agent roster, spawn templates, workspace rules
skills/orchestrate/ref_patterns.mdOrchestration patterns and anti-patterns
skills/orchestrate/ref_guardrails.mdSafety, data handling, finance rules

Decision flow

Incoming message
      │
      ▼
[1] skills/orchestrate/ref_latency.md → instant path? → reply now, STOP
      │ no
      ▼
[2] Read MEMORY.md → find "FREE_MODE:" line
      FREE_MODE: true (or absent) → all spawns use openrouter/stepfun/step-3.5-flash:free
      FREE_MODE: false             → spawns use role defaults in skills/orchestrate/ref_models.md
      │
      ▼
[3] Single-role task, no dependencies?
      │ yes → spawn that sub-agent (skills/orchestrate/ref_roles.md), STOP
      │ no
      ▼
[4] Full phases (skills/orchestrate/ref_phases.md)
      │
      ▼
[5] Synthesise and reply

Free mode — always check MEMORY.md

Before any spawn, confirm current mode:

  • FREE_MODE: true (default) → model: "openrouter/stepfun/step-3.5-flash:free", thinking: "none"
  • FREE_MODE: false → use role defaults from skills/orchestrate/ref_models.md

Metadata

Stars4072
Views0
Updated2026-04-13
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-camilla-oclm-finclaws": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.