CtrlK
BlogDocsLog inGet started
Tessl Logo

web-reader

Read web pages, articles, and document links by converting URLs into Markdown text. Use the `read_url` tool directly, without bash.

68

Quality

83%

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

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The content is actionable and well-structured for a simple single-tool skill, with executable examples and sensible edge-case notes; the only weakness is mild redundancy in the repeated usage examples.

Suggestions

Condense the "Common Usage" section into a compact list of representative URLs rather than three near-identical code blocks.

Optionally note SPA/dynamic-rendering handling more concretely (e.g., when skeleton HTML is returned, retry with a different source or the bash+requests fallback).

DimensionReasoningScore

Conciseness

The body is mostly lean and avoids over-explaining, but the "Common Usage" section repeats near-identical `read_url(url=...)` invocations three times, which could be tightened without losing clarity.

2 / 3

Actionability

It gives a concrete, copy-paste-ready invocation `read_url(url="https://...")`, the exact JSON return shape, and specific fallback guidance, all executable.

3 / 3

Workflow Clarity

This is a simple single-task skill whose single action (call `read_url`) is unambiguous, with a noted fallback for HTTP 451; per the simple-skills note this can score 3.

3 / 3

Progressive Disclosure

The skill is under 50 lines with no external references needed and is organized into clear sections (Purpose, Usage, Notes, Common Usage), satisfying the simple-skills progressive-disclosure criterion.

3 / 3

Total

11

/

12

Passed

Description

82%

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 concrete and uses natural trigger terms with a clear niche, but it omits explicit "Use when..." trigger guidance, leaving the "when to use" half implied rather than stated.

Suggestions

Add an explicit "Use when..." clause, e.g. "Use when the user asks to read a web page, article, or document link, or convert a URL to Markdown."

Reinforce the trigger terms by including common variations such as "fetch a URL", "scrape a page", or "read this link".

DimensionReasoningScore

Specificity

"Converts any URL into clean Markdown text" and "Read web pages, articles, and document links" name concrete actions (read/convert) applied to multiple specific input types rather than vague language.

3 / 3

Completeness

It clearly answers what (convert URLs to Markdown) but lacks an explicit "Use when..." trigger; "Use the `read_url` tool directly, without bash" addresses how, not when, capping completeness at 2 per the guideline.

2 / 3

Trigger Term Quality

Natural terms users would say are well covered: "web pages", "articles", "document links", and "URLs" are all phrasings a user would naturally use when needing this skill.

3 / 3

Distinctiveness Conflict Risk

The URL-to-Markdown reading niche tied to the `read_url` tool is distinct and unlikely to trigger for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
charliedream1/ai_quant_trade
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.