agentsclimarketplace

Instagram downloader

Skill AravindS-Wick/aravindhan-skills/skills/instagram-downloader

148+ curated Claude AI skills — agent orchestration, security, multi-repo PRs, design, mobile & more. One-command install.

Install
npx -y skills add AravindS-Wick/aravindhan-skills --skill instagram-downloader

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Download high-resolution images, carousels, or reels from Instagram URLs using the agent-browser CLI. Stitches carousel slides into a single PDF if requested. Use when the user runs /instagram-downloader or asks to download/extract media from an Instagram URL.

SKILL.md

1.7 KB, 336 tokens by cl100k_base, as published. Nobody here has run it

Instagram Downloader (instagram-downloader)

Downloads high-resolution images, carousels, or reels from Instagram URLs using agent-browser.

Prerequisites

  • Requires agent-browser to be installed and configured in the system path.

Parameters

ParameterRequiredDescription
urlYesThe Instagram post or reel URL
--pdfNoStitch carousel images into a single PDF

Step-by-Step Instructions

1. Launch Agent Browser

Run the following command to open the Instagram post:

agent-browser open "{url}"

2. Extract Media Source URLs

  • Inspect the page elements to find <img src="..."> and <video src="..."> tags.
  • For carousels, use agent-browser to click the next/right arrow button (typically targets with attributes like aria-label="Next" or class names containing chevron/arrow) to load all slides into the DOM.
  • Identify the high-resolution source URLs hosted on *.cdninstagram.com.

3. Download the Files

  • Download each extracted URL using curl/wget or standard file write tools:
    curl -o "slide_N.jpg" "{cdn_url}"
    
  • Save them into a folder named after the post's caption or date.

4. Optional PDF Stitching

If the --pdf flag is provided and the post is a carousel:

  • Use python or local image tools to stitch the downloaded slide_N.jpg files into a single PDF named carousel.pdf.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.