ClaudeMap

instagram-agent-skill

Thirteen free Claude skills that run an Instagram account end to end — nothing posts until you say yes.

Skills & Commandsinstagramsocial-mediamarketingagent-skillcontent

A suite of thirteen skills with local Python tooling. /ig-reel turns one idea into a Reel: three hooks chosen from 26 formulas and scored before you waste a take, then the script, on-screen text and a timed beat sheet. /ig-viral finds what actually works in your niche and ranks it by how far each reel beat its own account's median. /ig-caption lints the caption and shows the 125 characters the feed shows before the “... more”. /ig-profile scores the profile against a 12-part rubric out of 100 and rewrites in fix-first order. /ig-carousel, /ig-story, /ig-plan, /ig-comment, /ig-reply, /ig-dm, /ig-repurpose and /ig-audit fill in the rest, down to the 1080x1350 carousel files and the two written (never auto-sent) DM follow-ups. The humanizer /ig-human is what makes the output usable: it strips em dashes, slop vocabulary and invisible watermark characters, then scores what is left against a five-check panel. All five Python tools run locally on your text — no network, nothing uploaded.

What it does

  • Thirteen slash commands covering the whole loop: create (/ig-reel /ig-caption /ig-carousel /ig-story), research (/ig-viral /ig-audit), planning (/ig-plan), engagement (/ig-comment /ig-reply /ig-dm), and re-use (/ig-repurpose)
  • voice.md is the shared input: copy templates/voice.md to ~/.claude/instagram/voice.md, fill it in or ask Claude to write it from three of your own reels — every skill reads it
  • Install three ways: clone and cp skills/ig-* into ~/.claude/skills/, as a plugin (/plugin marketplace add Jakeschincariol/instagram-agent-skill, then /plugin install instagram-agent), or paste a single SKILL.md into any chat — paste mode loses the five Python tools
  • Human-first by design: nothing posts automatically — the skills write, you post; /ig-comment picks from nine comment types by what the post actually is, and /ig-dm writes the keyword delivery, opener, collab pitch and exactly two follow-ups

When to use it

Solo operators running an Instagram account with Claude Code who want research-backed hooks and captions without SaaS subscriptions — plus a humanizer pass so the output does not read like a bot wrote it.

Getting started

git clone https://github.com/Jakeschincariol/instagram-agent-skill.git
cp -r instagram-agent-skill/skills/ig-* ~/.claude/skills/
# or as a plugin:
# /plugin marketplace add Jakeschincariol/instagram-agent-skill
# /plugin install instagram-agent
# then spend ten minutes on templates/voice.md — every skill reads it

Things to know

Growth-engineering adjacency: /ig-comment, /ig-reply and /ig-dm script engagement at scale, so use them within Instagram's terms and your own judgment — the tools themselves post and send nothing. Platform facts like the 125-character feed preview are the author's claims and can drift. The skills are in English, and the five Python tools need Claude Code (paste-into-chat mode loses them). MIT.

Repository

Jakeschincariol/instagram-agent-skill

Charted

Related on the map

  • Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.

    • agent-skill
    • video
    • promo
    • marketing
  • An agent skill that geolocates a photo with nothing readable in it — OSM geometry, elevation skylines and satellite tiles turn “where was this taken?” into a measured answer with an error radius.

    • agent-skill
    • geolocation
    • osint
    • openstreetmap
  • A skill that makes AI coding agents map the architecture and declare the blast radius before they touch a line of code — rendered as one standalone HTML page.

    • skill
    • architecture
    • code-visualization
    • change-scope