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.
56
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./src/opensquilla/skills/bundled/awesome-webpage-image-download/SKILL.mdInternal 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.
94ac35e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.