defuddle

defuddle is a skill for Claude Code from ManceRayder42/jarvis-os. It costs 0 tokens per session (336 once invoked), scanned A, a copy of defuddle, MIT.

A command-line web-page reader that removes menus, adverts, and other clutter and returns clean Markdown text.

In plain words
What is it for?
It is for reading and analysing ordinary web pages, online documentation, articles, and blog posts from a URL.
Why use it?
It gives a coding agent readable page content with less irrelevant material, which helps it focus on the article or documentation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the jarvis-os plugin — 16 skills, 1 command shipped together

Good fit It is for reading and analysing ordinary web pages, online documentation, articles, and blog posts from a URL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mancerayder42/jarvis-os/defuddle
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 ManceRayder42/jarvis-os --skill defuddle
Clone the repo
git clone --depth 1 https://github.com/ManceRayder42/jarvis-os

Made for: Claude Code.

Or install jarvis-os, the plugin that ships this one along with the rest of its 16 skills, 1 command.

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 defuddle

README.md
[![agentmods](https://agentmods.dev/badge/skills/mancerayder42/jarvis-os/defuddle/github.svg)](https://agentmods.dev/skills/mancerayder42/jarvis-os/defuddle)
Your own site
<a href="https://agentmods.dev/skills/mancerayder42/jarvis-os/defuddle"><img src="https://agentmods.dev/badge/skills/mancerayder42/jarvis-os/defuddle/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 defuddle

Your own site · 80×15
<a href="https://agentmods.dev/skills/mancerayder42/jarvis-os/defuddle"><img src="https://agentmods.dev/badge/skills/mancerayder42/jarvis-os/defuddle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 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.
Origin 88% copy Near-identical to another mod 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.00000 $0.00336
Opus 5 $0.00000 $0.00168
Sonnet 5 $0.00000 $0.00067
Haiku 4.5 $0.00000 $0.00034

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

Security

Grade A, and why

defuddle 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.

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.

Origin

This is a copy

88% identical to defuddle — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/defuddle/SKILL.md · 47 lines

What it actually says


name: defuddle description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

Defuddle

Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.

If not installed: npm install -g defuddle

Usage

Always use --md for markdown output:

defuddle parse <url> --md

Save to file:

defuddle parse <url> --md -o content.md

Extract specific metadata:

defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domain

Output formats

Flag Format
--md Markdown (default choice)
--json JSON with both HTML and markdown
(none) HTML
-p <name> Specific metadata property
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 · 47 lines · 0 tokens per session scan A cf592793b2ca

Subscribe to this mod's changes

defuddle is a skill published in the GitHub repository ManceRayder42/jarvis-os (5 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 336 tokens. A static security scan graded it A with 0 findings. It is 88% identical to defuddle, differing in 5 lines, and is treated as a copy.

Related

Other skills, from other repositories

symfony:e2e-panther-playwright

Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios.

dev-toolings/superpowers-symfony · 31 tokens

playwright-expert

Use when writing or fixing E2E tests in a Playwright project - playwright.config.ts, .spec.ts files under tests/ or e2e/, @playwright/test imports - or right after implementing a frontend/backend change that needs an end-to-end proof. Writes and extends TypeScript E2E suites as the QA gate for feature and bug-fix…

Aarvion-AI/stackwise-skills · 156 tokens

confidence-gate

When you're about to claim success ("fixed", "done", "works", "passing tests") at the end of a turn, verify the claim is backed by actual evidence in this session. presence's Stop hook will flag a success claim that has no recent test/build pass behind it. Be aware of this gate and either run the verification, or…

sara-star-quant/presence · 78 tokens

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

Brainrot-Creations/claude-plugins · 108 tokens

get-domain-cookies

Use when the user asks for Chrome cookies for a domain (especially amctheatres.com Queue-it sessions).

Brainrot-Creations/claude-plugins · 27 tokens

using-socials

Use when the user wants to read feeds, inspect posts, draft or post replies, list personas, or control the browser for X, LinkedIn, Reddit, or YouTube via the Socials extension. Apply whenever Socials MCP tools are relevant to the task.

Brainrot-Creations/claude-plugins · 57 tokens