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.
npx skills add helbertparanhos/postforme-mcp-pro --skill skillgit clone --depth 1 https://github.com/helbertparanhos/postforme-mcp-proWrote 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.
[](https://agentmods.dev/skills/helbertparanhos/postforme-mcp-pro/skill)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- MCP ativo: o servidor
postforme-mcp-proprecisa estar configurado no client (comPOSTFORME_API_KEY). Se as toolslist_social_accountsetc. não existirem, peça ao usuário para adicionar o MCP (ver README do projeto). - Contas conectadas: rode
list_social_accountsno início de qualquer fluxo de publicação para obter ossocial_accounts(ids). Nunca invente ids. - Modo seguro: se o usuário só quer consultar/analisar, lembre que
POSTFORME_READONLY=truebloqueia 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
list_social_accounts→ mostre as contas e pergunte em quais publicar (a menos que o usuário já tenha dito).- Se houver imagem/vídeo:
upload_media(passefile_pathlocal ousource_url) e use omedia_urlretornado. - (Opcional, recomendado)
create_post_previewpara mostrar como vai ficar em cada rede. - Confirme caption + mídia + contas com o usuário.
publish_nowcomsocial_accounts,caption,media.- Depois,
list_post_results(filtrando porsocial_post_id) e resuma sucesso/erro por plataforma com os links nativos.
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.
- 8d ago First seen · 75 lines · 189 tokens per session scan A 048e3efc790f
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.
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…
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.
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.
unreal-modeling-asset
A guide for editing Unreal Engine StaticMesh assets, which are reusable 3D models, and creating or changing their collision shapes.
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.
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.