skills/ops-url-reader/SKILL.md
Read the main content of a specific webpage URL when the user asks to summarize, inspect, cite, reference, or extract facts from that URL, including "read this", "look at this link", "based on this article", or equivalent reference requests. Prefer defuddle.md for public webpage main-content extraction, and fall back only when extraction is empty, incomplete, or errors. Do not use for broad web search, URL string edits in code/config, test execution, private or login-gated URLs, or domains with a more specific available tool such as OpenAI docs or GitHub.
npx skillsauth add plimeor/agent-skills ops-url-readerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read the main content of a specific webpage URL and use only the relevant extracted content to answer the user's request.
A good result:
Use this for concrete URLs the user wants read, summarized, inspected, cited, or extracted. Do not use it as a broad web search tool for finding pages.
Prefer dedicated tools or skills when available for a domain, such as OpenAI docs, GitHub PRs/issues, local browser testing, app connector data, or code/test execution. Use this skill only for raw public webpage main-content extraction.
Do not send private, login-gated, intranet, token-bearing, or sensitive URLs to defuddle.md. Ask for pasted content or use an authorized local/browser/app method when the URL cannot safely be sent to a public extraction service.
Default to one defuddle.md extraction. If it returns empty content, an obvious error page, or content that is visibly incomplete for the user's question, try one small fallback. Continue only when:
Stop once the relevant content or facts are available. Do not fetch again just to improve phrasing, add decorative examples, or support nonessential wording.
defuddle.md is a public service that extracts the main content from a webpage and returns Markdown with YAML frontmatter.
curl -sL "https://defuddle.md/<url>"
The request URL uses https://defuddle.md/.... Strip https:// or http:// from the target URL before appending it.
Examples:
curl -sL "https://defuddle.md/example.com/blog/some-post"
curl -sL "https://defuddle.md/x.com/username/status/123456789"
Use -sL for silent mode and redirect following.
Answer in the shape the user requested: summary, extraction, fact check, reference, or synthesis. Do not dump the full extracted Markdown unless the user asks for raw content or excerpts.
If extraction fails, state what was tried, what failed, and the smallest useful next step.
Stop when the extracted content is enough to answer the user's core request. Do not repeatedly retry the same extraction method. If key evidence is missing after the allowed fallback, name the gap and ask for or propose the smallest missing source.
development
Set up, resume, or repair a compact active execution workbench for long-horizon, multi-session or checkpointed work. Use when a task needs durable handoff, unattended iteration, human gates, auditable evidence, or active-vs-archive routing that keeps a current packet separate from stale historical context. Do not use for one-session tasks, ordinary plans/reviews/audits, one-session bug fixes, direct code edits, or simple docs cleanup; complete those directly.
tools
Decide whether and how to use authorized sub-agents, then coordinate delegated work while preserving the main agent's context. Use when the user asks for orchestration, parallel agents, delegation, background workers, context isolation, or when another skill needs delegated research, review, implementation, or verification. Owns host-policy checks, delegation packets, non-overlap, report verification, and stop rules. Do not use to bypass tool policy, infer user authorization, or add coordination overhead to simple single-threaded tasks.
development
Use before finalizing a non-trivial answer, recommendation, review, or decision to reconsider it and raise its quality, especially when shallow reasoning, context inertia, false framing, overconfidence, unfit analogy transfer, or an obvious-but-missed defect could distort the result. Trigger especially before applying external evidence, familiar frameworks, or comparisons to the user's specific request, and when the user asks to reconsider, double-check, take a second look, or sanity-check an answer.
tools
Route durable rules and context to the right layer — task, project, skill, tooling, hooks, MCP, or global. Use for global rules files (~/.claude/CLAUDE.md, global AGENTS.md), repo-local AGENTS.md/CLAUDE.md, task context packs, hook placement (Codex/Claude Code settings.json), collaboration friction diagnosis, and rule-placement decisions.