← Back to Skills Marketplace
dlazyai

Search Image

by dlazy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
56
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install search-image
Description
Image search tool: queries Pixabay image API for photos, illustrations, and vectors, returning URLs and metadata for use in the current workflow.
README (SKILL.md)

\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
Usage Guidance
Install only if you are comfortable with image search terms being sent to Pixabay. Avoid using confidential project names, personal information, secrets, or proprietary terms in queries unless you are willing to share those terms with that external service.
Capability Assessment
Purpose & Capability
The stated purpose is to query the Pixabay image API for photos, illustrations, and vectors, and the documented input fields and output guidance align with that purpose.
Instruction Scope
The trigger list includes the generic phrase "image search," which could activate more broadly than a precise "search-image" or "pixabay image" request, but the resulting action is limited to a search query.
Install Mechanism
The artifact contains only markdown skill instructions in English and Chinese; metadata and scans show no executable scripts, dependencies, package installs, or install-time commands.
Credentials
Sending the search query to Pixabay is expected and proportionate for an image-search skill, and the description does disclose use of the Pixabay API, but users should treat search terms as third-party data sharing.
Persistence & Privilege
No persistence, background work, local file indexing, credential access, privilege escalation, or mutation authority is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-image
  3. After installation, invoke the skill by name or use /search-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the search-image skill, version 1.0.9. - Enables querying the Pixabay image API for photos, illustrations, and vectors. - Returns image URLs and metadata for use in workflows. - Added support for structured input options: query, image type, orientation, pagination, and language. - Provides guidance on keyword usage and handling empty results.
Metadata
Slug search-image
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments