HomeBrowseUpload
← Back to registry
// Skill profile

Image Collect Skill

name: image-collect

by bondli · published 2026-04-01

图像生成数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:bondli/bondli-image-collect
View on GitHub
// Full documentation

---

name: image-collect

description: This skill extracts knowledge from an image and saves it locally.

---

# Image Collect Skill

This skill extracts knowledge from an image and saves it locally.

When to use

Use this skill when:

  • User sends an image
  • User asks to save image as knowledge
  • Image needs OCR or content understanding
  • What it does

    1. Download image

    2. Extract text and meaning

    3. Generate summary

    4. Save image locally

    5. Append knowledge to JSON database

    Command

    Run:

    node dist/index.js "<image_url>"

    Example:

    node dist/index.js "https://example.com/image.png"

    node dist/index.js "data:image/png;base64,xxxx"

    node dist/index.js "/tmp/image.png"

    Output

    Returns extracted knowledge including:

  • summary
  • keywords
  • text
  • saved image path
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band