instagram

instagram is a skill for Claude Code from hyperfx-ai/marketing-skills. It costs 92 tokens per session (3,313 once invoked), scanned A, original, MIT.

A guide for managing professional Instagram accounts through the Instagram API. It covers publishing photos, Reels, Stories, and carousels, as well as comments, mentions, Direct Messages, account details, and media performance data.

In plain words
What is it for?
Publishing Instagram content, moderating comments and mentions, sending Direct Messages, looking up profiles, managing account information, and reviewing media insights.
Why use it?
It brings publishing, audience interaction, and account measurement into one workflow. It is intended for professional accounts connected through Instagram Login.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the marketing-skills plugin — 30 skills, 1 MCP server shipped together

Good fit Publishing Instagram content, moderating comments and mentions, sending Direct Messages, looking up profiles, managing account information, and reviewing media insights.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyperfx-ai/marketing-skills/instagram
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 hyperfx-ai/marketing-skills --skill instagram
Clone the repo
git clone --depth 1 https://github.com/hyperfx-ai/marketing-skills

Made for: Claude Code.

Or install marketing-skills, the plugin that ships this one along with the rest of its 30 skills, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/instagram/github.svg)](https://agentmods.dev/skills/hyperfx-ai/marketing-skills/instagram)
Your own site
<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/instagram"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/instagram/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/instagram"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/instagram.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,313 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 66
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
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.00092 $0.03313
Opus 5 $0.00046 $0.01656
Sonnet 5 $0.00018 $0.00663
Haiku 4.5 $0.00009 $0.00331

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

Security

Grade A, and why

instagram 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 10d 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/SKILL.md · 339 lines

How it starts

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

Instagram

Complete skill for managing Instagram professional accounts through the Instagram API with Instagram Login (Business Login). Covers content publishing, messaging, comment moderation, insights, and profile management.

Out of scope — defer to other skills

Request Send them to
Paid Instagram / Facebook ads, boosting a post, Advantage+ meta-ads
Competitor ad research from the Meta Ad Library meta-ads-library
TikTok publishing tiktok
LinkedIn document or carousel posts linkedin

Requirements

  • Hyper MCP installed and connected. https://app.hyperfx.ai/mcp
  • Instagram integration connected at https://app.hyperfx.ai/apps — this skill uses the Instagram API with Instagram Login (NOT the older Instagram Graph API via Facebook Login).
  • For organization posts to a company page, the connected account must have permission to post for that organization.

If instagram_get_me is not in the tool list, stop and tell the user to enable Hyper MCP and connect Instagram.

Tool surface

Tool group Tools
Account instagram_get_me, instagram_get_user (look up any public IG profile by username or ID — useful for researching commenters and DM contacts)
Publishing instagram_create_photo_container, instagram_create_reel_container, instagram_create_carousel_container, instagram_check_container_status, instagram_publish_media, instagram_check_publishing_limit
Media library instagram_list_media, instagram_get_media, instagram_get_album_children, instagram_list_stories, instagram_get_tagged_media
Comments instagram_list_comments, instagram_post_comment, instagram_reply_to_comment, instagram_hide_comment, instagram_delete_comment, instagram_toggle_comments
Direct Messages instagram_list_conversations, instagram_get_conversation_messages, instagram_get_message, instagram_send_message, instagram_send_media_message, instagram_send_post_message, instagram_react_to_message
Insights instagram_get_account_insights, instagram_get_media_insights

Read the full file on GitHub · 339 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. 10d ago First seen · 339 lines · 92 tokens per session scan A 02d88c2f6fa6

Subscribe to this mod's changes

instagram is a skill published in the GitHub repository hyperfx-ai/marketing-skills (85 stars, last pushed 15d ago), licensed MIT. It adds 92 tokens to every session and 3,313 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories

creative-generate

A workflow for creating advertising images and banners from a strategy brief. It separates the main visual artwork from the accurately typeset text and produces variants for display or social formats.

logly/mureo · 131 tokens

meta-ads

When the user wants to set up, optimize, or manage Meta (Facebook/Instagram) Ads. Also use when the user mentions "Meta Ads," "Facebook Ads," "Instagram Ads," "Meta Pixel," "Conversions API," "Advantage+," "lookalike audience," or "Meta retargeting." For landing pages, use landing-page-generator.

kostja94/marketing-skills · 77 tokens

creative-refresh

Refresh ad copy and creative assets based on performance signals and brand voice. Use when the user asks to refresh creative, propose new ad copy, A/B test creatives, update RSA assets, swap Performance Max asset-group headlines, descriptions, images or logos, rotate underperformers, or visually evaluate / compare…

logly/mureo · 138 tokens

visual-content

When the user wants to plan, create, or repurpose visual content (images, infographics, social post images) across channels. Also use when the user mentions "content images," "social media images," "infographic," "visual content," "post image," "image specs," "visual repurposing," "content visuals," or "image for…

kostja94/marketing-skills · 86 tokens

creator-program

When the user wants to plan, implement, or optimize creator program strategy. Also use when the user mentions "creator program," "creator partnership," "content co-creation," "creator ambassador," "creator economy," "creator collaboration," "UGC program," "creator incentives," or "creator community." For influencers…

kostja94/marketing-skills · 72 tokens

podcast-marketing

When the user wants to plan, create, or market a podcast. Also use when the user mentions "podcast," "podcast strategy," "podcast SEO," "show notes," "podcast distribution," "Spotify podcast," "Apple Podcasts," "podcast discoverability," "PodcastEpisode schema," or "podcast repurposing." For show notes, use…

kostja94/marketing-skills · 83 tokens