‹ 首页

alfworld-open-receptacle

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

This skill opens a closed receptacle to access its contents. It should be triggered when an agent needs to interact with items inside a closed container (e.g., fridge, microwave, drawer). The skill takes a receptacle identifier as input, performs the open action, and outputs the observation of the interior, enabling subsequent item retrieval or placement.

适合你,如果需要在模拟环境中打开冰箱、抽屉等容器拿东西

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

怎么用

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

装好这个技能后,当 Claude 需要打开一个关闭的容器(如冰箱、微波炉、抽屉)时,它会自动执行打开操作,并返回容器内部的物品列表。

什么时候触发

当你要求 Claude 从关闭的容器中取物或放入物品,或观察到容器处于关闭状态时触发。

装好后可以这样说
Claude会打开指定冰箱并告知内部物品。
Claude会打开微波炉并显示里面有什么。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Skill: Open Receptacle

Purpose

Open a closed container to reveal its contents for subsequent interaction.

When to Use

Use this skill when:

  • You need to take an item from inside a closed receptacle
  • You need to put an item into a closed receptacle
  • You observe a receptacle is closed (e.g., "The fridge 1 is closed")
  • The task requires accessing items inside containers
Input Format

The skill requires a receptacle identifier as input. This should match the environment's naming convention (e.g., "fridge 1", "microwave 1", "drawer 3").

Execution Steps
  1. Verify receptacle state: Check if the receptacle is mentioned as "closed" in the observation
  2. Navigate to receptacle: Use go to {recep} if not already at the location
  3. Execute open action: Use open {recep} where {recep} is the receptacle identifier
  4. Process result: The environment will respond with the interior contents or an error
Expected Outcomes
  • Success: Observation showing the receptacle is open and listing contained items
  • Failure: "Nothing happened" indicates the action was invalid (e.g., already open, wrong identifier)
Example from Trajectory
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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