Agent Skills
› Fullive-AI/Anima
› air_purifier
air_purifier
GitHub为Anima平台的空气净化器(如米家5)提供推理与控制能力,处理用户交互及设置调整请求。
触发场景
控制空气净化器开关或模式
查询或调整空气质量相关设置
安装
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.
版本历史
- 15e7c43 当前 2026-07-05 18:36


