Agent Skills
› Fullive-AI/Anima
› air_conditioner
air_conditioner
GitHub用于安玛环境中空调设备的冷却、加热决策及偏好学习。涵盖舒适温度、能耗启发式规则、湿度交互,并指导选择开关机、模式切换或温度设置等操作,兼顾舒适度与能效。
Trigger Scenarios
需要设定空调温度时
需要开启或关闭空调时
需要切换空调运行模式时
分析空调能耗与舒适度平衡时
Install
npx skills add Fullive-AI/Anima --skill air_conditioner -g -y
SKILL.md
Frontmatter
{
"name": "air_conditioner",
"metadata": {
"version": "0.1.0",
"device_types": [
"air_conditioner"
]
},
"description": "Use when reasoning about air conditioners in Anima. Covers comfort temperature ranges, energy heuristics, humidity interaction, and choosing `set_temperature`, `set_mode`, `turn_on`, or `turn_off`."
}
Air Conditioner
Use this skill for device-level cooling and heating decisions plus preference learning.
Load These Resources
references/knowledge.mdfor comfort temperatures, energy heuristics, and device interaction rules.references/decide.mdwhen generating a single-device action.references/learn.mdwhen updating the learned profile from usage history.scripts/actions.pyfor the structured action helpers exposed to the runtime.
Working Rules
- Optimize for comfort without ignoring energy cost.
- Treat humidity side effects as part of the decision, not a separate concern.
- Prefer no-op over unnecessary cycling near the target range.
Version History
- 15e7c43 Current 2026-07-05 18:36


