Agent Skills
› Fullive-AI/Anima
› custom_skill_bde0ceda
custom_skill_bde0ceda
GitHub当室内湿度低于40%时,自动开启智能加湿器并将目标湿度设定为50%,以维持舒适的室内湿度水平。
Trigger Scenarios
室内湿度持续低于40%
需要自动调节环境湿度
Install
npx skills add Fullive-AI/Anima --skill custom_skill_bde0ceda -g -y
SKILL.md
Frontmatter
{
"name": "custom_skill_bde0ceda",
"metadata": {
"device_types": [
"humidity_sensor",
"smart_humidifier"
]
},
"description": "Automatically activates the connected humidifier and sets its target humidity to 50% when indoor humidity drops below 40% RH"
}
Goal
Maintain indoor humidity above 40% at a comfortable level by automatically triggering the humidifier when humidity drops too low.
Load These Resources
- A working connected humidity sensor that provides accurate real-time indoor humidity readings
- A connected smart humidifier that supports remote control of power state and target humidity settings
Working Rules
Trigger Condition
This skill activates when the measured indoor humidity drops strictly below 40% relative humidity. It continuously monitors humidity to check for this threshold.
Core Actions
- Monitor real-time indoor humidity level from the connected sensor
- When humidity is confirmed to be below 40%, turn on the connected smart humidifier
- Set the humidifier's target humidity to exactly 50%
Hard Constraints
- Do not activate the humidifier if indoor humidity is 40% or higher
- Always set target humidity to exactly 50% every time the skill triggers
Success Criteria
- Humidifier is automatically turned on when indoor humidity drops below 40%
- The humidifier's target humidity is correctly set to 50% after activation
Version History
- 15e7c43 Current 2026-07-05 18:36


