postforme

postforme is a skill for Claude Code, Codex from helbertparanhos/postforme-mcp-pro. It costs 189 tokens per session (1,588 once invoked), scanned A, original, MIT.

A Portuguese-language skill for managing social-media content through Post for Me, a service that connects accounts on networks such as Instagram, Facebook, TikTok, YouTube, X, and LinkedIn. It covers publishing, scheduling, editing, drafts, media uploads, and analytics.

In plain words
What is it for?
Use it to create, schedule, edit, or analyze posts across connected social networks and to upload media or review post results.
Why use it?
It gathers multi-network publishing and reporting into one workflow, so you do not have to manage each connected account separately. It also requires checking the available accounts and confirming public posts before publishing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, schedule, edit, or analyze posts across connected social networks and to upload media or review post results.

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

Made for: Claude Code, Codex.

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 postforme

README.md
[![agentmods](https://agentmods.dev/badge/skills/helbertparanhos/postforme-mcp-pro/skill/github.svg)](https://agentmods.dev/skills/helbertparanhos/postforme-mcp-pro/skill)
Your own site
<a href="https://agentmods.dev/skills/helbertparanhos/postforme-mcp-pro/skill"><img src="https://agentmods.dev/badge/skills/helbertparanhos/postforme-mcp-pro/skill/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 postforme

Your own site · 80×15
<a href="https://agentmods.dev/skills/helbertparanhos/postforme-mcp-pro/skill"><img src="https://agentmods.dev/badge/skills/helbertparanhos/postforme-mcp-pro/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,588 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.
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.00189 $0.01588
Opus 5 $0.00095 $0.00794
Sonnet 5 $0.00038 $0.00318
Haiku 4.5 $0.00019 $0.00159

Measured 8d ago against content hash 048e3efc790f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

postforme 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 8d 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.

skill/SKILL.md · 75 lines

How it starts

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

/postforme — Publicação e analytics multi-rede via Post for Me

Esta skill orquestra o MCP postforme-mcp-pro para todo o ciclo de vida de conteúdo nas 9 redes que o Post for Me conecta: Instagram, Facebook, TikTok, YouTube, X, LinkedIn, Pinterest, Bluesky, Threads.

As tools do MCP fazem o trabalho (chamadas list_social_accounts, create_post, schedule_post, upload_media, list_post_results, etc.). A skill adiciona o contexto e os fluxos: descobrir contas, montar o post certo por plataforma, confirmar antes de publicar e resumir resultados.

Pré-requisitos

  1. MCP ativo: o servidor postforme-mcp-pro precisa estar configurado no client (com POSTFORME_API_KEY). Se as tools list_social_accounts etc. não existirem, peça ao usuário para adicionar o MCP (ver README do projeto).
  2. Contas conectadas: rode list_social_accounts no início de qualquer fluxo de publicação para obter os social_accounts (ids). Nunca invente ids.
  3. Modo seguro: se o usuário só quer consultar/analisar, lembre que POSTFORME_READONLY=true bloqueia qualquer escrita — bom para sessões de análise.

Toda publicação é uma ação outward-facing (vai pro público real). Sempre confirme com o usuário o texto, as mídias e as contas-alvo antes de chamar uma tool de escrita (create_post, publish_now, schedule_post).

Modos

A skill aceita um modo opcional: /postforme [modo]. Sem modo, infira pelo pedido.

post — publicar agora

  1. list_social_accounts → mostre as contas e pergunte em quais publicar (a menos que o usuário já tenha dito).
  2. Se houver imagem/vídeo: upload_media (passe file_path local ou source_url) e use o media_url retornado.
  3. (Opcional, recomendado) create_post_preview para mostrar como vai ficar em cada rede.
  4. Confirme caption + mídia + contas com o usuário.
  5. publish_now com social_accounts, caption, media.
  6. Depois, list_post_results (filtrando por social_post_id) e resuma sucesso/erro por plataforma com os links nativos.

Read the full file on GitHub · 75 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. 8d ago First seen · 75 lines · 189 tokens per session scan A 048e3efc790f

Subscribe to this mod's changes

postforme is a skill published in the GitHub repository helbertparanhos/postforme-mcp-pro (1 stars, last pushed 5d ago), licensed MIT. It adds 189 tokens to every session and 1,588 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

e2e-testing

AI-powered E2E testing for any app — Flutter, React Native, iOS, Android, Electron, Tauri, KMP, .NET MAUI. Connects via MCP to running apps so the agent can take screenshots, tap elements, enter text, scroll, inspect UI trees, and verify state with natural language. Use when the user wants to test an app's UI…

ai-dashboad/flutter-skill · 107 tokens

unreal-actor-editing

Manage actors in UE levels via UCP. Use when the user asks to spawn, delete, move, duplicate, select, or otherwise manipulate actors in the Unreal Engine editor.

Italink/UnrealClientProtocol · 42 tokens

unreal-modeling-meshops

A reference skill for editing and repairing 3D meshes in Unreal Engine, a game-development tool. It covers operations such as simplification, remeshing, Boolean changes, voxel processing, subdivision, and basic editing.

Italink/UnrealClientProtocol · 48 tokens

unreal-modeling-asset

A guide for editing Unreal Engine StaticMesh assets, which are reusable 3D models, and creating or changing their collision shapes.

Italink/UnrealClientProtocol · 44 tokens

unreal-modeling-attributes

A GeometryScript guide for reading and changing attributes on Unreal Engine mesh geometry. These attributes include vertex colours, polygroups, and material IDs.

Italink/UnrealClientProtocol · 32 tokens

unreal-modeling-primitives

A set of Unreal Engine GeometryScript operations for creating basic 3D mesh shapes and applying common modeling operations. These shapes include boxes, spheres, cylinders, capsules, cones, toruses, and discs.

Italink/UnrealClientProtocol · 49 tokens