원클릭으로
defuddle
Extract readable web content, removing navigation/ads to save tokens.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract readable web content, removing navigation/ads to save tokens.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fetch PR review comments, triage against codebase, apply fixes, generate reply report.
Verify answers by checking sources, contradictions, and confidence level.
Run, discover, or review Makefile targets. Use for build automation.
Fetch Jira tickets as clean markdown using native ADF format.
5-element persona framework template for creating Claude Code agents
Run Ginkgo BDD tests with Kubernetes-aligned conventions.
| name | defuddle |
| description | Extract readable web content, removing navigation/ads to save tokens. |
| argument-hint | URL [--property NAME] |
| model | haiku |
Validate: If URL ends in .md, use WebFetch directly and return content
Parse arguments:
--property <name> → Extract metadata (title, description, domain, author, date)--json → Return full JSON outputExecute: npx -y defuddle parse <URL> --md (or with flags as specified)
Report:
Edge cases:
.md URL: Skip defuddle, use WebFetch| Goal | Command |
|---|---|
| Parse to stdout | npx -y defuddle parse <url> --md |
| Get Metadata | npx -y defuddle parse <url> -p <property> |
| JSON Output | npx -y defuddle parse <url> --json |
-p <name>: Metadata (title, description, domain, author, date)-o <file>: Save output to local file--json: Full JSON output--md: Markdown output (default for this skill)