# Custom Skill Bde0ceda

> Automatically activates the connected humidifier and sets its target humidity to 50% when indoor humidity drops below 40% RH

- Skill: `fullive-ai/custom-skill-bde0ceda` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add fullive-ai/custom-skill-bde0ceda`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fullive-ai/custom-skill-bde0ceda/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: fullive-ai (https://skillmd.com/u/fullive-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fullive-ai/custom-skill-bde0ceda

---


## 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
1. Monitor real-time indoor humidity level from the connected sensor
2. When humidity is confirmed to be below 40%, turn on the connected smart humidifier
3. 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
