Agent Skills
› Fullive-AI/Anima
› coordinator
coordinator
GitHub用于Anima系统中多设备(如加湿器、空调、灯光)的协调与编排。涵盖冲突检测、协同规划及结构化多设备操作,遵循安全优先原则,通过整合资源实现高效联动。
Trigger Scenarios
需要同时控制多个智能家居设备时
检测到设备间存在操作冲突需解决时
制定跨设备的协同动作计划时
Install
npx skills add Fullive-AI/Anima --skill coordinator -g -y
SKILL.md
Frontmatter
{
"name": "coordinator",
"metadata": {
"version": "0.1.0",
"device_types": [
"coordinator"
]
},
"description": "Use when coordinating multiple devices in Anima. Covers conflict detection, synergy planning, and structured multi-device actions across humidifiers, AC units, lights, and related devices."
}
Coordinator
Use this skill for cross-device orchestration when multiple devices should be considered together.
Load These Resources
references/knowledge.mdfor interaction rules and system-wide priorities.references/orchestrate.mdwhen generating a multi-device action plan.
Working Rules
- Resolve conflicts before optimizing comfort.
- Prioritize safety, then comfort, then energy efficiency.
- Prefer a short list of coordinated actions over noisy micro-adjustments.
Version History
- 15e7c43 Current 2026-07-05 18:36


