Smart Image Search

v0.1.0

Search images from text queries and return the most relevant image result, candidate images, source pages, or ready-to-open search links. Use when the user a...

0· 323·0 current·0 all-time
bymumu@mumu-0922
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and docs: multiple-engine scraping, ranking, quality checks, and optional downloading. Required resources (none) are appropriate for an instruction + script bundle.
Instruction Scope
SKILL.md and scripts explicitly instruct the agent to search multiple engines, rank results, and download/send images. This is within scope, but the skill will write downloaded images to a local path and expects the agent to attach/send files—users should be aware that the agent will fetch external URLs and save files locally.
Install Mechanism
No install step and no external packages or downloads are requested. All behavior is in plain Python scripts (no download-from-URL installers), which is low-risk for installation.
Credentials
The skill requires no environment variables or credentials. However, it uses a hard-coded output directory (/home/mumu/clawd/tmp/search-image) which assumes a particular filesystem layout and will create files there; this is plausible for the stated purpose but worth noting.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or modify other skills. It runs when invoked and writes only to its own hard-coded directory.
Assessment
This skill scrapes Bing, Baidu, and Sogou, ranks results, and downloads selected images to a local directory (/home/mumu/clawd/tmp/search-image). Before installing, consider: (1) privacy and data policy—downloads come from arbitrary external URLs and could contain inappropriate content or copyrighted material; (2) disk usage and filesystem access—the scripts create files in a hard-coded path (adjust or sandbox that path if needed); (3) network usage—scraping may trigger service blocks (the code already handles Baidu verification); (4) trust and licensing—ensure you are comfortable with the agent fetching and sending remote images. If you need stricter boundaries, require the skill not to auto-download (only return links) or change the output path to a safer, configurable location.

Like a lobster shell, security has layers — review code before you run it.

latestvk97em67b6g8jmd91nxqwd1yr3s836znj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments