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


