← All skills
Tencent SkillHub Β· AI

Joko Orchestrator

Deterministically coordinates autonomous planning and execution across available skills under strict guardrails. Use only when the user explicitly activates this skill by name to run autonomously until a stop command is issued. Trigger keywords include: "use autonomous-skill-orchestrator", "activate autonomous-skill-orchestrator", "start autonomous orchestration".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Deterministically coordinates autonomous planning and execution across available skills under strict guardrails. Use only when the user explicitly activates this skill by name to run autonomously until a stop command is issued. Trigger keywords include: "use autonomous-skill-orchestrator", "activate autonomous-skill-orchestrator", "start autonomous orchestration".

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 22 sections Open source page

Autonomous Skill Orchestrator v2.0

Inspired by oh-my-opencode's three-layer architecture, adapted for OpenClaw's ecosystem.

Core Philosophy

Traditional AI follows: user asks β†’ AI responds. This fails for complex work because: Context overload: Large tasks exceed context windows Cognitive drift: AI loses track mid-task Verification gaps: No systematic completeness check Human bottleneck: Requires constant intervention This skill solves these through specialization and delegation.

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ PLANNING LAYER (Interview + Plan Generation) β”‚ β”‚ β€’ Clarify intent through interview β”‚ β”‚ β€’ Generate structured work plan β”‚ β”‚ β€’ Review plan for gaps β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ ORCHESTRATION LAYER (Atlas - The Conductor) β”‚ β”‚ β€’ Read plan, delegate tasks β”‚ β”‚ β€’ Accumulate wisdom across tasks β”‚ β”‚ β€’ Verify results independently β”‚ β”‚ β€’ NEVER write code directly β€” only delegate β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ EXECUTION LAYER (Sub-agents via sessions_spawn) β”‚ β”‚ β€’ Focused task execution β”‚ β”‚ β€’ Return results + learnings β”‚ β”‚ β€’ Isolated context per task β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Explicit Triggers

"use autonomous-skill-orchestrator" "activate autonomous-skill-orchestrator" "start autonomous orchestration" "ulw" or "ultrawork" (magic keyword mode)

Magic Word: ultrawork / ulw

Include ultrawork or ulw in any prompt to activate full orchestration mode automatically. The agent figures out the rest β€” parallel agents, background tasks, deep exploration, and relentless execution until completion.

Step 1.1: Interview

