Agent Skillszjunlp/SkillNet › scienceworld-animal-identifier

scienceworld-animal-identifier

GitHub

用于在ScienceWorld环境中定位、识别并聚焦特定动物或生物实体。通过导航、观察和精确命名执行交互,支持动物比较与属性检查任务。

experiments/src/skills/scienceworld/scienceworld-animal-identifier/SKILL.md zjunlp/SkillNet

Trigger Scenarios

需要查找并聚焦特定动物 比较多个动物的属性如寿命或体型 指令要求检查或与环境中的动物互动

Install

npx skills add zjunlp/SkillNet --skill scienceworld-animal-identifier -g -y
More Options

Non-standard path

npx skills add https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/scienceworld/scienceworld-animal-identifier -g -y

Use without installing

npx skills use zjunlp/SkillNet@scienceworld-animal-identifier

指定 Agent (Claude Code)

npx skills add zjunlp/SkillNet --skill scienceworld-animal-identifier -a claude-code -g -y

安装 repo 全部 skill

npx skills add zjunlp/SkillNet --all -g -y

预览 repo 内 skill

npx skills add zjunlp/SkillNet --list

SKILL.md

Frontmatter
{
    "name": "scienceworld-animal-identifier",
    "description": "Use when the agent needs to locate, identify, and focus on a specific animal or biological entity in the ScienceWorld environment. This skill handles tasks involving animal comparison, examination, or interaction (such as determining lifespan extremes) by navigating to the correct location with \"teleport to\", surveying with \"look around\", and executing \"focus on ANIMAL\" with the exact entity name."
}

Skill: scienceworld-animal-identifier

Purpose

Locate and focus on a specified animal or biological entity within the ScienceWorld environment for tasks involving animal comparison, examination, or interaction (e.g., determining lifespan extremes, identifying species).

When to Use

  • When a task requires finding and focusing on a specific animal or biological entity
  • When comparing attributes (lifespan, size, type) across multiple animals
  • When the task instructs examining or interacting with an animal in a specific location

Workflow

  1. Navigate to the target location -- If the animal is in a specific room (e.g., "outside", "greenhouse"), execute teleport to <LOCATION>.
  2. Survey the area -- Use look around to list all visible objects and entities.
  3. Identify the target -- Parse the observation to find the exact animal name as displayed (e.g., baby dragonfly, parrot egg, adult blue jay).
  4. Execute focus -- Run focus on <ANIMAL> using the exact name from the observation.
  5. Confirm success -- Wait for the system response: "You focus on the <ANIMAL>.".

Examples

Example 1: Find the animal with the longest lifespan

Task: "Find the animal with the longest life span and focus on it."

> teleport to outside
You teleport to outside.

> look around
You see: baby dragonfly, adult blue jay, parrot egg, oak tree, grass.

> focus on adult blue jay
You focus on the adult blue jay.

(Blue jays have a longer lifespan than dragonflies among the visible animals.)

Example 2: Sequential identification of two animals

Task: "First focus on the longest-lived animal, then the shortest-lived."

> teleport to outside
You teleport to outside.

> look around
You see: baby dragonfly, adult blue jay, parrot egg.

> focus on adult blue jay
You focus on the adult blue jay.

> focus on baby dragonfly
You focus on the baby dragonfly.

Key Principles

  • Exact names -- The focus on action requires the precise object name as it appears in look around (e.g., "baby dragonfly", not just "dragonfly").
  • Navigate first -- Always verify your location and teleport to the correct room before surveying.
  • Sequential execution -- When focusing on multiple animals in sequence, complete each focus on action before proceeding to the next.

Version History

  • 7bb9a48 Current 2026-07-25 11:52

Same Skill Collection

experiments/src/skills/alfworld/alfworld-appliance-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-appliance-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-clean-object/SKILL.md
experiments/src/skills/alfworld/alfworld-device-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-environment-scanner/SKILL.md
experiments/src/skills/alfworld/alfworld-goal-interpreter/SKILL.md
experiments/src/skills/alfworld/alfworld-heat-object-with-appliance/SKILL.md
experiments/src/skills/alfworld/alfworld-inventory-management/SKILL.md
experiments/src/skills/alfworld/alfworld-locate-target-object/SKILL.md
experiments/src/skills/alfworld/alfworld-location-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-navigation-planner/SKILL.md
experiments/src/skills/alfworld/alfworld-object-cooler/SKILL.md
experiments/src/skills/alfworld/alfworld-object-disposer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-heater/SKILL.md
experiments/src/skills/alfworld/alfworld-object-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-object-picker/SKILL.md
experiments/src/skills/alfworld/alfworld-object-placer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-retriever/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-inspector/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-modifier/SKILL.md
experiments/src/skills/alfworld/alfworld-object-storer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-transporter/SKILL.md
experiments/src/skills/alfworld/alfworld-open-receptacle/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-closer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-finder/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-opener/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-searcher/SKILL.md
experiments/src/skills/alfworld/alfworld-search-pattern-executor/SKILL.md
experiments/src/skills/alfworld/alfworld-search-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-storage-explorer/SKILL.md
experiments/src/skills/alfworld/alfworld-task-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-temperature-regulator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-user/SKILL.md
experiments/src/skills/scienceworld/scienceworld-ambiguous-action-resolution/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-builder/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-connector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-box-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-focus-executor/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conductivity-tester/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-inspector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-item-retriever/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-relocator/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-transfer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-controlled-waiting/SKILL.md

Metadata

Files
0
Version
fc20173
Hash
c427b4f7
Indexed
2026-07-25 11:52

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:55
浙ICP备14020137号-1 $Гость$