返回顶部
e

embodied-task-decomposition

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
89
下载量
0
收藏
概述
安装方式
版本历史

embodied-task-decomposition

# Embodied Task Decomposition This skill decomposes high-level natural language instructions into atomic subtasks that a robot can execute. ## When to Use - User provides an image AND a task instruction - User asks to "decompose", "break down", or "split" a task - User wants step-by-step actions for robot execution ## Input Format 1. **Image**: Photo of the physical scene (any environment: kitchen, office, outdoor, etc.) 2. **Task Instruction**: Natural language description of what to accomplish Example: ``` Task Instruction: take toasted bread from bread machine on white table place on plate Image: [image path or description] ``` ## Output Format Numbered list of subtasks, each following format: ``` {action} {target} {location/optional prepositional phrase} with {left/right/either} gripper ``` ## Process 1. **Analyze the image** - Identify objects, surfaces, locations, tools visible 2. **Understand the task** - What is the goal? What needs to be moved/ manipulated? 3. **Break into atomic actions** - Each subtask = one action from the action bank 4. **Specify gripper** - Always indicate left, right or either gripper ## Action Bank Refer to [action-bank.md](action-bank.md) for the complete list of allowed actions. All subtasks MUST use actions from this bank. ## Examples See [examples.md](examples.md) for detailed decomposition examples across different domains. ## Important Notes - Use ONLY actions from the action bank - Each subtask = one primary action - Always specify gripper (left/right/either) - Include target object and location - Keep subtasks atomic and sequential - Consider object state changes (e.g., "open bag" before "take fruit") ## Updating the Action Bank The agent MAY add new actions to the action bank when needed. To add a new action: 1. **Check for duplicates** - Search existing actions for similar functionality 2. **Verify functional difference** - New action must serve a distinct purpose 3. **Add with documentation** - Include description and example usage ### Duplicate Check Criteria A new action is considered a duplicate if it: - Has the same name as an existing action - Describes the same physical movement (e.g., "lift" vs "raise") - Can be used interchangeably with an existing action in all contexts ### Adding a New Action When adding to [action-bank.md](action-bank.md), follow this format: ```markdown | action_name | Description | Example Usage | |-------------|-------------|---------------| | new_action | What it does | "new_action the object" ``` Example of adding "insert" (different from "place" - "place" = put on surface, "insert" = put into container): ```markdown | insert | Put object inside a container or slot | "insert the key into the lock" ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 embodied-task-decomposition-1776011592 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 embodied-task-decomposition-1776011592 技能

通过命令行安装

skillhub install embodied-task-decomposition-1776011592

下载 Zip 包

⬇ 下载 embodied-task-decomposition v1.0.0

文件大小: 6.12 KB | 发布时间: 2026-4-13 10:10

v1.0.0 最新 2026-4-13 10:10
- Initial release of embodied-task-decomposition skill.
- Decomposes high-level physical task instructions into atomic robot-executable subtasks using both image and natural language input.
- Triggers on phrases like "decompose this task" or when both an image and a task instruction are provided.
- Outputs a numbered list of subtasks using a fixed action format, always specifying gripper and drawing from the action bank.
- Supports systematic addition of new actions to the action bank with clear documentation and duplication checks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部