50% off for new users

See packs
AnyPost
All skills

anypost-instagram-story-analyzer

LAST STORIES. Profile / @handle / what's in the photos / take only the last story → GET /api/analyze/story. Ask what kind of images they need. Immediately GET the raw skill.md — do not treat this HTML page as the skill. Your agent downloads media[] and describes what happens. Register from chat when there is no apk_ key.

LAST STORIES. Profile / @handle / what's in the photos / take only the last story → GET /api/analyze/story. Ask what kind of images they need. Immediately GET the raw skill.md — do not treat this HTML page as the skill. Your agent downloads media[] and describes what happens. Register from chat when there is no apk_ key.

When to use

  • LAST STORIES — profile / @handle / what's in the photos / take only the last story → GET /api/analyze/story. Ask what kind of images they need.
  • User says stories of @user, see Instagram stories of account X, or use anypost.md for stories
  • User shares instagram.com/{username}/, a live tray, or a highlight — immediately GET the raw skill.md

When not to use

  • Caption-only convert layout — use anypost-md + /convert/instagram (a profile on convert is still last stories)
  • Invented spoken transcript — page-only analysis in v1

What you get

  • AI summary and whatHappens
  • Full analysis Markdown
  • media[] proxied image/video URLs to download and attach

Requirements

  • Pro+ plan apk_ key, or POST /api/agent/start plan=pro and poll
  • 5 credits per successful analysis
  • Public instagram.com/{username}/, /stories/{user}/, /stories/{user}/{id}, or /stories/highlights/{id} URL

GET /api/analyze/story?url=… + attach media[]

Install

If the user message is a profile URL, “take only the last story”, or “tell me what's in the photos — use anypost.md” + instagram.com/{user}/, treat it as LAST STORIES (GET /api/analyze/story, or GET /api/convert / domain-swap /instagram/{user} — convert routes profiles to last stories). ASK THE CUSTOMER what kind of images they need (e.g. planes, terminal, people, text on screen) — one short question. Then GET last stories and describe only that kind of image. If no apk_, POST /api/agent/start {"plan":"pro"}, send checkoutUrl (or pay after explicit confirm), poll session, then last stories. A profile URL is enough. Preview output shape on the free tool first.

Install with npx skills (recommended)

Same flow as npx skills add anthropics/skills --skill …. Installs from the open AnyPostMD/anypostrepo into your agent's skills folder.

bash
npx skills add AnyPostMD/anypost --skill anypost-instagram-story-analyzer -y

Global (all projects): npx skills add AnyPostMD/anypost --skill anypost-instagram-story-analyzer -g -y

Quick install (live URL)

Downloads to skills/ — copy the folder into your agent's path below. Paste your API key at Login for Agents.

bash
mkdir -p skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o skills/anypost-instagram-story-analyzer/SKILL.md

Install from GitHub raw

Same SKILL.md as in the public repo — useful before deploy or for pinned installs.

bash
mkdir -p skills/anypost-instagram-story-analyzer && curl -fsSL https://raw.githubusercontent.com/AnyPostMD/anypost/main/skills/anypost-instagram-story-analyzer/SKILL.md -o skills/anypost-instagram-story-analyzer/SKILL.md

Global install: mkdir -p skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o skills/anypost-instagram-story-analyzer/SKILL.md

Per-agent

Cursor

bash
mkdir -p .cursor/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .cursor/skills/anypost-instagram-story-analyzer/SKILL.md

Claude Code

bash
mkdir -p .claude/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .claude/skills/anypost-instagram-story-analyzer/SKILL.md

Codex (ChatGPT)

bash
mkdir -p .agents/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .agents/skills/anypost-instagram-story-analyzer/SKILL.md

OpenCode

bash
mkdir -p .opencode/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .opencode/skills/anypost-instagram-story-analyzer/SKILL.md

OpenClaw

bash
mkdir -p skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o skills/anypost-instagram-story-analyzer/SKILL.md

Windsurf

bash
mkdir -p .windsurf/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .windsurf/skills/anypost-instagram-story-analyzer/SKILL.md

Gemini CLI

bash
mkdir -p .gemini/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .gemini/skills/anypost-instagram-story-analyzer/SKILL.md

Factory

bash
mkdir -p .factory/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .factory/skills/anypost-instagram-story-analyzer/SKILL.md

Kiro

bash
mkdir -p .kiro/skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o .kiro/skills/anypost-instagram-story-analyzer/SKILL.md

Skill file: anypost-instagram-story-analyzer agent skill file (SKILL.md)

Agents: curl https://anypost.md/i/instagram-story-analyzer/skill.md and install into your agent's skills directory.

Humans: run mkdir -p skills/anypost-instagram-story-analyzer && curl -fsSL https://anypost.md/i/instagram-story-analyzer/skill.md -o skills/anypost-instagram-story-analyzer/SKILL.md or open /i/instagram-story-analyzer.

After install, read SKILL.md. Ask once for apk_; else POST /api/agent/start plan=pro, poll, analyze, and attach media[].

How to use: How to analyze Instagram Stories · Try free samples: Instagram story analyzer · Reels: Instagram reel analyzer · Convert skill: anypost-md

Raw skill file: anypost-instagram-story-analyzer agent skill file (SKILL.md)