Agent skill · Workflow & Productivity

scienceworld-room-teleporter

Teleports the agent to a specified room within the ScienceWorld environment. Use this skill when the target object or location for a task is known to be in a different room, enabling efficient navigation. It takes a target room name as input and outputs a successful teleportation observation.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-room-teleporter/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 Use the `teleport to LOC` action to move the agent to the specified room. ## Procedure 1. **Identify Target Room:** Determine the exact name of the destination room from the task context or environment description. 2. **Execute Teleport:** Use the action `teleport to <room_name>`, where `<room_name>` is the target location (e.g., `workshop`, `kitchen`, `foundry`). 3. **Verify Success:** The expected output is an observation confirming the teleport, e.g., "You teleport to the workshop." ## Important Notes - This skill is for navigation only. It does not handle object interaction or task logic within the destination room. - Ensure the room name matches the environment's naming exactly. Common rooms include: kitchen, foundry, workshop, bathroom, outside, living room, bedroom, greenhouse, art studio, hallway. - Use this skill proactively to reduce unnecessary exploration steps when the target location is known.

What's inside
Steps it walks through
  1. Procedure
  2. Important Notes
More from SkillNet
All skills →
About this skill
What does the scienceworld-room-teleporter skill do?

Teleports the agent to a specified room within the ScienceWorld environment. Use this skill when the target object or location for a task is known to be in a different room, enabling efficient navigation. It takes a target room name as input and outputs a successful teleportation observation.

How do I install it?

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