← 返回 Skills 市场
dlazyai

Search Image

作者 dlazy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install search-image
功能描述
Image search tool: queries Pixabay image API for photos, illustrations, and vectors, returning URLs and metadata for use in the current workflow.
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install search-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /search-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug search-image
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Search Image 是什么?

Image search tool: queries Pixabay image API for photos, illustrations, and vectors, returning URLs and metadata for use in the current workflow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Search Image?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-image」即可一键安装,无需额外配置。

Search Image 是免费的吗?

是的,Search Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Search Image 支持哪些平台?

Search Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Search Image?

由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.0。

💬 留言讨论