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


