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


