Fetches web content with intelligent content extraction, converting HTML to clean markdown. Use for documentation, articles, and reference pages http/https URLs.
82
81%
Does it follow best practices?
Impact
74%
24.66xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Quality
Discovery
75%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 functional and covers both what the skill does and when to use it, with a reasonably distinct niche. However, it could benefit from more specific concrete actions and broader trigger term coverage to capture natural user language like 'scrape', 'read webpage', or 'open link'. There's also a minor grammatical issue ('reference pages http/https URLs' reads awkwardly).
Suggestions
Add more natural trigger terms users would say, such as 'scrape', 'read webpage', 'open link', 'browse URL', 'website content'
List more specific concrete actions beyond fetch and convert, e.g., 'extracts article text, retrieves documentation pages, downloads and cleans web content'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (web content fetching) and some actions (content extraction, converting HTML to markdown), but doesn't list multiple distinct concrete actions beyond fetch and convert. | 2 / 3 |
Completeness | Clearly answers both what ('Fetches web content with intelligent content extraction, converting HTML to clean markdown') and when ('Use for documentation, articles, and reference pages http/https URLs'), with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes some relevant keywords like 'web content', 'HTML', 'markdown', 'documentation', 'articles', 'http/https URLs', but misses common user terms like 'fetch URL', 'scrape', 'read webpage', 'browse', 'website', or 'link'. | 2 / 3 |
Distinctiveness Conflict Risk | The combination of web fetching, HTML-to-markdown conversion, and URL-based triggers creates a clear niche that is unlikely to conflict with other skills like general document processing or code generation. | 3 / 3 |
Total | 10 / 12 Passed |
Implementation
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill that efficiently provides actionable, copy-paste ready commands for web content fetching with intelligent content extraction. Its strengths are conciseness, concrete examples with site-specific selectors, and good progressive structure from simple to complex use cases. The main weakness is that the selector discovery workflow could benefit from a more explicit validate-and-iterate loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. No unnecessary explanations of what curl or HTML is. Every section provides direct, actionable information without padding. The comparison table and site patterns table are compact ways to convey useful information. | 3 / 3 |
Actionability | Fully executable bash commands throughout, with specific CSS selectors for known sites, a concrete fallback approach, and copy-paste ready commands for discovering selectors on unknown sites. The setup instructions are also concrete. | 3 / 3 |
Workflow Clarity | The skill presents a clear hierarchy (known sites → unknown sites → finding selectors), but the workflow for discovering and validating selectors on unknown sites lacks an explicit feedback loop. The troubleshooting section helps but there's no structured 'try → validate → adjust' sequence for the selector discovery process. | 2 / 3 |
Progressive Disclosure | Well-organized with clear sections progressing from quick usage to universal fallback to advanced selector discovery. References the external Bun script appropriately without deeply nesting. The content is appropriately sized for a single SKILL.md without needing additional files. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
f772de4
Table of Contents
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.