Agent skill

scienceworld-conductivity-tester

Determines if an object is electrically conductive by integrating it into a circuit and observing a light bulb. Triggered when classifying an object based on conductivity.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-conductivity-tester --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-conductivity-tester/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

# Instructions ## Objective Classify a target object as **electrically conductive** or **non-conductive** by using it to complete a simple circuit with a battery and a light bulb. ## Core Procedure 1. **Locate & Acquire Object:** Teleport to the object's location and pick it up. 2. **Focus on Object:** Use the `focus` action on the object to signal intent. 3. **Setup in Workshop:** Teleport to the `workshop`. Place the object down. 4. **Construct Test Circuit:** Assemble the circuit on the table in this exact sequence: a. Connect the **battery anode** to **orange wire terminal 1**. b. Connect the **battery cathode** to **yellow wire terminal 1**. c. Connect **orange wire terminal 2** to the **blue light bulb cathode**. d. Connect **green wire terminal 2** to the **blue light bulb anode**. e. Connect **yellow wire terminal 2** to **terminal 1** on the target object. f. Connect **green wire terminal 1** to **terminal 2** on the target object. 5. **Observe & Classify:** Wait 2 steps (`wait1` twice). Then `look around`. - If the **blue light bulb is ON**, the object is **conductive**. Place it in the **blue box**. - If the **blue light bulb is OFF**, the object is **non-conductive**. P

What's inside
Steps it walks through
  1. Objective
  2. Core Procedure
  3. Key Notes
Ships with 1 file
  • references/circuit_diagram.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-conductivity-tester skill do?

Determines if an object is electrically conductive by integrating it into a circuit and observing a light bulb. Triggered when classifying an object based on conductivity.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-conductivity-tester --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