handle-popup-blocked-pdf-downloads

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

5 stars

Best use case

handle-popup-blocked-pdf-downloads is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using handle-popup-blocked-pdf-downloads 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-popup-blocked-pdf-downloads/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/workspace-hub/learned/handle-popup-blocked-pdf-downloads/SKILL.md"

Manual Installation

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

How handle-popup-blocked-pdf-downloads Compares

Feature / Agenthandle-popup-blocked-pdf-downloadsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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 Popup-Blocked PDF Downloads

When automating web forms that open PDFs in popup viewers (common in tax/financial software), the automation cannot access popup content. Instead of looping on failed downloads: (1) detect the popup block by attempting the action and checking for new tabs/files, (2) screenshot to confirm a popup occurred, (3) pivot to scraping the underlying summary data from the main page, (4) save the data to structured format, (5) create a GitHub issue documenting which PDFs need manual download and their reference IDs for human follow-up.

Related Skills

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-pdf-download-popups-in-automation

5
from vamseeachanta/workspace-hub

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

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

blocked-branch-preserve-tag-cleanup

5
from vamseeachanta/workspace-hub

Safely clean stale local branches that cannot be merged by preserving them with local tags before deletion

time-tracking-1-handle-rate-limits

5
from vamseeachanta/workspace-hub

Sub-skill of time-tracking: 1. Handle Rate Limits (+2).

test-oversized-skill

5
from vamseeachanta/workspace-hub

A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.

interactive-report-generator

5
from vamseeachanta/workspace-hub

Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.

data-validation-reporter

5
from vamseeachanta/workspace-hub

Generate interactive validation reports with quality scoring, missing data analysis, and type checking. Combines Pandas validation, Plotly visualization, and YAML configuration for comprehensive data quality reporting.

agent-os-framework

5
from vamseeachanta/workspace-hub

Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.