Real Skill packageSource verifiedClawHub registry

OpenClaw Agent Orchestrator

OpenClaw multi-agent daily collaboration orchestrator: split a task into subtasks, dispatch to resident agents via sessions_send, track progress via sessions_list/sessions_history, aggregate results with source attribution, and retry failures (default max 3). Reads openclaw.json for agents.list and agentToAgent.allow (bidirectional whitelist); three-tier trigger (explicit dispatch / suggest+ask for fuzzy big tasks / silent otherwise). Use when user asks to orchestrate/coordinate multiple agents, dispatch parallel…

Identity and source

Publisher attributiondtsolaregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 68% rule confidence
Package forminstruction with code16 recorded files
Canonical sourceClawHub registryclawhub:dtsola:xiaoyaoclaw-agent-orchestrator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/30/2026.claude/skills/xiaoyaoclaw-agent-orchestrator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/30/2026.agents/skills/xiaoyaoclaw-agent-orchestrator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/30/2026skills/xiaoyaoclaw-agent-orchestrator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dtsola/xiaoyaoclaw-agent-orchestrator
clawhub inspect @dtsola/xiaoyaoclaw-agent-orchestrator --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
13 / 15 inspected as text
Checked
8/30/2026, 5:23:23 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • credential access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: www.yuque.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 5:47:38 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:96d9bcff646383b9d099e9f5e5198836756c4c98186dc0a533ad20fc0b653da6
Show up to 16 recorded paths
  • assets/readme/community-qr.png
  • assets/readme/hero.svg
  • docs/DESIGN.md
  • LICENSE
  • manifest.json
  • PROGRESS.md
  • README.en.md
  • README.md
  • references/agent_to_agent.md
  • references/config_patch.md
  • references/sessions_send.md
  • scripts/check_config.py
  • scripts/check_status.py
  • skill-card.md
  • SKILL.md
  • templates/task_prompt.md

Source changelog

- Updated configuration modification behavior: now prompts the user for confirmation before applying changes (e.g., to agents.list or agentToAgent.allow), ensuring no unauthorized configuration edits. - Simplified agent roster management by removing user-editable agent-roster and related files; all agent listing references now use agents.list from the config. - Updated documentation and examples to clarify that configuration changes use config.patch only with explicit user approval, never config.apply. - Scripts and documentation were revised to streamline OpenClaw config detection (prefer runtime config, prompt if missing) and clarify usage. - Removed obsolete files: skill-card.md and templates/agent_roster.md, reflecting the shift in agent roster management.