fan_manager/skills/fan-manager-automatic/SKILL.md
Use when you need automatic, temperature-driven fan speed control on a Dell PowerEdge server — continuously adjusts fans to a logarithmic curve between configured min/max temperature and fan-speed bounds (CONCEPT:FAN-002).
npx skillsauth add knuckles-team/fan-manager fan-manager-automaticInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatically adjust Dell PowerEdge fan speed based on the current CPU temperature (CONCEPT:FAN-001 read → CONCEPT:FAN-002 write). The speed follows a logarithmic curve between the configured minimum/maximum temperature and minimum/maximum fan-speed bounds. On a temperature read failure the fans fail safe to maximum.
automatic_fan_speed: Adjusts fan speed based on the current temperature and
configured thresholds (minimum_temperature, maximum_temperature,
minimum_fan_speed, maximum_fan_speed, temperature_power).Use this skill to enable dynamic cooling that responds to system load — for example, to keep a rack quiet at idle while still ramping fans under sustained CPU load. Prefer this over manual control when you want hands-off thermal management.
ipmitool and lm-sensors on the host and BMC raw-command access.testing
Use when you need to read the current CPU/core temperature of a Dell PowerEdge server via lm-sensors — to check whether the system is running hot or to drive thermal decisions (CONCEPT:FAN-001).
testing
Use when you need to manually set a fixed Dell PowerEdge fan speed (0-100) via IPMI — for testing cooling performance, capping acoustic noise, or pinning fans to a known level (CONCEPT:FAN-002).
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------