CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

56

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

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.md
SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a token-efficient overview that clearly externalizes logic to the bundled script and documents the I/O contract with validation, but it lacks in-body executable examples and an explicit pointer to the script file.

Suggestions

Add a short invocation/example line or a one-level-deep link to scripts/image_download.py so the body explicitly signals the bundle file.

Include brief error-recovery guidance for the IMAGE_DOWNLOAD_INCOMPLETE case (e.g., retry with alternate URLs or report unfilled slots to the caller).

Optionally show a minimal stdin payload example to make the I/O contract copy-paste ready.

DimensionReasoningScore

Conciseness

The ~9-line body is lean and assumes Claude's competence, stating only the I/O contract and behavior without padding or explaining concepts Claude already knows.

5 / 5

Actionability

It concretely documents the I/O contract (stdin media slots/search output, IMAGE_READY/IMAGE_DOWNLOAD_INCOMPLETE records, MIME/magic validation), but provides no executable code or commands in the body itself.

3 / 5

Workflow Clarity

The receive → download → validate → save → emit sequence is clear with a validation checkpoint (MIME/magic bytes) and an incompleteness signal, though error-recovery guidance for the incomplete case is absent.

4 / 5

Progressive Disclosure

The substantive logic is correctly externalized to scripts/image_download.py (referenced via the frontmatter entrypoint) and the body is a concise overview, but the body itself does not explicitly signal or link to the bundle script.

4 / 5

Total

16

/

20

Passed

Description

57%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and clearly niche-scoped, but it lacks an explicit 'Use when...' trigger clause and leans on technical jargon, which limits trigger quality and completeness.

Suggestions

Add an explicit 'Use when...' trigger clause (e.g., 'Use when AwesomeWebpageMetaSkill needs to materialize candidate image URLs into the project tree').

Replace or supplement jargon like 'skill_exec' and 'sandboxed shell curl' with natural user-facing terms such as 'download images' and 'save images locally'.

Expand the action list beyond fetch-and-save (e.g., validate, deduplicate, report unfilled slots) to raise specificity.

DimensionReasoningScore

Specificity

Names the domain (image downloading) and concrete actions ('fetch candidate image URLs into the configured local project tree'), but coverage is limited to fetch-and-save rather than a comprehensive action list.

3 / 5

Completeness

The 'what' is clear (deterministic image downloader fetching URLs into a local tree), but the 'when' is only weakly implied via 'Use as skill_exec' rather than an explicit 'Use when...' trigger clause, capping completeness at 3.

3 / 5

Trigger Term Quality

Contains some natural terms ('image downloader', 'image URLs') but mixes in technical jargon ('skill_exec', 'sandboxed shell curl') and misses common synonyms or file extensions.

3 / 5

Distinctiveness Conflict Risk

Tied to a specific niche ('AwesomeWebpageMetaSkill search results') with distinct triggers, giving it minimal overlap risk with other skills.

5 / 5

Total

14

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
TokenRhythm/opensquilla
Reviewed

Table of Contents

Is this your skill?

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.