url-to-pdf
SolidURL to PDF and HTML to PDF. Convert any web page URL, or a raw HTML string, into a clean PDF file. Save an invoice or a receipt, archive an article, or print an HTML report to PDF. The page renders in a real hosted browser with JavaScript on, so the PDF matches the live page, and you set paper size, margins, orientation, and backgrounds. No local headless Chrome or wkhtmltopdf to install. The agent registers its own key and gets free credits right away, so the first PDF works with no signup. A person can confirm one email to add more free credits, and only successful renders cost anything.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- toolshedlabs-hash
- Repository
- toolshedlabs-hash/web-access-skills
- Created
- 3 days ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
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.
screenshot-url
Screenshot a website or a URL, and take a full page screenshot of any web page. Capture a webpage screenshot through a hosted API and get a PNG or JPEG back, full page or just the viewport, at the width, height, and scale you set. The page renders in a real hosted browser with JavaScript on, so the capture matches what a person would see. Good for thumbnails, visual snapshots, archiving how a page looked, or feeding a shot to a vision model. No local headless Chrome, Puppeteer, or Playwright to run. The agent registers its own key and gets free credits right away, so the first shot works with no signup. A person can confirm one email to add more free credits, and only shots that succeed cost anything.
download-webpage-as-pdf
Save a live webpage as a high-fidelity PDF that preserves the original layout AND every image (including lazy-loaded ones) using the agent-browser CLI. Use this whenever the user asks to "download this page as PDF", "save this article", "archive this URL", "fetch this page for reference", or otherwise wants a local PDF of a web page that looks like the browser version. Especially important on modern JS-heavy sites (engineering blogs, Next.js sites, anything with IntersectionObserver lazy loading) where naive `chrome --headless --print-to-pdf` or a bare `agent-browser pdf` produces blank rectangles or broken-image placeholders. Trigger this skill even when the user does not name the tool - any request to capture a webpage's full visual content as a PDF on disk should pull this in. For reader-mode/article-only output (no nav, no footer, no manual trimming) prefer percollate instead - see "When NOT to use this".