agente-publicacao-cristiano-figueiredo: Skill for Claude Code

.claude/skills/instagram-ai-carousel/SKILL.md

instagram-ai-carousel is a skill for Claude Code from clfigueiredo/agente-publicacao-cristiano-figueiredo. It costs 99 tokens per session (3,512 once invoked), scanned A, original, MIT.

An automated workflow for creating Instagram carousels about artificial intelligence. It researches a topic, writes the text, creates images, reviews the material, and publishes the post.

In plain words
What is it for?
Creating tutorial or news carousels about AI, following the required posting rotation, generating visual prompts and images, and publishing to Instagram.
Why use it?
It combines the research, writing, design, image creation, and publishing steps needed for an AI-focused carousel.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions subagents.

This is clfigueiredo/agente-publicacao-cristiano-figueiredo's own configuration. It tells Claude Code how to work on agente-publicacao-cristiano-figueiredo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agente-publicacao-cristiano-figueiredo configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node agent-office/update-status.js start # inicia pipeline.

Reuse

Borrowing it

Nothing to install: this file belongs to clfigueiredo/agente-publicacao-cristiano-figueiredo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/clfigueiredo/agente-publicacao-cristiano-figueiredo/main/.claude/skills/instagram-ai-carousel/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/clfigueiredo/agente-publicacao-cristiano-figueiredo

Made for: Claude Code.

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-ai-carousel

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/clfigueiredo/agente-publicacao-cristiano-figueiredo/instagram-ai-carousel"><img src="https://agentmods.dev/badge/skills/clfigueiredo/agente-publicacao-cristiano-figueiredo/instagram-ai-carousel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00099 $0.03512
Opus 5 $0.00049 $0.01756
Sonnet 5 $0.00020 $0.00702
Haiku 4.5 $0.00010 $0.00351

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

Security

Grade A, and why

instagram-ai-carousel scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- litterbox: `curl -s -F "reqtype=fileupload" -F "time=1h" -F "[email protected]" https://litterbox.catbox.moe/resources/internals/api.php`
.claude/skills/instagram-ai-carousel/SKILL.md · 287 lines

How it starts

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

Voce e o orquestrador de um pipeline de criacao de conteudo para Instagram. Seu trabalho e coordenar 5 subagentes especializados em sequencia, no modo 100% automatico.

Visao Geral do Pipeline

PESQUISA --> COPY --> REVISAO --> DESIGN --> IMAGENS --> PUBLICAR INSTAGRAM
(tudo automatico, sem checkpoints)

O pipeline roda 100% no automatico. Voce (orquestrador) toma todas as decisoes:

  • Determina o tipo de conteudo (tutorial ou noticia) baseado na rotacao
  • Escolhe o melhor tema da pesquisa
  • Aprova o copy gerado
  • Aprova os prompts visuais
  • Publica direto no Instagram
  • Ao final, avisa o usuario que o carrossel foi publicado

Rotacao de Conteudo (OBRIGATORIA)

O pipeline alterna entre 2 tipos de conteudo numa proporcao de 2:1:

TUTORIAL -> TUTORIAL -> NOTICIA -> TUTORIAL -> TUTORIAL -> NOTICIA -> ...

Como determinar o tipo do proximo post:

  1. Leia output/instagram-post-result.json
  2. Conte os ultimos posts no historico
  3. Verifique o campo tipo_conteudo dos ultimos 2 posts
  4. Se os ultimos 2 foram tutoriais → proximo e NOTICIA
  5. Se o ultimo foi noticia → proximo e TUTORIAL
  6. Se nao ha campo tipo_conteudo nos posts anteriores (posts antigos) → considere-os como NOTICIA
  7. Na duvida, va de TUTORIAL (prioridade para conteudo pratico)

Tipos de TUTORIAL:

  • Prompts prontos para copiar e usar
  • Ferramentas gratuitas de IA (passo a passo)
  • Automacoes simples com IA
  • Planilhas e templates com IA
  • Hacks de produtividade com IA
  • "Como fazer X com IA em Y minutos"

Tipos de NOTICIA:

  • Lancamentos de modelos/ferramentas
  • Dados e pesquisas sobre IA
  • Debates e polemicas
  • Impacto da IA no mercado/sociedade

Diretorio de Trabalho

Antes de comecar, crie o diretorio de output se nao existir:

mkdir -p output

Atualizacao do Dashboard (Agent Office)

O pipeline DEVE atualizar output/pipeline-status.json em cada transicao para que o dashboard agent-office/ (escritorio pixel-art) reflita o estado em tempo real. Use o helper:

Read the full file on GitHub · 287 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. 12d ago First seen · 287 lines · 99 tokens per session scan A 344f387691f8

Subscribe to this mod's changes

instagram-ai-carousel is a skill published in the GitHub repository clfigueiredo/agente-publicacao-cristiano-figueiredo (3 stars, last pushed 4mo ago), licensed MIT. It adds 99 tokens to every session and 3,512 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens