Agent skill · AI & Agents

scienceworld-temperature-measurer

This skill uses a thermometer on a substance to measure its temperature. It should be triggered when the agent needs to determine the temperature of a material (e.g., lead) to assess if it has reached a specific melting point or threshold. The skill requires a thermometer in inventory and a target substance, outputting the measured temperature in degrees Celsius, which is key for scientific measurement tasks.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-temperature-measurer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-temperature-measurer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Temperature Measurement for Scientific Experiments ## Purpose Measure the temperature of a target substance (e.g., a metal like lead) to determine if it has reached a specific state-change threshold, such as its melting point. ## Core Workflow 1. **Acquire Thermometer:** Ensure a thermometer is in your inventory. If not, locate and pick one up. 2. **Locate Target Substance:** Identify the substance to be measured (e.g., "lead"). It may be in a container. 3. **Prepare for Heating (If Necessary):** If measuring a melting point, the substance likely needs to be heated. * Transfer the substance to a heat-resistant container (e.g., a metal pot). * Move the container to a heating device (e.g., a blast furnace in the foundry). * Activate the heating device. 4. **Measure Temperature:** Use the thermometer from your inventory on the target substance. 5. **Interpret Result:** The observation will state the measured temperature in degrees Celsius. Use this value to make a decision (e.g., "above 150.0 degrees" -> focus on the red box). ## Key Actions & Observations * `pick up thermometer`: Acquire the essential measuring tool. * `move [substance] to [container]`: Prepare the sample. *

What's inside
Steps it walks through
  1. Purpose
  2. Core Workflow
  3. Key Actions & Observations
  4. Bundled Logic
  5. Notes
Ships with 1 file
  • references/action_guide.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-temperature-measurer skill do?

This skill uses a thermometer on a substance to measure its temperature. It should be triggered when the agent needs to determine the temperature of a material (e.g., lead) to assess if it has reached a specific melting point or threshold. The skill requires a thermometer in inventory and a target substance, outputting the measured temperature in degrees Celsius, which is key for scientific measurement tasks.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-temperature-measurer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going