What problem does it solve? Manually downloading Telepase invoices (factura PDFs) and toll passage records (pasada CSVs) from telepase.com.ar is repetitive and error-prone, especially when some URLs require authenticated sessions. This Skill automates parsing the saved admin HTML table and batch-downloading all files for offline use. ## Core Features & Use Cases - Offline HTML parsing: Extracts periodo, numero, monto, concesionario, and download URLs from saved Telepase admin HTML via parse-facturas.mjs. - Two-pass downloads: Fetches public operator URLs with plain fetch first, then uses Playwright with storageState authentication for session-gated AUSA URLs. - Professional scraping hygiene: Idempotent file writes, retry with backoff, jitter delays, payload validation via magic bytes (%PDF, CSV headers), and gitignored credentials. - Use Case: An operator needs all monthly facturas and pasadas for multiple concesionarios. Run the pipeline to parse the saved HTML, download public files, log in once to refresh auth.json, and backfill gated downloads into per-concesionario folders. ## Quick Start Ask the agent to run the Telepase pipeline by parsing scripts/html/facturas and downloading all factura PDFs and pasada CSVs into scripts/downloads.