Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Instagram Marketing Skill Bundle

Nine focused Instagram skills for captions, carousels, hashtag sizing, weekly planning, and media-required publishing through the Publora API.

Marketing & SEOIntermediate15130AI score 9/10Last updated: Sep 17, 2026

What it does

  • Caption writing with the hook inside the first 125 characters, plus body and CTA (ig-caption-writer)
  • Carousel planning slide by slide, hook slide through payoff slide (ig-carousel-planner)
  • Hook reverse-engineering from a viral Reel or carousel URL (ig-hook-extractor)
  • Hashtag sizing: 3-5 niche/mid/broad tags instead of 30 (ig-hashtag-strategist)
  • AI-tell removal and pre-post audit using baked-in voice rules, with --mode audit (ig-humanizer)
  • Weekly planning, repurposing, profile optimization, real data insights: Reels/carousel/story calendars, LinkedIn/blog/X-thread conversion, bio and first-9 grid review, hashtag scans and account stats
  • Publish flow: draft → media upload to S3 → schedule, wrapped in one Publora call

Who it's for

  • Marketers, creators, and small business owners running their own IG account
  • Content leads who want faster captions without losing voice quality
  • Teams adapting multi-channel content into native Instagram posts

Examples

  1. "Write a launch caption for this product" → 125-char hook, body, CTA, and 3-5 sized hashtags; on approval it schedules with the image you supply
  2. Paste a competitor's Reel link and ask why the hook worked → formula breakdown plus variations for your niche
  3. "Plan next week: 3 Reels and 2 carousels" → weekly calendar with draft hooks per slot

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/sergebulaev/instagram-skills/HEAD/.codex-marketplace/instagram-skills/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .codex-marketplace/instagram-skills folder from the GitHub repo sergebulaev/instagram-skills into my ~/.claude/skills/instagram-marketing/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/sergebulaev/instagram-skills.git && mkdir -p ~/.claude/skills && cp -r instagram-skills/.codex-marketplace/instagram-skills ~/.claude/skills/instagram-marketing

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal and clone the repo: git clone https://github.com/sergebulaev/instagram-skills.git
  2. Copy the skill folder into Claude Code: mkdir -p ~/.claude/skills && cp -r instagram-skills/.codex-marketplace/instagram-skills ~/.claude/skills/instagram-marketing
  3. For drafting only you are done (Tier 0, no API keys). Restart Claude Code and try "write an Instagram caption for...".
  4. For auto-publishing, sign up at https://app.publora.com/signup and connect an Instagram Business or Creator account.
  5. Create a .env file in the skill folder with PUBLORA_API_KEY=sk_... and INSTAGRAM_PLATFORM_ID=instagram-...
  6. Install Python dependencies: pip install -r requirements.txt
  7. When asking it to publish, pass the local image or video paths so the draft → upload → schedule chain can complete.