scienceworld-task-interpreter
This skill parses a user's high-level scientific task in the ScienceWorld environment and extracts the core objective and target location. It should be triggered when a new task instruction is received, especially those involving finding, comparing, or manipulating objects. The skill interprets the query to identify the goal (e.g., 'find the animal with the shortest life span') and any specified locations (e.g., 'animals are in the outside location'), outputting a clear, actionable sub-goal for navigation or observation.
npx skills add zjunlp/SkillNet --skill scienceworld-task-interpreter --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Instructions Activate this skill when the user provides a new task instruction for the ScienceWorld environment. Your primary function is to interpret the instruction and generate a clear, executable plan. ## 1. Parse the Task Read the user's instruction carefully. Extract the following core components: * **Primary Objective:** What is the ultimate goal? (e.g., "find", "compare", "manipulate"). * **Target Object/Subject:** What is the main focus of the task? (e.g., "animal with the shortest life span"). * **Specified Location:** Is a location explicitly mentioned? (e.g., "animals are in the 'outside' location"). ## 2. Formulate the Plan Based on the parsed components, construct a plan. The standard plan structure is: 1. **Navigate:** If a target location is specified and you are not there, teleport to it immediately. 2. **Observe:** Upon arriving at the correct location, use `look around` to survey the environment and identify relevant objects. 3. **Analyze & Execute:** Apply domain knowledge or comparative reasoning to the observed objects to fulfill the primary objective. Then, take the final required action (e.g., `focus on [OBJECT]`, `pick up [OBJECT]`). ## 3. Output the Inte
- 1. Parse the Task
- 2. Formulate the Plan
- 3. Output the Interpretation
What does the scienceworld-task-interpreter skill do?
This skill parses a user's high-level scientific task in the ScienceWorld environment and extracts the core objective and target location. It should be triggered when a new task instruction is received, especially those involving finding, comparing, or manipulating objects. The skill interprets the query to identify the goal (e.g., 'find the animal with the shortest life span') and any specified locations (e.g., 'animals are in the outside location'), outputting a clear, actionable sub-goal for navigation or observation.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill scienceworld-task-interpreter --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.
