handle-pdf-download-popups-in-automation

Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead

5 stars

Best use case

handle-pdf-download-popups-in-automation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead

Teams using handle-pdf-download-popups-in-automation should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/handle-pdf-download-popups-in-automation/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/workspace-hub/learned/handle-pdf-download-popups-in-automation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/handle-pdf-download-popups-in-automation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How handle-pdf-download-popups-in-automation Compares

Feature / Agenthandle-pdf-download-popups-in-automationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Handle PDF Download Popups in Automation

When a website's PDF download opens in a popup window that automation can't access, don't loop on the download button. Instead: (1) take a screenshot to confirm popup is blocking, (2) pivot to capturing the page's structured data programmatically, (3) save to YAML/JSON with metadata, (4) create an issue documenting manual steps and file naming conventions. This preserves the data and provides a clear handoff for manual PDF retrieval.

Related Skills

taxact-browser-automation-patterns

5
from vamseeachanta/workspace-hub

Patterns for automating TaxAct Business online (Ionic SPA) via Chrome browser MCP tools — field interaction, navigation, shadow DOM handling

tax-pdf-download-workaround

5
from vamseeachanta/workspace-hub

Handle FreeTaxUSA PDF download popups that block automation by capturing structured data and manual download workflow

handle-session-overlay-blocking

5
from vamseeachanta/workspace-hub

Technique for dismissing overlay dialogs that freeze rendering and block form interaction in web automation

handle-popup-blocked-pdf-downloads

5
from vamseeachanta/workspace-hub

Recover from automation-blocking PDF popups by capturing page data and escalating to manual download

handle-freetaxusa-session-timeouts

5
from vamseeachanta/workspace-hub

Recover from FreeTaxUSA session timeout dialogs blocking form submission and navigation

handle-browser-automation-financial-site-blocks

5
from vamseeachanta/workspace-hub

Workflow for working around Chrome extension blocks on financial sites during data collection tasks

handle-blocked-financial-sites-workaround

5
from vamseeachanta/workspace-hub

Workflow for accessing financial account data when browser automation is blocked on brokerage sites

handle-blocked-financial-sites-data-export

5
from vamseeachanta/workspace-hub

Workflow for extracting data from blocked financial sites when browser automation is restricted

github-issue-automation-evidence-fields

5
from vamseeachanta/workspace-hub

Use when building GitHub issue classifiers, dashboards, closeout verifiers, or queue/report automation that depends on comments, approval evidence, or linked PR handoff state.

freecad-automation

5
from vamseeachanta/workspace-hub

AI-powered automation agent for FreeCAD CAD operations including natural language processing, batch processing, parametric design, and marine engineering applications. Use for CAD automation, drawing generation, FEM preprocessing, and integration with offshore analysis tools.

automation

5
from vamseeachanta/workspace-hub

Workflow automation, CI/CD pipelines, and task orchestration patterns across platforms like n8n, GitHub Actions, and Make.

doc-research-download

5
from vamseeachanta/workspace-hub

Repeatable workflow for domain documentation research WRKs: search for freely-available references, download PDFs via shared bash lib, catalogue into knowledge/seeds/<domain>-resources.yaml. Use when starting any WRK that collects and indexes domain reference documents. type: reference