← 返回 Skills 市场
Smart Image Finder
作者
justinbao19
· GitHub ↗
· v1.0.4
· MIT-0
106
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install smart-image-finder
功能描述
Smart image search and download tool for AI agents. Three methods: news website extraction, Brave image search, AI generation. Use cases: article illustratio...
安全使用建议
Things to consider before installing:
- Transparency: SKILL.md shows using a BRAVE_API_KEY for the Brave image-search examples, but the registry metadata does not declare this required env var — ask the publisher to add BRAVE_API_KEY to requires.env so it’s explicit.
- Network & secrets: the skill performs arbitrary HTTP requests (curl) and will download remote files. Only provide the Brave API key if you trust the skill and the agent environment; do not reuse high-privilege credentials.
- Legal/copyright: the skill scrapes news sites and downloads images. Confirm you have the right to use downloaded images for your intended purpose.
- Operational: the scripts require curl, grep, jq, file, and optionally ImageMagick (identify). Ensure those tools are available in the agent runtime.
- If you need higher assurance: ask for the publisher contact or source repo, request that required env vars be declared, and review any agent logs for unexpected outbound requests when the skill runs.
Given the single clear incoherence (undeclared BRAVE_API_KEY) and otherwise straightforward scripts, the skill may be legitimate but warrants caution and clarification before trusting with credentials or production use.
功能分析
Type: OpenClaw Skill
Name: smart-image-finder
Version: 1.0.4
The smart-image-finder skill is a legitimate tool designed to help AI agents locate and download images using CLI-based methods such as news site scraping, the Brave Search API, and AI generation services (Pollinations). The provided bash scripts (download.sh and verify.sh) use standard utilities like curl, grep, and file to handle image acquisition and validation safely with proper variable quoting. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the SKILL.md or script files.
能力评估
Purpose & Capability
The name/description (image search/download via news extraction, Brave search, AI generation) align with the included README, SKILL.md examples, and two shell scripts. The provided patterns and download/verify workflows are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to fetch arbitrary webpages and call external image APIs (Brave, Pollinations) and to download files via curl. Those actions are within the skill's scope, but the docs explicitly show using an environment variable BRAVE_API_KEY (and rely on CLI tools like jq/file/identify) even though no env var is declared in the registry metadata. The instructions also suggest scraping many news sites directly; while functional, that can hit sites requiring JS/cookie/signatures (which the docs acknowledge) and may have legal/copyright implications.
Install Mechanism
No install spec; the skill is instruction-only plus two small shell scripts. There are no downloads from untrusted URLs or package installs. The scripts are plain Bash using curl/file/jq/identify — low install risk.
Credentials
Registry metadata lists no required environment variables, but SKILL.md and README examples use BRAVE_API_KEY for Brave image search. This mismatch is an incoherence: if users intend to use the Brave method they must provide a secret not declared by the skill. No other secrets are requested, which is proportionate to purpose, but the missing declaration reduces transparency.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or system-wide configuration changes. It merely runs CLI commands and downloads images; autonomous invocation is allowed by default (platform normal) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-image-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-image-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Add Brave API rate limiting guidance (sleep between batch requests)
v1.0.3
Add bilingual README (English + Chinese), SKILL.md remains English only
v1.0.2
Add no-browser CLI workflow with curl+grep extraction patterns
v1.0.1
Convert all content to English
v1.0.0
Initial release
元数据
常见问题
Smart Image Finder 是什么?
Smart image search and download tool for AI agents. Three methods: news website extraction, Brave image search, AI generation. Use cases: article illustratio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Smart Image Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-image-finder」即可一键安装,无需额外配置。
Smart Image Finder 是免费的吗?
是的,Smart Image Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart Image Finder 支持哪些平台?
Smart Image Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Image Finder?
由 justinbao19(@justinbao19)开发并维护,当前版本 v1.0.4。
推荐 Skills