scienceworld-living-entity-identifier

Analyze ScienceWorld room observations to identify potential living entities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps an AI agent quickly identify potential living entities within a described environment in the ScienceWorld game, streamlining tasks that require interaction with biological objects.

Core Features & Use Cases

  • Observation Analysis: Parses room descriptions to find objects that are likely living.
  • Targeted Action: Flags identified living entities for subsequent actions like 'focus on' or 'examine'.
  • Use Case: When an agent needs to find a specific plant or animal for a quest, this skill helps it efficiently locate the target object within the game's environment.

Quick Start

Use the scienceworld-living-entity-identifier skill to analyze the current room observation and focus on any identified living entities.

Frequently Asked Questions about scienceworld-living-entity-identifier

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

FAQPage Schema
How do I identify living entities from room observations in ScienceWorld?

To identify living entities in ScienceWorld, you need to parse room observation text and cross-reference objects against a predefined list of living indicators like plants, animals, or eggs. This process flags candidate biological items for focused agent actions.

How does observation analysis flag biological items for game AI agents?

Observation analysis flags biological items by parsing room descriptions to find objects matching a predefined list of living indicators. It then outputs a focused target, enabling game AI agents to perform subsequent actions like 'focus on' or 'examine' on the identified entity.

Can I use this entity identification approach to locate specific plants or animals for quests?

Yes, you can use this entity identification approach to locate specific plants or animals for quests. It analyzes the current room observation to efficiently find and flag biological targets, allowing the agent to interact with the correct living thing.

What is the best way to automate entity detection of living things in text-based game environments?

The best way to automate entity detection of living things is to process observation text through a predefined indicator matching system. This identifies potential biological presence and outputs a focused target, streamlining subsequent agent interactions within the game environment.

Do I need a predefined list of indicators to detect biological presence in ScienceWorld?

Yes, you need a predefined list of indicators to detect biological presence in ScienceWorld. The skill requires referencing this list to determine if observed objects are living things, flagging them as targets for examination or focus actions.