CtrlK
BlogDocsLog inGet started
Tessl Logo

markdown-dot-new

Retrieve the Markdown version of a public web page from a URL using the agent's built-in URL fetch capability and markdown.new. Use when a user asks for page content in Markdown, cleaner extracted page content for LLM use, or URL-to-Markdown conversion.

76

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

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.

The body is concise, actionable, and well-structured, with a clear sequenced workflow, explicit validation checkpoints, and a retry feedback loop. It appropriately avoids over-explaining concepts Claude already knows.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence ('Convert a public web page URL into Markdown by fetching through markdown.new') without explaining Markdown or HTTP fetching; every line is functional.

3 / 3

Actionability

Provides concrete, copy-paste-ready guidance: build 'https://markdown.new/<target-url>', retry with 'method=browser' and 'retain_images=true', plus an executable example URL with parameters.

3 / 3

Workflow Clarity

Clear four-step sequence with explicit validation/stop checkpoints ('If missing or malformed, ask...'; 'report... and stop') and a feedback loop ('Retry with method=browser only when the initial request returns an empty result').

3 / 3

Progressive Disclosure

A simple under-50-line skill with no bundle files and none referenced; the body is cleanly organized into well-labeled sections with no nested references.

3 / 3

Total

12

/

12

Passed

Description

90%

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 clear, complete, and distinct, with explicit 'what' and 'when' guidance and natural trigger terms. Its only weakness is specificity: it names one core action rather than enumerating several concrete capabilities.

DimensionReasoningScore

Specificity

Names a concrete domain and mechanism ('Retrieve the Markdown version of a public web page from a URL using... markdown.new') but states one main action rather than listing multiple specific actions.

2 / 3

Completeness

Explicitly answers both what ('Retrieve the Markdown version... using... markdown.new') and when ('Use when a user asks for... URL-to-Markdown conversion').

3 / 3

Trigger Term Quality

Covers natural phrasings users would say — 'page content in Markdown', 'cleaner extracted page content for LLM use', 'URL-to-Markdown conversion' — with good variation rather than a single keyword.

3 / 3

Distinctiveness Conflict Risk

Tied to a specific service ('markdown.new') with distinct triggers ('URL-to-Markdown conversion'), making it unlikely to trigger for the wrong skill.

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
ceshine/ceshine-agent-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.