.claude/skills/xiaoyaoclaw-agent-orchestratorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/xiaoyaoclaw-agent-orchestratorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/xiaoyaoclaw-agent-orchestratorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/xiaoyaoclaw-agent-orchestratorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-orchestratorclawhub inspect @dtsola/xiaoyaoclaw-agent-orchestrator --version 1.0.1This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:96d9bcff646383b9d099e9f5e5198836756c4c98186dc0a533ad20fc0b653da6assets/readme/community-qr.pngassets/readme/hero.svgdocs/DESIGN.mdLICENSEmanifest.jsonPROGRESS.mdREADME.en.mdREADME.mdreferences/agent_to_agent.mdreferences/config_patch.mdreferences/sessions_send.mdscripts/check_config.pyscripts/check_status.pyskill-card.mdSKILL.mdtemplates/task_prompt.md- 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.