/install image-collect
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
- Download image
- Extract text and meaning
- Generate summary
- Save image locally
- Append knowledge to JSON database
Command
Run:
node dist/index.js "\x3Cimage_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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-collect - After installation, invoke the skill by name or use
/image-collect - Provide required inputs per the skill's parameter spec and get structured output
What is image-collect?
This skill extracts knowledge from an image and saves it locally. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install image-collect?
Run "/install image-collect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is image-collect free?
Yes, image-collect is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does image-collect support?
image-collect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created image-collect?
It is built and maintained by bondli (@bondli); the current version is v1.0.0.