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


