cklxx

meta-orchestrator

元技能编排器 — 统一管理技能激活、联动、冲突仲裁、策略与审计摘要。

cklxx 11 2 Updated 6mo ago

Resources

2
GitHub

Install

npx skillscat add cklxx/elephant-ai/meta-orchestrator

Install via the SkillsCat registry.

About this skill

A meta-orchestrator that acts as a unified control plane for activating, sequencing, and resolving conflicts among multiple agent skills. It solves the problem of coordinating overlapping or competing skills by applying governance policies and producing audit summaries. Use it when an agent needs to plan or review the execution of multiple skills with dependency ordering and risk assessment.

SKILL.md

meta-orchestrator

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

调用

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