CtrlK
BlogDocsLog inGet started
Tessl Logo

baoyu-url-to-markdown

Fetch any URL and convert to markdown using Chrome CDP. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown.

71

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is baoyu-url-to-markdown in jimliu/baoyu-skills

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The content is lean, executable, and well-structured with real one-level script references, scoring high on conciseness, actionability, and progressive disclosure. The only gap is workflow clarity, where the wait-mode flow lacks an explicit capture-success validation checkpoint.

Suggestions

Add an explicit validation step after capture (e.g., confirm the markdown file was written and is non-empty) with a retry path on failure.

Document the expected exit codes or error signals from main.ts so failed fetches can be detected programmatically.

DimensionReasoningScore

Conciseness

The body is lean — tables, short bash snippets, and bullet points — and does not explain concepts Claude already knows (e.g., what Chrome CDP is), so every token earns its place.

3 / 3

Actionability

Provides fully executable commands like 'npx -y bun ${SKILL_DIR}/scripts/main.ts <url> --wait', a clear options table, environment variables, and troubleshooting — copy-paste ready with the ${SKILL_DIR} placeholder resolved by explicit instructions.

3 / 3

Workflow Clarity

The wait-mode workflow is sequenced (run, 'Press Enter when ready', confirm with user, send newline), but there is no explicit validation checkpoint confirming a successful capture or an error-recovery loop beyond a one-line troubleshooting note.

2 / 3

Progressive Disclosure

Scripts live in scripts/ (verified real files: main.ts, cdp.ts, html-to-markdown.ts, constants.ts, paths.ts) and are surfaced through a one-level reference table, with the body organized into well-signaled sections.

3 / 3

Total

11

/

12

Passed

Description

85%

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, action-oriented, and includes an explicit use-when clause, giving it strong completeness and distinctiveness. Its only weak spot is trigger-term coverage, which lacks common user phrasings beyond 'webpage/markdown'.

Suggestions

Broaden trigger terms to cover variations users actually say, e.g. 'web page', 'HTML to markdown', or 'scrape a page'.

Consider mentioning output formats or batch use cases only if relevant, to sharpen the when-to-use signal further.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Fetch any URL and convert to markdown using Chrome CDP' and two explicit capture modes ('auto-capture on page load, or wait for user signal') — matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Explicitly states what it does (fetch URL, convert to markdown, two capture modes) and gives an explicit trigger ('Use when user wants to save a webpage as markdown'), answering both what and when.

3 / 3

Trigger Term Quality

Includes natural terms like 'URL', 'markdown', and 'save a webpage as markdown', but misses common variations such as 'web page', 'HTML to markdown', or 'scrape', so coverage is partial.

2 / 3

Distinctiveness Conflict Risk

The Chrome CDP plus login-page wait-mode niche is clearly distinguishable and unlikely to trigger for unrelated skills.

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
anbeime/skill
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.