Agent Skills
› zjunlp/SkillNet
› alfworld-object-disposer
alfworld-object-disposer
GitHub用于智能体丢弃物体的技能,当任务要求处理垃圾且智能体持有目标物体并位于垃圾桶旁时触发。通过执行put动作将物体放入容器中完成处置。
Trigger Scenarios
任务明确要求丢弃物体
智能体持有目标物体
智能体位于处置容器位置
Install
npx skills add zjunlp/SkillNet --skill alfworld-object-disposer -g -y
SKILL.md
Frontmatter
{
"name": "alfworld-object-disposer",
"description": "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."
}
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.
Version History
- 7bb9a48 Current 2026-07-25 11:51


