Agent skill

awesome-webpage-image-download

Deterministic image downloader for AwesomeWebpageMetaSkill search results. Use as skill_exec to fetch candidate image URLs into the configured local project tree without sandboxed shell curl.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeships scriptsApache-2.0
Install
npx skills add opensquilla/opensquilla --skill awesome-webpage-image-download --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: yes
Path: src/opensquilla/skills/bundled/awesome-webpage-image-download/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AwesomeWebpage Image Download Internal deterministic downloader used by `AwesomeWebpageMetaSkill` after the bounded web-search step has produced candidate image URLs. It receives normalized media slots and search output on stdin, downloads direct image URLs with Python HTTP APIs, validates the response MIME/magic bytes, saves files by `slot_id`, and emits `IMAGE_READY:` records plus `IMAGE_DOWNLOAD_INCOMPLETE:` when any requested image slot remains unfilled.

What's inside
Ships with 1 file
  • scripts/image_download.py
More from opensquilla
All skills →
About this skill
What does the awesome-webpage-image-download skill do?

Deterministic image downloader for AwesomeWebpageMetaSkill search results. Use as skill_exec to fetch candidate image URLs into the configured local project tree without sandboxed shell curl.

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill awesome-webpage-image-download --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going