Agent skill · Data & Analytics

instagram

Integracao completa com Instagram via Graph API. Publicacao, analytics, comentarios, DMs, hashtags, agendamento, templates e gestao de contas Business/Creator.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill instagram --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 30
SKILL.md size: 13 KB
Bundled scripts: yes
Declared author: renat
Path: skills/instagram/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Instagram Integration ## Overview Integracao completa com Instagram via Graph API. Publicacao, analytics, comentarios, DMs, hashtags, agendamento, templates e gestao de contas Business/Creator. ## When to Use This Skill - When the user mentions "instagram" or related topics - When the user mentions "ig" or related topics - When the user mentions "post instagram" or related topics - When the user mentions "publicar instagram" or related topics - When the user mentions "reels instagram" or related topics - When the user mentions "stories instagram" or related topics ## Do Not Use This Skill When - The task is unrelated to instagram - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Controle completo da conta Instagram via Graph API. Publicação, comunidade, analytics, DMs, hashtags, templates e dashboard — tudo gerido com governança (rate limits, audit log, confirmações antes de ações públicas). ## Resumo Rápido | Área | Scripts | O que faz | |------|---------|-----------| | **Setup** | `account_setup.py`, `auth.py` | Configurar conta, OAuth, token | | **Publicação** | `publish.py`, `sche

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Resumo Rápido
  6. Localização
  7. 1. Verificar Tipo De Conta Instagram
  8. 2. Configurar Oauth (Abre Browser Para Autorização)
  9. 3. Verificar Se Está Tudo Funcionando
  10. Agendar Publicação Futura
  11. Listar Posts Agendados
  12. Processar Posts Prontos Para Publicar
  13. Cancelar Agendamento
  14. Enviar Dm
Ships with 24 files
  • references/account_types.md
  • references/graph_api.md
  • references/permissions.md
  • references/publishing_guide.md
  • references/rate_limits.md
  • references/schema.md
  • references/setup_walkthrough.md
  • scripts/account_setup.py
  • scripts/analyze.py
  • scripts/api_client.py
  • scripts/auth.py
  • scripts/comments.py
  • scripts/config.py
  • scripts/csv_utils.py
  • scripts/db.py
  • scripts/export.py
  • scripts/governance.py
  • scripts/hashtags.py
  • scripts/insights.py
  • scripts/media.py
  • scripts/messages.py
  • scripts/profile.py
  • scripts/publish.py
  • scripts/requirements.txt
first 24 of 30
Commands it runs
python C:\Users\renat\skills\instagram\scripts\publish.py --type photo --image foto.jpg --caption "Texto"
python C:\Users\renat\skills\instagram\scripts\run_all.py --only insights
python C:\Users\renat\skills\instagram\scripts\analyze.py --summary
python C:\Users\renat\skills\instagram\scripts\analyze.py --best-times
python C:\Users\renat\skills\instagram\scripts\comments.py --reply --comment-id ID --text "Resposta"
python C:\Users\renat\skills\instagram\scripts\run_all.py
python C:\Users\renat\skills\instagram\scripts\serve_api.py
More from agentic-awesome-skills
All skills →
About this skill
What does the instagram skill do?

Integracao completa com Instagram via Graph API. Publicacao, analytics, comentarios, DMs, hashtags, agendamento, templates e gestao de contas Business/Creator.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill instagram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going