‹ 首页

scienceworld-animal-identifier

@zjunlp · 收录于 5 天前 · 上游提交 2 周前

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.

适合你,如果你需要在ScienceWorld模拟环境中快速定位和聚焦特定动物实体

/ 通过 npx 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/scienceworld-animal-identifier
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/scienceworld-animal-identifier
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/scienceworld-animal-identifier
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~624最小装载
~624含声明引用
~970文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准
它做什么

在 ScienceWorld 环境中,当需要定位、识别并聚焦某个动物或生物实体时,Claude 会自动导航到正确位置,调查周围环境,然后用精确名称执行聚焦操作。

什么时候触发

当任务要求找到并聚焦特定动物、比较多个动物的属性(如寿命、大小),或指示在特定位置检查动物时触发。

装好后可以这样说
Claude 会导航到室外,调查动物,聚焦寿命最长的那个。
Claude 会依次执行两个聚焦操作。
Claude 会传送到室外,查找并聚焦成年蓝鸟。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

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.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。