scienceworld-instruction-reader

Parses Skyrim save game files and outputs their data as JSON for inspection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps agents understand and extract key information from documents like recipes or notes, enabling them to follow instructions and complete tasks.

Core Features & Use Cases

  • Instruction Parsing: Reads documents to identify goals, required components, and procedural steps.
  • Task Guidance: Provides structured output of extracted information to guide agent actions.
  • Use Case: When an agent finds a recipe for "making salt water," this skill will parse it to identify that "sodium chloride" and "water" are needed, and the step is to "mix" them.

Quick Start

Use the scienceworld-instruction-reader skill to read the recipe found in the inventory.

Frequently Asked Questions about scienceworld-instruction-reader

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

FAQPage Schema
How do I extract instructions and ingredients from a recipe in ScienceWorld?

To extract instructions from a recipe in ScienceWorld, this skill reads the document and identifies the task goal, required components like ingredients, and procedural steps for execution. It parses the text to provide structured task guidance.

What is the best way to parse procedural steps and combinations for task execution?

Parsing procedural steps for task execution involves reading documents such as notes or recipes to identify the goal, required components, and combinations. This skill structures that extracted information to guide agent actions within the environment.

How does an agent identify required components from notes in ScienceWorld?

An agent identifies required components from notes by using the read action on the document object. This skill parses the text to extract explicit ingredient lists and procedural steps needed to complete the task.

Can I use this instruction reader to find combinations for making substances like salt water?

Yes, you can use this instruction reader to find combinations for making substances like salt water. It parses recipes to identify required components such as sodium chloride and water, and the procedural step to mix them together.

Does the instruction reader require a specific action to interact with documents?

The instruction reader requires the read action to interact with documents. It utilizes this specific action to read objects in the inventory and extract goals, required components, and procedural steps from recipes or notes.