bing图片批量下载skill

v2.0.1

当用户需要按关键词批量下载图片、从 Bing 或多个图片来源收集候选、保存图片到本地目录、避免重复下载,或希望复用当前仓库里的现成图片下载流程时使用。遇到类似“帮我按关键词下载 10 张图片”“批量抓取 Bing 图片并保存到本地”“从多个来源收集图片候选再下载”“需要下载摘要和保存目录”这类请求时,应主动使用这...

1· 107·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (batch download from Bing / multiple sources) matches the code and SKILL.md: the repo contains a CLI script, a Bing source and a Demo source, storage/indexing, and reporting. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions are narrowly focused on running the included script (using uv or python3), collecting/download reporting, and optionally sending images via the OpenClaw CLI to Feishu from cron. This is consistent with the skill purpose, but the SKILL.md also documents an automated send-to-Feishu workflow (openclaw message send) which will transmit downloaded images externally — users should be aware of that external transmission step and ensure proper authorization/configuration before enabling automation.
Install Mechanism
No install spec; this is an instruction + code bundle only. No remote downloads or unexpected installer URLs were used. All code is present in the repo (sources, storage, scripts, tests).
Credentials
The skill declares no required env vars or credentials, and the runtime behavior (HTTP requests to Bing/demo sources, writing to downloads/, and optionally invoking openclaw CLI) aligns with that. One minor mismatch to be aware of: the SKILL.md shows sending files to Feishu via the openclaw CLI, which typically requires the agent to have configured credentials or tokens — those are not declared by the skill (but may be provided by the host agent).
Persistence & Privilege
always:false and no special privileges requested. The skill writes its own output under downloads/<keyword>/ and maintains an index/metadata there; it does not request to modify other skills or global agent configuration. Cron/automation guidance is advisory, not automatic.
Assessment
This skill appears to do what it claims: run the included script to scrape image URLs (Bing + demo), download images to downloads/<keyword>/, keep an index to avoid duplicates, and optionally send images via the OpenClaw CLI. Before installing or enabling automation: 1) Confirm you trust the repository and review the scripts (they perform HTTP GETs and write files). 2) Be aware scraping Bing may be fragile and could violate terms of service depending on your usage—use responsibly. 3) If you plan to use the 'openclaw message send' / cron workflow, ensure the host agent has correct OpenClaw/Feishu credentials and you consent to automatic uploading of images. 4) Check for copyrighted content and legal constraints for storing/transmitting images. 5) Run the bundled tests or a small manual run (demo source) in a controlled environment before scheduling automated runs.

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

2026.4.11vk9719jzagkd9srq2k31y95mezs84jtef2026.4.13vk9734vn9s5qzxr14cftac6cp0d84sdmv2026.4.8vk9724jq0b6sejy15j27ny77qah84cg42latestvk9734vn9s5qzxr14cftac6cp0d84sdmv

License

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

Comments