Agent skill

scienceworld-environment-isolation

Use when you need to isolate a space (like a greenhouse) by closing doors or openings to create a contained environment. Trigger before starting pollination, temperature-sensitive experiments, or other environmental-sensitive tasks that require controlled conditions. Modifies room connectivity to optimize conditions for specific processes.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-environment-isolation --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-environment-isolation/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 ## When to Use Trigger this skill when you need to: 1. **Optimize Pollination:** Isolate a room (like a greenhouse) to concentrate pollinators (e.g., bees) and prevent them from leaving, thereby increasing the chance of successful cross-pollination between plants. 2. **Control Environmental Factors:** Create a stable, contained space to manage variables like temperature, humidity, or airflow for a sensitive process. 3. **Prevent Contamination or Interference:** Seal off a room to protect an ongoing experiment or task from external disturbances. ## Core Action Sequence 1. **Assess the Environment:** Use `look around` to identify all doors, windows, or other openings in the current room. 2. **Execute Isolation:** For each identified opening (e.g., "door to the outside", "door to the hallway"), issue a `close` command. * **Example:** `close door to outside` * **Example:** `close door to hallway` 3. **Verify Closure:** Perform a final `look around` to confirm all intended openings are now closed and the room is successfully isolated. ## Key Principles * **Completeness:** Ensure *all* exits are closed for full isolation. An open door can defeat the purpose. * **Context-Sp

What's inside
Steps it walks through
  1. When to Use
  2. Core Action Sequence
  3. Key Principles
  4. Notes
  5. Example
Ships with 1 file
  • references/action_primer.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-environment-isolation skill do?

Use when you need to isolate a space (like a greenhouse) by closing doors or openings to create a contained environment. Trigger before starting pollination, temperature-sensitive experiments, or other environmental-sensitive tasks that require controlled conditions. Modifies room connectivity to optimize conditions for specific processes.

How do I install it?

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