article-image-downloader

Download all images from a web article to a local directory with a manifest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, grep, sed, basename, date, stat, and includes scripts (resource) components.

What problem does it solve?

Automates saving all images from an online article to a local directory, helping preserve visuals during translation workflows, archiving, and reuse across platforms.

Core Features & Use Cases

  • Downloads all images found in a web article to a specified local output directory.
  • Generates a manifest.json with each image's original URL, local filename, size, and index.
  • Fetches article content via the Jina Reader API, extracts image URLs from markdown, and downloads them to the local filesystem.
  • Use case: translate an article and keep a local image set for publishing or archiving.

Quick Start

Run the script with the article URL and an optional output directory to fetch images and create a local manifest.

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 local archiving?

To download article images locally, provide a web article URL and an output directory. The tool fetches content via the Jina Reader API, extracts image URLs from markdown, and saves each image file to your specified local path.

Can I get a manifest of downloaded image URLs and local file paths?

Yes, downloading article images generates a manifest.json file. This manifest records each image's original web URL, local filename, file size, and index, providing a complete mapping for translation workflows and content archiving.

Do I need curl and grep installed to download web article images?

Yes, downloading web article images requires curl, grep, sed, basename, date, and stat. These standard command-line dependencies handle fetching article content, extracting image URLs from markdown, and managing local file operations.

What's the best way to extract images from markdown for translation workflows?

Extracting images from markdown for translation is handled by fetching article content through the Jina Reader API. It converts web articles to markdown, allowing the script to parse image URLs and download visual assets locally for reuse.

Does this article image downloader work with any web URL?

The article image downloader works with web URLs accessible through the Jina Reader API. It fetches article content as markdown, extracts image links, and downloads them locally, making it suitable for content archiving and preparing assets for platforms requiring local image files.