Agent skill · Workflow & Productivity

scienceworld-inventory-focus

Use when the agent needs to confirm and prepare a specific inventory item before using it in an experiment or task step. This "focus on [ITEM] in inventory" action verifies the correct item has been collected and signals intent, ensuring operational readiness for subsequent actions like measurement, combination, or placement.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-inventory-focus --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-inventory-focus/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: scienceworld-inventory-focus ## Purpose Confirm and prepare an inventory item before using it in a ScienceWorld task. The `focus on [ITEM] in inventory` action verifies the item's presence and signals intent, reducing errors in multi-step experimental procedures. ## When to Use - After picking up an item that will be used in a subsequent critical action (measurement, combination, connection) - When verifying the correct object has been collected before proceeding - Before using a tool on a target object, to prepare both tool and target ## Workflow 1. **Acquire the item** -- Ensure the target item is in inventory (e.g., `pick up thermometer`). 2. **Focus on the item** -- Execute: `focus on [ITEM] in inventory` (replace `[ITEM]` with the exact object name). 3. **Confirm readiness** -- Wait for system response: `"You focus on the [ITEM]."`. 4. **Proceed** -- Execute the intended action (e.g., `use thermometer on unknown substance B`). ## Examples ### Example 1: Preparing tool and target for temperature measurement ``` > pick up thermometer You pick up the thermometer. > focus on thermometer in inventory You focus on the thermometer. > pick up unknown substance B You pick up t

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Workflow
  4. Examples
  5. Example 1: Preparing tool and target for temperature measurement
  6. Example 2: Preparing an item for placement
  7. Important Notes
Ships with 1 file
  • references/action_context.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-inventory-focus skill do?

Use when the agent needs to confirm and prepare a specific inventory item before using it in an experiment or task step. This "focus on [ITEM] in inventory" action verifies the correct item has been collected and signals intent, ensuring operational readiness for subsequent actions like measurement, combination, or placement.

How do I install it?

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