twitter-image-downloader

Extract pbs.twimg.com URLs from Markdown and download images with curl.

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill twitter-image-downloader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-image-downloader
Source: https://github.com/ttmouse/skills/tree/main/twitter-image-downloader
Command: npx skills add https://github.com/ttmouse/skills --skill twitter-image-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of downloading images embedded in Markdown files that originate from Twitter, saving significant time and effort.

Core Features & Use Cases

  • Automated URL Extraction: Identifies and extracts all Twitter image URLs (pbs.twimg.com) from a given Markdown file.
  • Batch Downloading: Downloads identified images using curl with appropriate headers and timeouts.
  • Local Path Replacement: Replaces the original Twitter URLs in the Markdown file with local paths to the downloaded images, creating a "publish-ready" version.
  • Use Case: When preparing a blog post that includes Twitter media, this skill ensures all images are locally sourced and correctly linked for offline viewing or deployment.

Quick Start

Use the twitter image downloader skill to download images from the file named 'my_article.md'.

Frequently Asked Questions about twitter-image-downloader

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

FAQPage Schema
How do I download Twitter images embedded in a Markdown file?

To download Twitter images embedded in a Markdown file, the Skill scans for pbs.twimg.com URLs, batch downloads them via curl, and generates a new Markdown file replacing original links with local image paths.

Can I automate local path replacement for Twitter media in Markdown?

Yes, you can automate local path replacement for Twitter media in Markdown by running this Skill to download images and output a publish-ready Markdown file with updated local directory links.

Does this Twitter image downloader require any external dependencies?

No external dependencies are required to run this Twitter image downloader, as it operates using included scripts and standard curl commands with simulated browser user-agents and timeouts.

What is the best way to prepare a Markdown blog post with Twitter media for offline viewing?

The best way to prepare a Markdown blog post with Twitter media for offline viewing is to automate the extraction and downloading of pbs.twimg.com URLs, ensuring all images are locally sourced and correctly linked.

How are downloaded Twitter images organized when extracting from Markdown?

When extracting Twitter images from Markdown, the Skill handles image naming and creates local storage directories automatically to ensure organized file management for your publish-ready output.