Instagram Access

Instagram Access is a skill for Claude Code, Codex from YousefNabil-SOC/claude-apex. It costs 21 tokens per session (1,683 once invoked), scanned A, original, MIT.

A tool for collecting information from Instagram, a social media platform, using an authenticated account. It can retrieve profile, post, reel, story, caption, engagement, hashtag, and location data where access permits.

In plain words
What is it for?
Use it to inspect profiles, download public posts and reels, collect metadata, search hashtags or locations, and scan captions.
Why use it?
It helps gather Instagram information in repeatable batches instead of checking profiles and posts manually. Access still depends on whether the account can view the content.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to inspect profiles, download public posts and reels, collect metadata, search hashtags or locations, and scan captions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yousefnabil-soc/claude-apex/instagram-access
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YousefNabil-SOC/claude-apex --skill instagram-access
Clone the repo
git clone --depth 1 https://github.com/YousefNabil-SOC/claude-apex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Instagram Access

README.md
[![agentmods](https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/instagram-access/github.svg)](https://agentmods.dev/skills/yousefnabil-soc/claude-apex/instagram-access)
Your own site
<a href="https://agentmods.dev/skills/yousefnabil-soc/claude-apex/instagram-access"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/instagram-access/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Instagram Access

Your own site · 80×15
<a href="https://agentmods.dev/skills/yousefnabil-soc/claude-apex/instagram-access"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/instagram-access.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,683 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01683
Opus 5 $0.00010 $0.00842
Sonnet 5 $0.00004 $0.00337
Haiku 4.5 $0.00002 $0.00168

Measured 7d ago against content hash a9735fa5f910, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Instagram Access scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/instagram-access/SKILL.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Instagram Access — Permanent Capability Skill

What This Skill Enables

  • Download posts, reels, and stories from any public Instagram profile
  • Download from private profiles the logged-in user follows
  • Fetch post metadata (caption, likes, comments, date, type)
  • Explore profiles (follower count, bio, post count, recent posts)
  • Search by hashtag or location
  • Download specific posts by shortcode or URL
  • Batch scan captions for content categorization

Authentication

First-Time Setup

You need a dedicated Instagram account for scraping (DO NOT use your main account — Instagram may rate-limit or ban scraper accounts). Create a secondary account, then:

  1. Install instaloader:

    pip install instaloader --break-system-packages  # Linux/WSL
    pip install instaloader                          # Windows/macOS
    
  2. Generate a session cookie file (run in a separate terminal, NOT through Claude Code's Bash tool):

    instaloader --login <your-scraper-username>
    
  3. Instaloader stores the session at:

    • Windows: %LOCALAPPDATA%\Instaloader\session-<username>.pg (e.g. C:\Users\<you>\AppData\Local\Instaloader\session-<username>.pg)
    • macOS/Linux: ~/.config/instaloader/session-<username>.pg
  4. Record the username and session path in your project's configuration (NOT in this skill — keep credentials out of version control).

If Session Expires

The session eventually expires. When instaloader throws LoginRequiredException or ConnectionException with "redirected to login":

  1. Tell the user: "Instagram session expired. Please re-authenticate."
  2. User runs in a separate terminal (NOT through Claude Code's Bash):
    instaloader --login <username>
    
  3. User enters password interactively (Bash tool cannot handle password prompts)
  4. Session file is refreshed automatically
  5. Resume operations

NEVER attempt interactive login through the Bash tool. It cannot handle password prompts.

Read the full file on GitHub · 203 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 203 lines · 21 tokens per session scan A a9735fa5f910

Subscribe to this mod's changes

Instagram Access is a skill published in the GitHub repository YousefNabil-SOC/claude-apex (2 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 1,683 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

agent-reach

A set of tools that lets an AI agent search and read information from websites, social networks, developer platforms, career sites, videos, podcasts, and RSS feeds.

terrylica/cc-skills · 205 tokens

gemini-deep-research

Run Gemini Deep Research via browser automation. Persistent Chrome on CDP port 9222. Use when user asks to research a topic with.

terrylica/cc-skills · 35 tokens

amazon-photos-album-download

Download the original photo and video files from a public Amazon Photos shared album (an amazon.com/amazon.ca /photos/share/ link) via Amazon Drive's own JSON API, no login required. Drives headless Chrome with Playwright, lists the album nodes, and pulls size-verified originals. Use when you need a local copy of…

terrylica/cc-skills · 136 tokens

manage-apps-and-sounds-headless

Control the pushover.net web dashboard headlessly for things the HTTP API cannot do - log in, list applications, CREATE or DELETE Pushover applications (returning the new app's API token), and ADD or REMOVE custom notification sounds (with a sourcing+loudness pipeline for free MP3 jingles). Drives system Google Chrome…

terrylica/cc-skills · 148 tokens

gcp-setup

Automates Google Cloud Console setup via browser. Use when the user wants to set up a GCP project, enable APIs, create service accounts, configure IAM, set up billing, configure OAuth, set up firewall rules, or deploy to Cloud Run/App Engine/GKE. Also use when the user says "set up GCP", "configure Google Cloud"…

N-O-P-E/nope-marketplace · 161 tokens

search-console

Audit Google Search Console via browser. Use when the user says "check Search Console", "what's wrong with my domain", "why aren't my pages indexed", "SEO audit", "sitemap issues", or wants to investigate indexing problems, Core Web Vitals, structured data errors, or merchant listing issues. Opens GSC in Chrome, reads…

N-O-P-E/nope-marketplace · 83 tokens