save-page

Automates saving web pages as PDF files via save_pdf operation.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill save-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-page
Source: https://github.com/Sridhar-Ranganaboina/WebGenie/tree/main/packages/browseros-agent/apps/server/src/skills/defaults/save-page
Command: npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill save-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves web pages as PDFs to enable offline reading, archiving, and sharing without manual conversions or browser print steps.

Core Features & Use Cases

  • Batch save: process one or more URLs, producing consistently named PDFs for archival or distribution.
  • Page preparation: automatically dismiss overlays and lazy-load content to ensure complete capture.
  • Output control: apply a descriptive filename pattern and optional custom save paths for organized storage.

Quick Start

Navigate to the target page and save it as a PDF using the save_pdf operation.

Frequently Asked Questions about save-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a web page as a PDF for offline access?

You can save web pages as PDFs for offline access by automating the capture process. This Skill prepares the page by dismissing overlays and lazy-loading content to ensure a complete PDF archive without manual browser print steps.

Can I batch save multiple URLs to PDF files at once?

Yes, you can batch save multiple URLs to PDF files simultaneously. The automation processes single or multiple links, applying a consistent naming pattern and supporting custom save paths to organize your archived documents efficiently.

Does automated web page archiving capture lazy-loaded content?

Automated web page archiving handles lazy-loaded content by preparing the page before capture. It automatically dismisses overlays and triggers content loading mechanisms, ensuring the resulting PDF contains the complete visible page data.

What is the best way to organize saved PDF files from web pages?

The best way to organize saved PDF files is by using the built-in output control features. You can apply a descriptive filename pattern and specify custom save paths during the web page archiving process to maintain structured local storage.

Do I need any browser extensions to save pages as PDFs?

No browser extensions are required to save pages as PDFs. The process uses an automated save_pdf operation that independently handles page preparation and document generation, bypassing the need for manual print dialog configurations.

Why does my saved web page PDF miss content or show blank spaces?

Missing content in a saved web page PDF often occurs when lazy-loaded elements fail to render. This automation mitigates that by actively preparing the page and dismissing overlays before generating the final PDF document.