scienceworld-object-placer

Move a classified object from inventory or environment into a target container.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the final step of object-based tasks by moving a classified item into its designated container, streamlining sorting and storage workflows.

Core Features & Use Cases

  • Conditional Placement: Moves an object to a specific container based on prior assessment results.
  • Inventory Management: Supports picking up objects from the environment if they are not already in inventory.
  • Use Case: After testing if a metal pot is conductive, this skill will move it to the 'blue box' if it is conductive, or to the 'orange box' if it is not.

Quick Start

Use the scienceworld-object-placer skill to move the metal pot to the blue box.

Frequently Asked Questions about scienceworld-object-placer

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

FAQPage Schema
How do I automate placing objects into containers based on classification?

Automating object placement into containers requires a conditional logic skill that moves a specified item from the environment or inventory into a target container based on a prior sorting decision. This streamlines storage workflows by executing the final sorting step.

What is conditional object placement in a sorting workflow?

Conditional object placement is the process of moving an item to a specific container based on prior assessment results. It acts as the final step in sorting tasks, ensuring classified items are stored in their designated locations automatically.

How do I move an object from the environment to a target container?

To move an object from the environment to a target container, the skill first checks if the item is in inventory, picking it up if necessary, then moves it to the identified destination container based on the classification assessment.

Can I use conditional logic to sort items into specific boxes after testing?

Yes, you can use conditional logic to sort items into specific boxes after testing. If an item meets the test criteria, it moves to one container, otherwise it moves to an alternative designated container.

Does object placement require the item to already be in inventory?

No, object placement does not require the item to already be in inventory. The skill supports picking up objects directly from the environment if they are not currently held before moving them to the destination container.

When should I not use an automated object placer for sorting tasks?

You should not use an automated object placer when the destination container is unidentified or the object is inaccessible. The skill requires a prior classification decision and a known target container to execute the placement successfully.