authenticated-scrape

Capture authenticated network headers to generate reusable scraping scripts for JSON or HTML endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Salberg87/authenticated-scrape --skill authenticated-scrape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authenticated-scrape
Source: https://github.com/Salberg87/authenticated-scrape/tree/main/.
Command: npx skills add https://github.com/Salberg87/authenticated-scrape --skill authenticated-scrape

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scraping data from pages that require login can be tedious and error-prone. This Skill automates the process by capturing authenticated network requests and producing ready-to-use data scripts, saving time and reducing manual effort.

Core Features & Use Cases

  • Authenticated header capture: After you log in once, Claude captures Authorization and Cookie headers from network traffic for reuse.
  • Data extraction: Parse responses (JSON/HTML) and extract targeted fields into JSON, CSV, or code snippets.
  • Use Case: Export customer data from a private analytics dashboard or routinely fetch private metrics from an API without manual login steps.

Quick Start

Use the skill by running /authenticated-scrape, then provide the site you want to scrape and the specific data to extract. Claude will guide you to log in, capture requests, pick the target endpoint, and generate reusable scripts (Node.js, Python, or curl) for future automation.