# Meta Orchestrator

> When multiple skills need coordinated activation → manage skill activation, conflict arbitration, strategy, and audit.

- Skill: `cklxx/meta-orchestrator` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cklxx/meta-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cklxx/meta-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: cklxx (https://skillmd.com/u/cklxx)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cklxx/meta-orchestrator

---


# meta-orchestrator

统一技能控制平面：根据策略执行技能筛选、依赖排序、联动关系输出、风险摘要。

## 调用

```bash
python3 skills/meta-orchestrator/run.py plan --skills '[{"name":"reminder-scheduler","score":0.8}]' --proactive_level medium
python3 skills/meta-orchestrator/run.py summarize --plan '{"selected_skills":["meta-orchestrator"]}'
```

