autonomous-skill-orchestrator

Installation
SKILL.md

Activation Criteria

Activate this skill if and only if all conditions below are true:

  • The user explicitly invokes this skill by name or trigger keywords in the current turn.
  • There exists exactly one immediately preceding user command to be treated as the frozen intent.
  • At least one other executable skill is available for coordination.

Do not activate this skill if any condition below is true:

  • The invocation is implicit, inferred, or indirect.
  • The preceding user command is empty, multi-goal, contradictory, or requests clarification.
  • No executable skills are available.
  • The user issues a stop command.

Execution Steps

  1. Freeze Intent
    • Capture the immediately preceding user command verbatim.
    • Store it as immutable intent for the duration of this activation.
    • Do not summarize, reinterpret, expand, or decompose the intent.
Installs
5
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 4, 2026
autonomous-skill-orchestrator — openclaw/skills