Agent Skillsespressif/esp-claw › cap_llm_inspect_image

cap_llm_inspect_image

GitHub

用于分析设备上本地图片的视觉内容。当用户询问图片、照片或截图中的物体、文字或场景时触发,需传入绝对路径和具体提示词进行图像识别与描述。

components/claw_capabilities/cap_llm_inspect/skills/cap_llm_inspect_image/SKILL.md espressif/esp-claw

触发场景

用户询问图片中有什么 需要分析本地照片或截图的视觉内容

安装

npx skills add espressif/esp-claw --skill cap_llm_inspect_image -g -y
更多选项

非标准路径

npx skills add https://github.com/espressif/esp-claw/tree/master/components/claw_capabilities/cap_llm_inspect/skills/cap_llm_inspect_image -g -y

不安装直接使用

npx skills use espressif/esp-claw@cap_llm_inspect_image

指定 Agent (Claude Code)

npx skills add espressif/esp-claw --skill cap_llm_inspect_image -a claude-code -g -y

安装 repo 全部 skill

npx skills add espressif/esp-claw --all -g -y

预览 repo 内 skill

npx skills add espressif/esp-claw --list

SKILL.md

Frontmatter
{
    "name": "cap_llm_inspect_image",
    "metadata": {
        "cap_groups": [
            "cap_llm_inspect"
        ],
        "manage_mode": "readonly"
    },
    "description": "How to inspect a local image with inspect_image."
}

Image Inspection

Use this skill when the user wants the device to inspect a local image and describe what is visible.

When to use

  • The user asks what is in an image, photo, screenshot, or camera frame.
  • The image already exists on the device filesystem.
  • The task needs visual analysis rather than plain file reading.

Available capability

  • inspect_image: analyze one local image from an absolute path using a prompt that says what to inspect.

Calling rules

  • Call inspect_image directly.
  • Always pass an absolute local file path in path.
  • Always pass a clear prompt that tells the model what to look for.
  • Confirm or discover the image path first if it is not already known.
  • Do not pass remote URLs or non-image files.

Path guidance

  • Prefer real local paths already stored on the device.
  • If the exact path is unknown, inspect storage first with file capabilities such as list_dir.
  • Common roots in this demo include <storage_root>/inbox, <storage_root>, or other application-managed storage paths.

Example

{
  "path": "<storage_root>/inbox/photo.jpg",
  "prompt": "Describe the main objects in this image and mention any visible text."
}

Notes

  • Keep the prompt specific. For example: identify objects, read visible text, describe a scene, or check whether a target item appears.
  • If the image is blurry or uncertain, report that uncertainty instead of over-claiming.

版本历史

  • 06eb576 当前 2026-07-24 19:54

同 Skill 集合

components/claw_capabilities/cap_http_request/skills/cap_http_request/SKILL.md
components/claw_capabilities/cap_im_platform/skills/cap_im_platform/SKILL.md
components/claw_capabilities/cap_router_mgr/skills/cap_router_mgr/SKILL.md
components/claw_capabilities/cap_scheduler/skills/cap_scheduler/SKILL.md
components/claw_capabilities/cap_web_search/skills/cap_web_search/SKILL.md
components/claw_modules/claw_memory/skills/memory_ops/SKILL.md
components/claw_modules/claw_memory/skills/profile_memory_ops/SKILL.md
components/common/skill_builder/skills/skill_creator/SKILL.md
components/common/skill_builder/skills/skills_lab_downloader/SKILL.md
components/common/skill_builder/skills/skills_lab_search/SKILL.md
components/lua_modules/lua_driver_touch/skills/read_touch/SKILL.md
components/lua_modules/lua_module_ble_hid/skills/ble_hid/SKILL.md
components/lua_modules/lua_module_ble/skills/ble/SKILL.md
components/lua_modules/lua_module_camera/skills/take_picture/SKILL.md
components/lua_modules/lua_module_http_server/skills/http_server_lua_demo/SKILL.md

元信息

文件数
0
版本
74b1870
Hash
1a768470
收录时间
2026-07-24 19:54

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 13:41
浙ICP备14020137号-1 $访客地图$