fan_manager/skills/fan-manager-control/SKILL.md
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).
npx skillsauth add knuckles-team/fan-manager fan-manager-controlInstall 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.
Set the Dell PowerEdge fan speed manually to a fixed level (CONCEPT:FAN-002).
This enables manual BMC fan control via ipmitool raw commands and applies the
requested level directly, bypassing the automatic temperature curve.
set_fan_speed: Set the fan speed to a specific level (0-100). Levels outside
that range are rejected with a structured error envelope.Use this skill when you need to explicitly set the fan speed — for example, to
test cooling performance at a known fan level, strictly control noise, or
temporarily override automatic control. For load-responsive cooling, use the
fan-manager-automatic skill instead.
ipmitool 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).
tools
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).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).