scienceworld-item-fetcher

Pick up a specified object and add it to the agent's inventory.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill scienceworld-item-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scienceworld-item-fetcher
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/scienceworld/scienceworld-item-fetcher
Command: npx skills add https://github.com/zjunlp/SkillNet --skill scienceworld-item-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the need for an AI agent to reliably acquire specific objects from its environment and add them to its inventory for later use.

Core Features & Use Cases

  • Object Acquisition: Locates and picks up specified items within the agent's current environment.
  • Inventory Management: Ensures acquired items are correctly added to the agent's inventory.
  • Use Case: When an agent needs a "thermometer" for a task, this skill can be invoked to find and pick it up, making it available for subsequent actions.

Quick Start

Use the scienceworld-item-fetcher skill to pick up the 'metal pot'.

Frequently Asked Questions about scienceworld-item-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pick up a specific object and add it to an agent's inventory in a simulated environment?

To pick up an object and add it to an inventory, this skill uses the 'pick up OBJ' command to interact with the environment and confirms the inventory transfer. It reliably acquires specified items for later use.

What is the best way to manage inventory acquisition for object manipulation tasks?

Managing inventory acquisition involves fetching a specified object from the environment and adding it to the agent's inventory. This skill handles the object manipulation and collection process by confirming the transfer.

Can I use this skill to fetch any item like a thermometer or metal pot for later use?

Yes, you can fetch items like a thermometer or metal pot by issuing the 'pick up OBJ' command. The skill locates the specified item in the current environment and makes it available for subsequent actions.

Does this object collection skill work with both real-world and simulated environments?

This object collection skill is applicable for scenarios requiring object manipulation within both simulated and real-world environments. It requires direct interaction with the environment to confirm the inventory transfer.

Why does the agent need to confirm inventory transfer after fetching an object?

Confirming inventory transfer ensures that acquired items are correctly added to the agent's inventory. This verification step guarantees the specified object is successfully collected and available for later use.

What are the limitations of fetching objects from the environment using this approach?

The object fetching process is limited to items present in the agent's current environment. It requires direct interaction using the 'pick up OBJ' command and cannot acquire objects outside the immediate surroundings.