gallery-scraper

Extract and bulk download full-size images from login-protected galleries.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill gallery-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gallery-scraper
Source: https://github.com/jdrhyne/agent-skills/tree/main/clawdbot/gallery-scraper
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill gallery-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the retrieval of full-size images from galleries that require authentication by using a browser relay to replicate a logged-in session and extract image URLs for bulk download.

Core Features & Use Cases

  • Bulk image URL discovery from login-protected galleries.
  • Supports multi-page galleries and password-protected collections via browser automation.
  • Use Case: Archive a private portfolio by downloading every image after signing in.

Quick Start

Use the gallery-scraper against an authenticated gallery URL to generate a list of image URLs and download them with the included scripts.

Frequently Asked Questions about gallery-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk download images from a gallery that requires login authentication?

Bulk downloading images from a login-protected gallery requires a browser relay to replicate your authenticated session and extract full-size image URLs for batch download. This skill automates that extraction process using included scripts.

Can I batch download images across multi-page galleries behind a password?

Yes, batch downloading across multi-page galleries is supported. The automation scripts handle pagination detection and URL extraction, allowing you to retrieve full-size images from password-protected collections without manual navigation.

What is a browser relay and how does it work for scraping authenticated galleries?

A browser relay replicates your active logged-in browser session to access restricted content. It applies pattern detection to extract full-size image URLs from member galleries, enabling script-based bulk downloads without directly handling login credentials.

Do I need any special dependencies or browser extensions to extract gallery image URLs?

No special dependencies are required to extract gallery image URLs. The skill operates using included scripts and frontmatter metadata, applying browser-relay automation to detect patterns and retrieve full-size images from authenticated sessions.

What's the best way to archive a private portfolio by downloading every image after signing in?

The best way to archive a private portfolio is using script-based URL extraction against the authenticated gallery URL. The browser relay maintains your logged-in session while the scripts generate a list of full-size image URLs for automated bulk download.