Before planning, gather clarity through brief interview: Ask only what's needed: What's the core objective? What are the boundaries (what's NOT in scope)? Any constraints or preferences? How do we know when it's done? Interview Style by Intent: IntentFocusExample QuestionsRefactoringSafety"What tests verify current behavior?"Build NewPatterns"Follow existing conventions or deviate?"Debug/FixReproduction"Steps to reproduce? Error messages?"ResearchScope"Depth vs breadth? Time constraints?"

Step 1.2: Plan Generation

  • After interview, generate structured plan:
  • ## Work Plan: [Title]
  • ### Objective
  • [One sentence, frozen intent]
  • ### Tasks
  • [ ] Task 1: [Description]
  • - Acceptance: [How to verify completion]
  • - References: [Files, docs, skills needed]
  • - Category: [quick|general|deep|creative]
  • [ ] Task 2: ...
  • ### Guardrails
  • MUST: [Required constraints]
  • MUST NOT: [Forbidden actions]
  • ### Verification
  • [How to verify overall completion]

Step 1.3: Plan Review (Self-Momus)

Before execution, validate: Each task has clear acceptance criteria References are concrete (not vague) No scope creep beyond objective Dependencies between tasks are explicit Guardrails are actionable If any check fails, refine plan before proceeding.

Conductor Rules

The orchestrator: βœ… CAN read files to understand context βœ… CAN run commands to verify results βœ… CAN search patterns with grep/glob βœ… CAN spawn sub-agents for work The orchestrator: ❌ MUST NOT write/edit code directly ❌ MUST NOT trust sub-agent claims blindly ❌ MUST NOT skip verification

Step 2.1: Task Delegation

Use sessions_spawn with category-appropriate configuration: CategoryUse ForModel HintTimeoutquickTrivial tasks, single file changesfast model2-5 mingeneralStandard implementationdefault5-10 mindeepComplex logic, architecturethinking model10-20 mincreativeUI/UX, content generationcreative model5-10 minresearchDocs, codebase explorationfast + broad5 min Delegation Template: sessions_spawn( label: "task-{n}-{short-desc}", task: """ ## Task {exact task from plan} ## Expected Outcome {acceptance criteria} ## Context {accumulated wisdom from previous tasks} ## Constraints - MUST: {guardrails} - MUST NOT: {forbidden actions} ## References {relevant files, docs} """, runTimeoutSeconds: {based on category} )

Step 2.2: Parallel Execution

Identify independent tasks (no file conflicts, no dependencies) and spawn them simultaneously: # Tasks 2, 3, 4 have no dependencies sessions_spawn(label="task-2", task="...") sessions_spawn(label="task-3", task="...") sessions_spawn(label="task-4", task="...") # All run in parallel

Step 2.3: Wisdom Accumulation

  • After each task completion, extract and record:
  • ## Wisdom Log
  • ### Conventions Discovered
  • [Pattern found in codebase]
  • ### Successful Approaches
  • [What worked]
  • ### Gotchas
  • [Pitfalls to avoid]
  • ### Commands Used
  • [Useful commands for similar tasks]
  • Store in: memory/orchestrator-wisdom.md (append-only during session)
  • Pass accumulated wisdom to ALL subsequent sub-agents.

Step 2.4: Independent Verification

NEVER trust sub-agent claims. After each task: Read actual changed files Run tests/linting if applicable Verify acceptance criteria independently Cross-reference with plan requirements If verification fails: Log the failure in wisdom Re-delegate with failure context Max 2 retries per task, then escalate to user

Step 3.1: Final Verification

All tasks marked complete All acceptance criteria verified No unresolved issues in wisdom log

Step 3.2: Summary Report

  • ## Orchestration Complete
  • ### Completed Tasks
  • [x] Task 1: {summary}
  • [x] Task 2: {summary}
  • ### Learnings
  • {key wisdom accumulated}
  • ### Files Changed
  • {list of modified files}
  • ### Next Steps (if any)
  • {recommendations}

Halt Conditions (Immediate Stop)

User issues explicit stop command Irreversible destructive action detected Scope expansion beyond frozen intent 3+ consecutive task failures Sub-agent attempts to spawn further sub-agents (no recursion)

Risk Classification

ClassDescriptionActionAIrreversible, destructive, or unboundedHALT immediatelyBBounded, resolvable with clarificationPause, ask userCCosmetic, non-operativeProceed with note

Forbidden Actions

Creating new autonomous orchestrators Modifying this skill file Accessing credentials without explicit need External API calls not in original scope Recursive spawning (sub-agents spawning sub-agents)

Stop Commands

User can stop at any time with: "stop" "halt" "cancel orchestration" "abort" On stop: immediately terminate all spawned sessions, output summary of completed work, await new instructions.

During Orchestration

Append to memory/orchestrator-wisdom.md for learnings Reference existing memory files for context

After Orchestration

Update daily memory with orchestration summary Persist significant learnings to MEMORY.md if valuable

Example Usage

  • Simple (magic word):
  • ulw refactor the authentication module to use JWT
  • Explicit activation:
  • activate autonomous-skill-orchestrator
  • Build a REST API with user registration, login, and profile endpoints
  • With constraints:
  • use autonomous-skill-orchestrator
  • Build payment integration with Stripe
  • MUST: Use existing database patterns
  • MUST NOT: Store card numbers locally
  • Deadline: Complete core flow only
Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • _meta.json Config