Agent Plugins Marketplace
All plugins

defuddle

v0.1.0

Web-Seiten zu sauberem Markdown konvertieren via Defuddle CLI — token-effizienter als WebFetch

CodexClaude Code

By Sebastian RädleLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add defuddle@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/muhackel/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/defuddle/.

Plugin files

plugins/defuddle/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/defuddle/.codex-plugin/plugin.json
{
  "name": "defuddle",
  "version": "0.1.0",
  "description": "Web-Seiten zu sauberem Markdown konvertieren via Defuddle CLI — token-effizienter als WebFetch",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "repository": "https://github.com/muhackel/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "web",
    "markdown",
    "scraping",
    "defuddle"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Defuddle",
    "shortDescription": "Web-Seiten per Defuddle CLI zu sauberem Markdown extrahieren",
    "longDescription": "Defuddle wandelt Web-Seiten über die Defuddle CLI in sauberes Markdown um und entfernt dabei Navigation, Werbung und sonstigen Ballast. Dadurch ist die Extraktion deutlich token-effizienter als WebFetch — ideal für Online-Dokumentation, Artikel und Blogposts.",
    "developerName": "Sebastian Rädle",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "Lies diese URL und gib mir den Inhalt als sauberes Markdown zurück.",
    "screenshots": []
  }
}
plugins/defuddle/.claude-plugin/plugin.json
{
  "name": "defuddle",
  "description": "Web-Seiten zu sauberem Markdown konvertieren via Defuddle CLI — token-effizienter als WebFetch",
  "version": "0.1.0",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "web",
    "markdown",
    "scraping",
    "defuddle"
  ],
  "skills": "./skills",
  "commands": "./commands"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[defuddle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/defuddle)