md-fetch-summarize

md-fetch-summarize is a skill for Claude Code from chaitanyagiri/munder-difflin. It costs 93 tokens per session (279 once invoked), scanned A, original, MIT.

A tool that retrieves a web page from a URL and returns a short Markdown summary of its contents. It does not write files.

In plain words
What is it for?
Use it to summarise a pasted URL, understand what a page says, or extract its content for a task.
Why use it?
It saves you from reading an entire page when you only need its main points.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to summarise a pasted URL, understand what a page says, or extract its content for a task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chaitanyagiri/munder-difflin/md-fetch-summarize
About the project

Munder Difflin is a local multi-agent harness that turns terminal coding CLIs into a coordinated team of agents running on a user's machine. It is for people who want several supported coding agents to communicate, delegate work, retain memory, and operate through a shared office-style interface. The catalogue skills provide workflows for using and coordinating those agents.

chaitanyagiri/munder-difflin · 6,595 stars · on GitHub · munderdiffl.in

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 chaitanyagiri/munder-difflin --skill md-fetch-summarize
Clone the repo
git clone --depth 1 https://github.com/chaitanyagiri/munder-difflin

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 md-fetch-summarize

README.md
[![agentmods](https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/md-fetch-summarize/github.svg)](https://agentmods.dev/skills/chaitanyagiri/munder-difflin/md-fetch-summarize)
Your own site
<a href="https://agentmods.dev/skills/chaitanyagiri/munder-difflin/md-fetch-summarize"><img src="https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/md-fetch-summarize/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 md-fetch-summarize

Your own site · 80×15
<a href="https://agentmods.dev/skills/chaitanyagiri/munder-difflin/md-fetch-summarize"><img src="https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/md-fetch-summarize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00093 $0.00279
Opus 5 $0.00046 $0.00139
Sonnet 5 $0.00019 $0.00056
Haiku 4.5 $0.00009 $0.00028

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

Security

Grade A, and why

md-fetch-summarize scanned grade A with 1 finding 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.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. Fetch the page with `WebFetch` (or `Bash` with `curl -sL <url> | head -200` as a fallback).
resources/skills/md-fetch-summarize/SKILL.md · 29 lines

What it actually says

Fetch & Summarize

Given a URL, fetch its content and return a concise markdown summary.

Steps:

  1. Fetch the page with WebFetch (or Bash with curl -sL <url> | head -200 as a fallback).
  2. Extract the main content — ignore nav, footer, ads, and boilerplate.
  3. Return a structured summary with:
    • Title (the page's <title> or heading)
    • One-paragraph overview of what the page is about
    • Key points as a bullet list (max 5)
    • Source — the URL fetched

Do not save or write the fetched content anywhere. Return the summary directly.

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 · 29 lines · 93 tokens per session scan A 7acbda2b0e74

Subscribe to this mod's changes

md-fetch-summarize is a skill published in the GitHub repository chaitanyagiri/munder-difflin (6,595 stars, last pushed today), licensed MIT. It adds 93 tokens to every session and 279 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

orient

At end-of-session, dispatches a read-only sub-agent to survey recent work and drafts a vaguely-specific priming prompt the next session can paste to orient itself and plan its next sprint. Produces orientation, not prescription — candidate directions are framed as questions, not decisions.

griffinwork40/agent-afk · 57 tokens

document-knowledge-base

Create and update a folder/file knowledge base using agentic discovery. Covers KB bootstrap, single entry creation, and entry updates. Use this when asked to document a system, subsystem, concept, or domain — or when existing KB entries need refreshing.

usefulmove/enso · 54 tokens

enso-reference

Show the enso system overview, skill directory, workflow, and live project status. Use when an agent or user needs a quick orientation to the current enso project's state, commands, and conventions.

usefulmove/enso · 43 tokens

enso-session-persist

Persist only the session state that improves future re-entry, coordination, or reuse.

usefulmove/enso · 21 tokens

read-session-logs

Display recent enso session logs and show a summary of active stories. Use when reviewing past sessions, auditing project history, or getting oriented on session continuity. Read-only — no files are modified.

usefulmove/enso · 44 tokens