article-image-downloader

Fetch article images and generate a manifest.json with original URLs and local paths.

26|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/frxiaobei/frxiaobei-skills --skill article-image-downloader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-image-downloader
Source: https://github.com/frxiaobei/frxiaobei-skills/tree/main/skills/article-image-downloader
Command: npx skills add https://github.com/frxiaobei/frxiaobei-skills --skill article-image-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Downloads all images from a web article to a local directory for offline use.

Core Features & Use Cases

  • Retrieve and save all images from articles (Substack, Medium, and other web articles) to a local folder.
  • Generate a manifest.json with original URLs, local filenames, and fetch metadata for reuse.
  • Enable integration with translation and publishing workflows by providing easily referenced local asset paths.

Quick Start

Run the article-image-downloader to fetch all images from a given article URL into a local directory by supplying the article URL and an optional output directory.

Frequently Asked Questions about article-image-downloader

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

FAQPage Schema
How do I download all images from a web article for offline translation?

To download images from web articles for translation, you supply the article URL and an output directory. The script fetches the content, extracts image URLs, and saves all images locally to your specified folder.

Can I download images from Substack and Medium articles to a local directory?

Yes, you can download images from Substack and Medium articles. The fetcher retrieves article content from these platforms, extracts the embedded image URLs, and saves the image files directly to a local directory.

How do I map local image paths to original URLs for content archiving?

To map local image paths to original URLs, the script generates a manifest.json file. This manifest records the original URLs, local filenames, and fetch metadata, providing a clear reference for reuse.

What is the best way to extract article images and generate a manifest for publishing workflows?

The best way to extract article images and generate a manifest for publishing workflows is to run the script with your article URL. It outputs a local directory of images and a manifest.json containing all fetch metadata and paths.

Does the image downloader work with any web article or only specific platforms?

The image downloader works generally with web articles, including specific platforms like Substack and Medium. It fetches article content and extracts image URLs from the provided web link to save locally.

What do I need to provide to fetch and save article images locally?

To fetch and save article images locally, you only need to provide the target article URL and an optional output directory. The script handles content fetching, URL extraction, and image downloading automatically.