‹ 首页

alfworld-location-navigator

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

Moves the agent to a specified receptacle or object location within the Alfworld environment. Use this skill when the agent needs to physically approach a target to inspect or interact with it, such as when checking an object's state or preparing for pickup. The skill takes a target location name as input and executes the 'go to' action, resulting in the agent being positioned at the destination for subsequent operations.

适合你,如果需要在 Alfworld 中控制角色移动到目标位置

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

怎么用

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

装上后,Claude 可以在 Alfworld 环境中移动到一个指定的容器或物体旁边。它会根据你提供的位置名称执行“前往”动作,并告诉你当前位置的情况。

什么时候触发

当你在 Alfworld 环境中需要靠近某个物体(比如储物架、马桶)才能检查或拿取它时触发。前提是目标位置当前可见。

装好后可以这样说
角色会移动到该位置并返回环境描述。
角色会移动到马桶处,准备交互。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Instructions

Use this skill to navigate to a specific location in the Alfworld environment. The skill will move the agent directly to the target receptacle or object.

Input

Provide the target location name as a string (e.g., "toiletpaperhanger 1", "toilet 1").

Process
  1. The skill validates the target location against the current environment observation.
  2. It executes the go to {target} action.
  3. It returns the environment's observation after the move.
Notes
  • Ensure the target location is visible in the agent's current observation before calling this skill.
  • This skill is for navigation only. Use other skills for object interaction (take, put, etc.).
  • If the action fails (e.g., "Nothing happened"), the agent may need to replan its path or verify the target name.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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