← Back to Skills Marketplace
Meta Control - Agent Orchestration
by
xaiohuangningde
· GitHub ↗
· v1.0.0
568
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install meta
Description
我作为主控 Agent 的协调能力。调度子 Agent 后台操作,我只管全局。
Usage Guidance
This skill is basically a controller that spawns background sub-agents to do work. That behavior can be legitimate, but the instructions are vague and provide no guardrails: sub-agents may crawl sites, run scripts, or handle sensitive data without explicit limits. Before installing, ask the author for: (1) concrete examples of what sessions_spawn will do and what APIs are used; (2) policies or constraints for child agents (network access, filesystem access, rate limits, data retention); (3) audit/logging and an ability to stop or review spawned sub-agents; and (4) whether child agents may request credentials and how those are presented/secured. If you cannot obtain satisfactory constraints, treat this skill as higher-risk and avoid enabling autonomous/background orchestration on sensitive accounts or systems.
Capability Analysis
Type: OpenClaw Skill
Name: meta
Version: 1.0.0
The skill bundle describes a 'meta-调控' agent designed to orchestrate various sub-agents, including an '执行 Agent' (Execution Agent) capable of '跑脚本、自动化' (running scripts, automation). While the SKILL.md instructions themselves do not contain explicit malicious commands or prompt injections, the described capability of delegating script execution to a sub-agent introduces a significant remote code execution (RCE) risk. This powerful capability, if misused or combined with a compromised prompt, could lead to unauthorized command execution, making the skill bundle suspicious due to its inherent vulnerability potential.
Capability Assessment
Purpose & Capability
Name/description match the instructions: this is an orchestration/meta-agent that spawns sub-agents to perform work. No unrelated env vars, binaries, or installs are requested, which is consistent with a coordination-only skill.
Instruction Scope
SKILL.md explicitly instructs use of sessions_spawn to create independent background sub-agents of types that include '执行 Agent' (run scripts) and '搜索 Agent' (crawl websites). The instructions are high-level and contain no constraints, safety rules, or explicit limits on what sub-agents may access or execute. That delegation could permit unbounded network access, arbitrary script execution, and data collection/exfiltration by child agents — behavior not constrained or audited in the skill text.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk. Low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. Requested permissions appear minimal and proportional. However, child agents spawned at runtime could later require or use credentials — the skill does not state any handling policy for that.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. Autonomous invocation is allowed (platform default) which is expected for an orchestrator; this increases blast radius but is not by itself unusual.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meta - After installation, invoke the skill by name or use
/meta - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
meta-调控 1.0.0 初始发布
- 全新主控 Agent,实现全局任务调度与管理
- 支持复杂任务拆解,并将子任务分配至不同类型子 Agent(搜索、分析、执行、监控)
- 子 Agent 后台并行工作,主控只汇总重要进展
- sessions_spawn 启动独立会话,保持主控与用户的流畅沟通
- 贯彻“只管全局,细节外包”,减少打扰,高效协作
Metadata
Frequently Asked Questions
What is Meta Control - Agent Orchestration?
我作为主控 Agent 的协调能力。调度子 Agent 后台操作,我只管全局。 It is an AI Agent Skill for Claude Code / OpenClaw, with 568 downloads so far.
How do I install Meta Control - Agent Orchestration?
Run "/install meta" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meta Control - Agent Orchestration free?
Yes, Meta Control - Agent Orchestration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Meta Control - Agent Orchestration support?
Meta Control - Agent Orchestration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meta Control - Agent Orchestration?
It is built and maintained by xaiohuangningde (@xaiohuangningde); the current version is v1.0.0.
More Skills