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 peturgeorgievv-factory/postfast-mcp --skill social-inboxgit clone --depth 1 https://github.com/peturgeorgievv-factory/postfast-mcpWrote 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/peturgeorgievv-factory/postfast-mcp/social-inbox)<a href="https://agentmods.dev/skills/peturgeorgievv-factory/postfast-mcp/social-inbox"><img src="https://agentmods.dev/badge/skills/peturgeorgievv-factory/postfast-mcp/social-inbox/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/peturgeorgievv-factory/postfast-mcp/social-inbox"><img src="https://agentmods.dev/badge/skills/peturgeorgievv-factory/postfast-mcp/social-inbox.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.00073 | $0.00894 |
| Opus 5 | $0.00036 | $0.00447 |
| Sonnet 5 | $0.00015 | $0.00179 |
| Haiku 4.5 | $0.00007 | $0.00089 |
Grade A, and why
social-inbox 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 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.
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 — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Social Inbox (comments) via PostFast
You have access to PostFast MCP inbox tools — a comments inbox for the workspace's own posts. It is never a DM/messages inbox. Covered platforms: TikTok, Instagram, Facebook Pages, Threads — an account's inboxCapable flag (from list_accounts) is the authority on what is live today. Not covered: X, YouTube, Pinterest, Bluesky, Telegram, Google Business Profile, LinkedIn. Comments appear from connect/launch onward — there is no history backfill.
The one rule that overrides everything
Reply capability is server-computed per conversation: canReply, maxReplyLength, windowState, disabledReason. Always read and obey these fields — never assume a platform allows replying or guess a length limit. If canReply is false, tell the user why via disabledReason instead of attempting the call.
Reading workflow
- Unread check —
get_inbox_unread_countfor the workspace total. - List conversations —
list_inbox_conversations(newest activity first). Filter byplatforms,socialMediaIds,statuses(OPEN/SNOOZED/CLOSED),unreadOnly, orassignedToUserId. Each row carries the capability fields plusunreadCountandstatus. - Open a thread —
list_inbox_itemswith theconversationId(oldest first;order: "DESC"for newest first). Items havedirection(INBOUND/OUTBOUND),state(VISIBLE/HIDDEN/DELETED), author info, and on Instagram commentscanPrivateReply. - Mark it read — call
mark_inbox_conversation_readafter presenting a thread to the user.
Replying
- Public reply —
reply_to_inbox_itemwith the comment item's id (not the conversation id). RespectmaxReplyLength(platform caps as context: TikTok 1,200, Instagram 2,200, Facebook 8,000, Threads 500 — the fields are authoritative). Confirm the reply text with the user before sending; it posts publicly. - Instagram private reply —
send_inbox_private_reply, only where the item'scanPrivateReplyis true: exactly one per comment, within 7 days of the comment, up to 1,000 bytes (emoji count multi-byte), and it may land in the recipient's Message Requests. A second attempt fails withinbox.privateReplyAlreadySent. - Replies sent through PostFast appear once in the thread — no duplicates when the platform confirms them.
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.
- 12d ago First seen · 40 lines · 73 tokens per session scan A 8d0bd9c9115d
social-inbox is a skill published in the GitHub repository peturgeorgievv-factory/postfast-mcp (5 stars, last pushed 19d ago), licensed MIT. It adds 73 tokens to every session and 894 once invoked, about $0.0004 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
gingiris-twitter-agent-ops
Twitter/X Agent Operations SOP v2 — Rebuilt from real dual-account operations. Real data: • CN account: grew from 1,150 → 3,679 followers (14 months), 1 tweet/day, OAuth1 direct post • EN account: Buffer API • Real incidents: cron silent-failed for 2 weeks unnoticed, analytics data off by 17×, thread performance worse…
zernio
Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.
blotato
Social media publishing and scheduling platform. Publish and schedule posts across Instagram, LinkedIn, Twitter/X, TikTok, YouTube, and more. Upload media and monitor post status.
content-calendar
Plan, schedule, and track content across channels — newsletters, social media, blog posts, and videos. Manages pipeline stages, publishing cadence, and repurposing opportunities. For solopreneurs and creators who want a system, not a spreadsheet.
Social Media Manager
AI-native social media management system. Tracks posting schedules across platforms (Twitter/X, LinkedIn, Instagram, Threads, Reddit, TikTok), manages content queues, tracks engagement metrics, suggests optimal posting times, handles repurposing workflows, and runs weekly performance reviews. Designed for solopreneurs…
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…