read
FeaturedReads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local text files already in the repo.
Install
Quality Score: 95/100
Skill Content
Details
- Author
- tw93
- Repository
- tw93/Waza
- Created
- 6 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
url-to-markdown
Url to markdown, web to markdown, read a web page as markdown. Read, fetch, or scrape any URL and get clean markdown back. The page runs in a real hosted browser with JavaScript on, so React, Vue, and other client-rendered sites return their real text instead of an empty shell. Nav, ads, and cookie banners are stripped. Use it to read an article, pull docs, or hand a model clean page content. The agent registers its own key and gets free credits right away, so the first read works with no signup. A person can confirm one email to add more free credits. Respects robots.txt, and failed reads cost nothing.
learn
Runs a six-phase research workflow that turns unfamiliar domains, source bundles, or collected material into publish-ready output. Use when users ask in any language to research, study, deep-dive, compile sources, synthesize unfamiliar material, or turn a source bundle into a coherent reference. Not for quick lookups or single-file reads.
read-router
Pick the right web-data READ paradigm per URL or file before fetching — never default to one tool for everything. Triggers on: 'scrape this', 'read this page/PDF', 'extract from <url>', 'get the data from', 'pull this document', 'what does this site say', or any time content must be pulled from a web URL or a document file. Routes to web-scrape (HTML→markdown, local), doc-extract (PDF/Office→markdown, local GPU), pixel-read (visual/layout→images), or search (`research --web` / exa) when the URL is unknown. Local-first and data-sovereign by default.