alfworld-object-disposer
This skill disposes of an object by placing it into a disposal receptacle like a garbage can. It should be triggered when the task requires discarding an object (e.g., 'put it in garbagecan') and the agent is at the disposal location with the object in hand. The skill executes the 'put' action to place the object in/on the target receptacle, completing the disposal subtask.
适合你,如果需要在虚拟环境中执行丢弃物品的任务。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/alfworld-object-disposer/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/alfworld-object-disposer/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/alfworld-object-disposer安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~313最小装载
~313含声明引用
~718文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准它做什么
装上后,当你吩咐Claude丢弃一个物体(比如“把它扔进垃圾桶”)时,如果它手上拿着该物体并已站在垃圾桶旁,就会执行“put”动作,把物体放进垃圾桶,完成丢弃任务。
什么时候触发
当你的指令明确要求丢弃某个物体(例如“put it in garbagecan”),且Claude已手持该物体、位于丢弃容器(如垃圾桶)附近时触发。
装好后可以这样说
如果Claude手上拿着书,会自动put到附近的垃圾桶。
技能原文 SKILL.md
Skill: Object Disposer
Trigger Condition
Activate this skill when:
- The task goal explicitly requires disposing of an object (e.g., "put it in garbagecan", "throw away the X").
- The agent is holding the target object.
- The agent is at the location of the disposal receptacle (e.g., garbagecan).
Execution
- Verify Prerequisites: Confirm the object is in hand and the disposal receptacle is present at your location.
- Execute Disposal: Perform the
putaction with the object and receptacle. - Completion: The skill is complete when the object has been successfully placed into/onto the disposal receptacle.
Notes
- This skill handles only the final disposal action. Object acquisition and navigation to the disposal location are separate skills.
- If the disposal fails (e.g., "Nothing happened"), re-evaluate the object and receptacle identifiers or check if the receptacle can accept the object.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…