{
  "markdown": "# defuddle-skill\n\nA [Claude Code](https://claude.ai/claude-code) skill that wraps [defuddle](https://github.com/kepano/defuddle) — extract clean article content from web pages, removing ads, sidebars, and clutter.\n\n## Install\n\n### Option 1: npx (recommended)\n\n```bash\nnpx defuddle-skill\n```\n\nThis will:\n1. Install `defuddle` CLI globally (if not already installed)\n2. Copy the skill to `~/.claude/skills/defuddle/`\n\n### Option 2: Vercel Skills CLI\n\n```bash\nnpx skills add joeseesun/defuddle-skill\n```\n\n### Option 3: Manual\n\n```bash\ngit clone https://github.com/joeseesun/defuddle-skill.git\ncd defuddle-skill\nbash install.sh\n```\n\n## What it does\n\nOnce installed, Claude Code can automatically extract clean content from any URL:\n\n- **Triggers**: \"defuddle\", \"extract article\", \"clean this page\", \"get content from URL\"\n- **Output**: Clean Markdown or JSON with metadata (title, author, date, word count)\n\n## Usage examples\n\nAsk Claude Code:\n\n```\nExtract the article from https://example.com/blog-post\n```\n\n```\ndefuddle this page and give me the markdown: https://example.com/article\n```\n\n```\nGet the title and author from https://example.com/post\n```\n\n## CLI Reference\n\nThe skill uses `defuddle` CLI under the hood:\n\n```bash\ndefuddle parse <url-or-file> [options]\n\nOptions:\n  -m, --markdown         Convert to Markdown\n  -j, --json             Output as JSON with metadata\n  -o, --output <file>    Save to file\n  -p, --property <name>  Extract single field (title, author, published, etc.)\n  --debug                Verbose logging\n```\n\n## Credits\n\n- [defuddle](https://github.com/kepano/defuddle) by [@kepano](https://github.com/kepano) — the core extraction engine\n- Built for [Claude Code](https://claude.ai/claude-code) by Anthropic\n\n## License\n\nMIT\n",
  "bytes": 1752,
  "sha": "34eba2ec553a2cbeaeb11b05579926d043477dbb10ef1940b33d19cc05decf9c",
  "repo_slug": "joeseesun/defuddle-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_joeseesun_defuddle_skill_defuddle_ae2725ad/readme"
}