CtrlK
BlogDocsLog inGet started
Tessl Logo

wigolo-crawl

Local-first multi-page crawl with sitemap, BFS, DFS, and URL-map strategies, anchor-fragment dedup, rate limiting, robots.txt respect, and automatic local cache population. Use when the user wants to index documentation, crawl a docs site, extract all pages under a path, or says "crawl", "index this site", "get all the docs", "bulk extract". Prefer when crawled pages should land in a reusable local cache for later `cache` / `find_similar` queries.

75

Quality

93%

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

87%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 lean, well-structured, and actionable with copy-paste examples and a tight parameter reference. Its main gap is the absence of an explicit post-crawl validation checkpoint for what is a batch-fetch operation, which caps workflow clarity.

Suggestions

Add a short verification step after crawling, e.g. 'After crawling, run cache({ query: "<seed topic>" }) to confirm pages landed; if few results, re-run with a broader include_patterns or strategy: sitemap'.

In the Quick Reference, note that strategy: 'sitemap' should be retried with strategy: 'bfs' when the sitemap is missing or sparse, giving an explicit error-recovery branch.

Clarify the relationship between max_pages and max_total_chars so the operator knows which cap will bind first when both are set.

DimensionReasoningScore

Conciseness

Lean throughout: a compact parameters table, terse JSON examples, and no padding explaining what crawling, robots.txt, or embeddings are — every section assumes Claude's competence.

5 / 5

Actionability

Quick Reference gives copy-paste-ready JSON for the common cases (sitemap, scoped BFS, URL-map, auth) and the Parameters table pairs each field with a 'When to use' note, covering the typical invocation surface.

5 / 5

Workflow Clarity

The sequence (pick strategy → set scope params → crawl → use cache/find_similar) is present, but this batch operation has no explicit validation/verification checkpoint (e.g. confirm pages cached, verify count vs max_pages), and the rubric caps batch-operation workflow clarity at 3 without one.

3 / 5

Progressive Disclosure

No bundle files exist, and the single-file body is well-organized with clearly labeled sections and one-level-deep 'See Also' links to sibling skills — no nested or buried references, easy to navigate.

5 / 5

Total

18

/

20

Passed

Description

100%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 exemplary: it concisely states concrete capabilities, names multiple natural user trigger phrases with synonyms, and cleanly separates what the skill does from when to use it. Conflict risk with sibling fetch/cache skills is actively managed.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and strategies — 'sitemap, BFS, DFS, and URL-map strategies, anchor-fragment dedup, rate limiting, robots.txt respect, and automatic local cache population' — giving comprehensive coverage rather than vague language.

5 / 5

Completeness

Explicitly answers both 'what' (multi-page crawl with named strategies and features) and 'when' ('Use when the user wants to...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases with synonyms — 'index documentation', 'crawl a docs site', 'extract all pages under a path', plus quoted user utterances 'crawl', 'index this site', 'get all the docs', 'bulk extract'.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (multi-page crawl) distinct from sibling skills, with crawl/index/bulk-extract triggers that would not fire for single-page fetch or cache-query tasks; the 'Prefer when...' cache clause further disambiguates from wigolo-cache.

5 / 5

Total

20

/

20

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

relative_links

Relative link issues: 3 suspicious

Warning

Total

15

/

16

Passed

Repository
KnockOutEZ/wigolo
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.