mk:web-to-markdown

mk:web-to-markdown is a skill for Claude Code from ngocsangyem/MeowKit. It costs 62 tokens per session (1,569 once invoked), scanned A, original, MIT.

A tool for fetching an external web page and returning a cleaned-up Markdown version, which is plain text with simple formatting.

In plain words
What is it for?
It helps read blogs, standards documents, GitHub issues, and vendor documentation supplied as URLs.
Why use it?
It removes page layout and unnecessary markup so an agent can work with the page's content more directly.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

Good fit It helps read blogs, standards documents, GitHub issues, and vendor documentation supplied as URLs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/web-to-markdown
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ngocsangyem/MeowKit --skill web-to-markdown
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mk:web-to-markdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/web-to-markdown/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/web-to-markdown)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/web-to-markdown"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/web-to-markdown/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mk:web-to-markdown

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/web-to-markdown"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/web-to-markdown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,569 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 7 Sept 2026 📄 Read the review
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.01569
Opus 5 $0.00031 $0.00785
Sonnet 5 $0.00012 $0.00314
Haiku 4.5 $0.00006 $0.00157

Measured 9d ago against content hash bd7128005018, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mk:web-to-markdown scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/fetch_as_markdown.py, scripts/html_to_markdown.py, scripts/http_fetch.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/web-to-markdown/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mk:web-to-markdown

Fetch arbitrary URLs and return clean markdown with injection defense.

When to use

  • User provides a URL in chat: "summarize https://example.com/blog" → skill fires automatically
  • Agent needs an arbitrary external page that is NOT in curated docs (use mk:docs-finder for libraries/frameworks)
  • External references during research, intake, investigation, or planning — with the --wtm-accept-risk delegation gate

When NOT to use

  • Library or framework documentation → use mk:docs-finder (Context7, Context Hub, WebSearch)
  • Interactive browser testing → use mk:agent-browser
  • Playwright test automation → use mk:playwright-cli
  • Fetching sensitive/internal URLs → use the host runtime's built-in WebFetch tool (proxied by the runtime vendor)

Invocation patterns

1. Direct user invocation (no flag)

User: "fetch https://docs.example.com/api and explain the auth flow"
Agent: [invokes mk:web-to-markdown directly]

2. Cross-skill delegation (requires --wtm-accept-risk)

Read the full file on GitHub · 137 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 137 lines · 62 tokens per session scan E bd7128005018

Subscribe to this mod's changes

mk:web-to-markdown is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 1,569 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories