CtrlK
BlogDocsLog inGet started
Tessl Logo

web-scraping-olostep

Web scraping, crawling, and AI-powered answer extraction at scale

49

Quality

55%

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 ./skills/research-tools/capabilities/web-scraping-olostep/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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 thorough, well-organized API reference with per-endpoint curl examples, but it is a monolithic inline dump with redundant sections, malformed examples, and no explicit workflow sequencing or validation for crawl/batch operations.

Suggestions

Add explicit workflow sequencing for crawl and batch flows (Start -> poll Crawl/Batch Info -> list Pages/Items -> Retrieve Content) with validation checkpoints, since batch operations cap workflow clarity at 2 without feedback loops.

Fix the broken JSON in the Start Crawl and Start Batch curl examples and add the missing -d bodies to the read endpoints so every example is copy-paste executable.

Move the full per-endpoint parameter reference into a separate REFERENCE.md and keep SKILL.md a lean overview to reduce the monolith and improve progressive disclosure.

DimensionReasoningScore

Conciseness

Mostly efficient parameter/curl reference, but the Capabilities list duplicates the Usage section headers and the marketing line "Powerful web scraping, crawling, and AI-powered content extraction." is unnecessary padding.

2 / 3

Actionability

Concrete curl examples are provided for every endpoint, but the Start Crawl and Start Batch examples have broken JSON bodies and several read endpoints omit the -d body entirely, so they are not fully copy-paste executable.

2 / 3

Workflow Clarity

Endpoints are documented individually but the crawl/batch flows (start -> poll status -> retrieve) are not explicitly sequenced, and batch operations lack validation/feedback checkpoints, capping this at 2.

2 / 3

Progressive Disclosure

The ~240-line body is well sectioned but is a monolithic inline API reference that could live in a separate file; no bundle reference files exist, matching the "content that should be separate is inline" anchor.

2 / 3

Total

8

/

12

Passed

Description

60%

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 concise, third-person, and names concrete capabilities, but lacks an explicit use-when trigger clause and broader natural trigger terms. It is solid but generic enough to risk overlap with similar skills.

Suggestions

Add an explicit "Use when..." clause naming scenarios (scraping a single page, crawling an entire site, batch-scraping URLs, getting AI answers from the web) to raise completeness above 2.

Broaden trigger terms to common user phrasings like "scrape a webpage", "crawl a site", or "extract data from URLs" rather than only "scraping/crawling".

Sharpen distinctiveness by referencing the at-scale/batch and AI-answer angle to differentiate from generic fetch tools.

DimensionReasoningScore

Specificity

Lists three concrete actions in the domain — "Web scraping, crawling, and AI-powered answer extraction" — matching the multiple-specific-actions anchor.

3 / 3

Completeness

It states what the skill does but has no "Use when..." trigger clause, so per the guidelines completeness is capped at 2 with the "when" only implied.

2 / 3

Trigger Term Quality

"Web scraping" and "crawling" are natural terms users would say, but common variations like "scrape a webpage", "extract data from a URL", or "spider a site" are missing.

2 / 3

Distinctiveness Conflict Risk

The scraping/crawling niche is fairly specific but the generic terms could overlap with other web-fetch or data-collection skills, so it is not yet a clearly conflict-free niche.

2 / 3

Total

9

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 1 missing, 1 suspicious

Warning

Total

14

/

16

Passed

Repository
gooseworks-ai/goose-skills
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.