Team Agents Orchestrator

v1.0.0

Run complex tasks with explicit role separation (operator, researcher, builder, editor), structured handoff contracts, and memory hygiene to prevent context...

1· 80·0 current·0 all-time
byChristopher Wheeler@cwheeler67

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for cwheeler67/team-agents-orchestrator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Team Agents Orchestrator" (cwheeler67/team-agents-orchestrator) from ClawHub.
Skill page: https://clawhub.ai/cwheeler67/team-agents-orchestrator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install team-agents-orchestrator

ClawHub CLI

Package manager switcher

npx clawhub@latest install team-agents-orchestrator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe multi-role orchestration and the SKILL.md contains step-by-step orchestration, handoff contract, and memory rules that align with that purpose. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Runtime instructions are confined to defining roles, creating handoff contracts, running role steps, and memory hygiene. They reference only the included handoff template and do not instruct the agent to read system files, export data, call external endpoints, or access credentials.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by the skill itself.
Credentials
No required environment variables, credentials, or config paths. The skill does not declare any primary credential or request access beyond the agent's normal execution context.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills' configs. It allows normal autonomous invocation (platform default) but does not itself expand privileges.
Assessment
This skill appears coherent and low-risk because it's purely procedural text with no installs or credential requests. Before enabling it for sensitive or autonomous runs: (1) review and test the handoff template with non-sensitive tasks so you understand how outputs are produced; (2) do not grant unrelated credentials or external tool access unless you explicitly need them for a task — the orchestrator itself won't request them, but an agent using other skills might; (3) verify that the agent follows the memory-hygiene guidance in practice (to avoid accidental promotion of transient/private data); and (4) monitor first runs to ensure no unexpected external calls or data exfiltration occur. If you plan to give the agent additional capabilities (APIs, file access), reassess proportionality at that time.

Like a lobster shell, security has layers — review code before you run it.

latestvk97at3g3cyyz3prb5h7x63nks584y608
80downloads
1stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Team Agents Orchestrator

Use this skill when one task spans multiple modes (research + implementation + communication) and quality can degrade without structure.

Roles

  • Operator: owns user interaction and final decisions
  • Researcher: gathers facts/options/constraints
  • Builder: executes implementation steps and reports exact diffs/errors
  • Editor: refines final messaging for clarity and actionability

Activation criteria

Activate when any of these are true:

  • task is multi-step and high impact
  • task crosses domains (e.g., web research + config changes + user-facing output)
  • task has external/public consequences
  • task likely needs iterative review

Orchestration loop

  1. Define objective and constraints.
  2. Create a handoff contract (see references/handoff-contract.md).
  3. Run role steps in order (Researcher → Builder → Editor).
  4. Operator reviews and decides final output/action.
  5. Log durable outcomes and follow-ups.

Handoff discipline

Every handoff must include:

  • objective
  • constraints
  • output format
  • done criteria
  • open questions

Receiver must restate scope before executing.

Memory hygiene rules

  • Durable outcomes/decisions → daily memory
  • Stable preferences/facts → long-term memory
  • Temporary chatter/debug text should not be promoted unless reused

Common failure modes

  • role blur (single messy pass)
  • overreach without approval
  • verbose output without added value
  • memory pollution from transient logs

Output contract

Return:

  • concise final result
  • what changed
  • unresolved risks/questions
  • next best action

Comments

Loading comments...