Agent Skills
› Fullive-AI/Anima
› air_purifier
air_purifier
GitHub用于Anima平台空气净化器(如米家5)的控制与推理,处理用户交互及设备设置调整请求。
Trigger Scenarios
用户请求控制空气净化器
用户请求调整空气净化设备设置
Install
npx skills add Fullive-AI/Anima --skill air_purifier -g -y
SKILL.md
Frontmatter
{
"name": "air_purifier",
"metadata": {
"device_types": [
"air_purifier"
]
},
"description": "Provides reasoning and control capabilities for air purifier devices within the Anima platform."
}
This skill is intended for use with Anima platform air purifier devices, including models like the Mijia Smart Air Purifier 5. Use this skill when processing user requests to interact with or adjust settings for connected air purifier hardware.
Relevant files in this skill package include:
actions.py: Contains the implemented supported device actions and their parameter constraints- Core skill logic files that enforce the specified safe operation, non-redundant command, and context-aware rules.
Version History
- 15e7c43 Current 2026-07-05 18:36


