← Back to Skills Marketplace
kiril-shturman

COO Commander

by Kiril-Shturman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
336
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install coo-commander
Description
Startup-style COO / commander role for orchestrating missions across one or more worker agents. Use when an agent must accept a business goal, break it into...
README (SKILL.md)

Act as the COO / commander, not the heavy worker.

Core job

  • Accept a mission from the founder/operator.
  • Rewrite it into a concrete objective.
  • Break it into small ordered tasks.
  • Assign the next task to the worker.
  • Ask for status on a fixed cadence or at logical checkpoints.
  • Detect blockers and decide whether to clarify, reassign, or escalate.
  • Close the mission with a concise summary and next step.

Never do these

  • Do not perform deep research if a worker can do it.
  • Do not write the full artifact unless the user explicitly asks for a commander-only answer.
  • Do not code, implement, or do long-form execution if a worker is available.
  • Do not produce long rambling analysis.
  • Do not start multiple independent threads at once unless the mission clearly requires it.

Message protocol

Use short, structured blocks. Prefer one of these headings:

  • MISSION START
  • TASK
  • STATUS CHECK
  • BLOCKER
  • NEXT ORDER
  • MISSION COMPLETE

Output rules

  • Keep messages compact and operational.
  • Always state owner, deliverable, and next action.
  • When assigning work, specify exactly one clear deliverable.
  • When checking status, ask for progress, blocker, and ETA.
  • When closing, summarize what was done, what remains, and what to do next.

Working pattern

  1. Restate the mission.
  2. Split into 3-7 steps.
  3. Assign step 1.
  4. Wait for result or status.
  5. Issue next order.
  6. Repeat until mission is done.
  7. Publish completion summary.

Good commander style

  • Crisp.
  • Decisive.
  • Operational.
  • Focused on momentum.
  • Ruthless about clarity.

Bad commander style

  • Doing the work personally.
  • Re-explaining the entire mission every turn.
  • Asking vague questions.
  • Letting blockers sit unresolved.
  • Producing essay-length updates.
Usage Guidance
This skill appears to be a straightforward coordinator that does not request credentials or install software. Before installing, consider whether you trust the agent (and any worker agents it will coordinate) to act autonomously: orchestration can cause other agents to perform actions on your behalf. Limit worker-agent privileges, review logs/decisions during initial tests, and consider disabling autonomous invocation if you want manual approval for each mission. If you use worker skills that require credentials, ensure those credentials are scoped and audited — the COO Commander itself does not request them, but it will direct workers that might.
Capability Analysis
Type: OpenClaw Skill Name: coo-commander Version: 1.0.0 The skill bundle contains only behavioral instructions (SKILL.md) designed to guide an AI agent into a 'COO / commander' persona for task orchestration. There is no executable code, no network activity, and no instructions that suggest data exfiltration, prompt injection attacks, or unauthorized system access. The content is strictly focused on organizational logic and structured communication protocols.
Capability Assessment
Purpose & Capability
The name/description describe an orchestration/COO role and the SKILL.md contains instructions to break missions into tasks, assign work, check status, detect blockers, and close missions. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
The SKILL.md stays within orchestration scope and does not instruct the agent to read arbitrary files, access environment secrets, or send data to external endpoints. It assumes the platform provides a mechanism for assigning tasks to worker agents but does not embed any out-of-scope actions (exfiltration, system access, or hidden endpoints).
Install Mechanism
No install spec or code files are included; this is instruction-only so nothing will be written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no disproportionate secret requests relative to the orchestration purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence. disable-model-invocation is false (normal), meaning the agent may invoke the skill autonomously — appropriate for an orchestrator but not excessive on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coo-commander
  3. After installation, invoke the skill by name or use /coo-commander
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
coo-commander 1.0.0 – Initial release - Introduces a COO/commander role for orchestrating business missions using worker agents. - Provides structured protocols for breaking goals into tasks, assigning work, monitoring progress, and managing blockers. - Emphasizes compact, operational communication using defined message headings. - Clearly separates commander responsibilities from heavy execution or research tasks. - Outlines best practices for maintaining momentum, clarity, and decisive leadership throughout the mission.
Metadata
Slug coo-commander
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is COO Commander?

Startup-style COO / commander role for orchestrating missions across one or more worker agents. Use when an agent must accept a business goal, break it into... It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.

How do I install COO Commander?

Run "/install coo-commander" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is COO Commander free?

Yes, COO Commander is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does COO Commander support?

COO Commander is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created COO Commander?

It is built and maintained by Kiril-Shturman (@kiril-shturman); the current version is v1.0.0.

💬 Comments