CtrlK
BlogDocsLog inGet started
Tessl Logo

reddit-fetch

Fetch content from Reddit via its JSON API using a browser session (DuckDuckGo-hop unlock). Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.

80

Quality

100%

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

100%

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

Highly actionable single-file skill: executable code throughout, a clearly sequenced unlock-then-fetch workflow with real error-recovery checkpoints, and lean prose that only adds what Claude would not already know. Structure is clean and appropriate for a self-contained skill.

DimensionReasoningScore

Conciseness

Lean and token-efficient; assumes Claude knows how Playwright/curl/jq work and gives only the non-obvious gotchas (the DDG-hop unlock, the rut token, rate-limit backoff) plus minimal executable snippets — every token earns its place.

3 / 3

Actionability

Fully executable JS snippets, exact curl/jq commands with flags, and concrete URLs with query params — copy-paste ready guidance rather than abstract direction.

3 / 3

Workflow Clarity

Clear two-step sequence (DDG hop then .json) with explicit validation feedback loops: try/catch returning the challenge-page snippet on failure, and 're-do the DDG hop' recovery instructions for lapsed cookies and rate-limit states.

3 / 3

Progressive Disclosure

A single-file, single-purpose skill well under the bundle threshold, organized into clear sections (Primary method, JSON shapes, Fallbacks, Rate limiting); no bundle files exist and no references are signaled, which is appropriate for this scope.

3 / 3

Total

12

/

12

Passed

Description

100%

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

A strong description: concrete actions, explicit 'Use when...' triggers covering natural Reddit-related phrasing, and a distinctive niche tied to the 403/blocked failure mode. Uses correct third-person voice throughout.

DimensionReasoningScore

Specificity

Lists concrete actions ('Fetch content from Reddit', 'via its JSON API', 'using a browser session') plus a named technique ('DuckDuckGo-hop unlock'), matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers what ('Fetch content from Reddit via its JSON API...') and when ('Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors') with an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural user phrasing — 'Reddit URLs', 'researching topics on Reddit', 'Reddit returns 403/blocked errors' — the terms a user would actually say, giving good coverage of natural variations.

3 / 3

Distinctiveness Conflict Risk

The DuckDuckGo-hop unlock and Reddit-403/error triggers carve a clear niche unlikely to fire for other skills; highly specific to Reddit access.

3 / 3

Total

12

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
ykdojo/claude-code-tips
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.