fan_manager/skills/fan-manager-temperature/SKILL.md
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).
npx skillsauth add knuckles-team/fan-manager fan-manager-temperatureInstall 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.
Read the current CPU temperature of a Dell PowerEdge server via lm-sensors
(sensors -j) and surface the hottest core (CONCEPT:FAN-001). This is the read
side of the thermal-management loop; pair it with the control or automatic
skills to act on the reading.
get_temperature: Returns the current highest CPU core temperature as a
structured envelope (response, command, status).Use this skill to check if the system is running hot, to monitor thermal status over time, or as the input to a fan-speed decision. It performs no fan changes — it is read-only.
lm-sensors installed on the host.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 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).