Agent Skills
› zjunlp/SkillNet
› scienceworld-environment-scanner
scienceworld-environment-scanner
GitHub在ScienceWorld环境中初始化或刷新场景感知,通过look around获取房间描述、物品及通道信息,为后续行动提供情境基础。
Trigger Scenarios
首次到达新位置
需要刷新环境理解
Install
npx skills add zjunlp/SkillNet --skill scienceworld-environment-scanner -g -y
SKILL.md
Frontmatter
{
"name": "scienceworld-environment-scanner",
"description": "This skill performs an initial observation of the current location to identify available objects, containers, and connections to other rooms. Use this when starting a new task in ScienceWorld to gather situational awareness, especially when the agent needs to understand its surroundings before taking action. It outputs a detailed room description, listing visible items and accessible doors."
}
Instructions
Execute this skill when you first arrive at a location in ScienceWorld or when you need to refresh your understanding of the current environment.
Core Action
- Always begin by using the
look aroundaction. This is the primary and mandatory step of this skill. It provides the foundational observation of the room.
Output Interpretation
After executing look around, analyze the observation. Your analysis must structure the output clearly:
- Current Room: State the name of the room you are in.
- Visible Objects & Substances: List all items and substances reported in the observation.
- Accessible Doors: List all doors mentioned, noting their destination and whether they are open or closed.
- Initial Assessment: Briefly note any items of immediate interest or relevance to your known task.
Example Output Format
Version History
- 7bb9a48 Current 2026-07-25 11:53


