save-page

Save web pages as PDF files with descriptive filenames.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save web pages as PDF files for offline reading, archiving, or sharing to avoid manual print-to-PDF steps and incomplete captures caused by popups or lazy-loaded content.

Core Features & Use Cases

  • Navigate to a target page and ensure content is fully loaded before saving.
  • Dismiss overlays and scroll to load lazy content to capture the complete page.
  • Save pages as PDF with descriptive filenames using the pattern {domain}-{title-slug}-{date}.pdf and let the user choose a custom path.
  • Process multiple URLs sequentially with progress reporting and confirm the save with filename, source URL, and location; offer page content export as markdown if PDF saving fails.

Quick Start

Save the current page as a PDF to the downloads folder using a descriptive filename.

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 webpage as a PDF for offline reading?

To save a webpage as a PDF for offline reading, this Skill navigates to the URL, ensures all lazy-loaded content is fully rendered by dismissing overlays, and exports the page directly to a PDF file.

Can I automate archiving multiple webpages to PDF at once?

Yes, you can automate archiving multiple webpages to PDF. The Skill processes multiple URLs sequentially, handling navigation and loading for each page while providing progress reporting for every saved file.

What happens if saving a webpage to PDF fails?

If saving a webpage to PDF fails, the Skill offers a fallback mechanism to export the page content as a markdown file instead. This ensures your archiving process continues without losing the webpage content.

How are saved PDF files named when archiving webpages?

Saved PDF files are named using a descriptive pattern combining the domain, title-slug, and date. You can also specify a custom file path for saving your archived webpages.

Why do my saved webpage PDFs have missing content or blank spaces?

Saved webpage PDFs often have missing content due to lazy-loading or overlay popups. This Skill prevents incomplete captures by automatically dismissing overlays and scrolling to load dynamic content before exporting.