/install search-image
\r \r
search-image\r
\r Image search tool: queries Pixabay image API for photos, illustrations, and vectors, returning URLs and metadata for use in the current workflow.\r \r
Trigger Keywords\r
\r
- search-image\r
- pixabay image\r
- image search\r \r
Usage\r
\r
Invoke the search-image tool with a structured input object.\r
\r
{\r
query: string;\r
imageType?: "all" | "photo" | "illustration" | "vector";\r
orientation?: "all" | "horizontal" | "vertical";\r
page?: number;\r
perPage?: number;\r
lang?: string;\r
}\r
```\r
\r
## Notes\r
\r
- Pixabay performs best with English keywords.\r
- Surface the best result URLs and short metadata instead of dumping raw payloads.\r
- If no result is found, suggest a broader keyword.\r
\r
## Example\r
\r
```ts\r
search-image({\r
query: "cityscape skyline",\r
imageType: "photo",\r
orientation: "horizontal",\r
perPage: 6,\r
})\r
```\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install search-image - After installation, invoke the skill by name or use
/search-image - Provide required inputs per the skill's parameter spec and get structured output
What is Search Image?
Image search tool: queries Pixabay image API for photos, illustrations, and vectors, returning URLs and metadata for use in the current workflow. It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Search Image?
Run "/install search-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search Image free?
Yes, Search Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Search Image support?
Search Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search Image?
It is built and maintained by dlazy (@dlazyai); the current version is v1.0.0.