scienceworld-animal-identifier
Use when the agent needs to locate, identify, and focus on a specific animal or biological entity in the ScienceWorld environment. This skill handle…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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
- Navigate to the target location -- If the animal is in a specific room (e.g., "outside", "greenhouse"), execute
teleport to <LOCATION>. - Survey the area -- Use
look aroundto list all visible objects and entities. - Identify the target -- Parse the observation to find the exact animal name as displayed (e.g.,
baby dragonfly,parrot egg,adult blue jay). - Execute focus -- Run
focus on <ANIMAL>using the exact name from the observation. - 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 onaction requires the precise object name as it appears inlook around(e.g.,"baby dragonfly", not just"dragonfly"). - Navigate first -- Always verify your location and
teleport tothe correct room before surveying. - Sequential execution -- When focusing on multiple animals in sequence, complete each
focus onaction before proceeding to the next.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
experiments/src/skills/scienceworld/scienceworld-animal-identifier/SKILL.md同一个仓库里的其他技能
- alfworld-appliance-navigator
- alfworld-appliance-preparer
- alfworld-clean-object
- alfworld-device-operator
- alfworld-environment-scanner
- alfworld-goal-interpreter
- alfworld-heat-object-with-appliance
- alfworld-inventory-management
- alfworld-locate-target-object
- alfworld-location-navigator
- alfworld-navigation-planner
- alfworld-object-cooler