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-media-postgit 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-media-post)<a href="https://agentmods.dev/skills/peturgeorgievv-factory/postfast-mcp/social-media-post"><img src="https://agentmods.dev/badge/skills/peturgeorgievv-factory/postfast-mcp/social-media-post/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-media-post"><img src="https://agentmods.dev/badge/skills/peturgeorgievv-factory/postfast-mcp/social-media-post.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.00062 | $0.02803 |
| Opus 5 | $0.00031 | $0.01401 |
| Sonnet 5 | $0.00012 | $0.00561 |
| Haiku 4.5 | $0.00006 | $0.00280 |
Grade A, and why
social-media-post 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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Social Media Post via PostFast
You have access to PostFast MCP tools for social media scheduling and management.
Setup Check
If any PostFast tool call fails with an authentication/401 error, tell the user:
- Go to https://app.postfa.st/dashboard, click API in the sidebar, and generate a key
- Set the
POSTFAST_API_KEYenvironment variable with the key
Posting Workflow
-
List accounts — Call
list_accountsto see connected social media accounts. Each account has anid,platform,platformUsername,displayName, and aconnectionStatus(CONNECTEDorDISABLED) with an optionaldisabledReason. IfconnectionStatusisDISABLED, the account won't publish until the user reconnects it — warn the user and don't schedule to it. -
Prepare media (if needed) — If the user has images or videos to attach:
- Use
upload_mediawith the local file path — it handles getting a signed URL, uploading, and returning akeyandtype(IMAGE or VIDEO) - Supported formats: JPEG, PNG, GIF, WebP (images), MP4, WebM, MOV (video)
- Size limits: 10MB images, 250MB video, 60MB documents (PDF/DOC/DOCX/PPT/PPTX)
- Use
-
Create posts — Call
create_postswith:socialMediaId: account ID from step 1content: the post text/captionscheduledAt: ISO 8601 datetime (required unless status is DRAFT)mediaItems: array of{key, type, sortOrder}from uploaded mediastatus: SCHEDULED (default) or DRAFTfirstComment: optional first comment text, posted automatically after publishing (supported on X, Instagram, Facebook, YouTube, Threads, and TikTok — TikTok: max 1,200 chars, requires a Business API connection)controls: platform-specific settings (see below)- You can batch up to 15 posts in a single call — great for content calendars
- Don't schedule to a
DISABLEDaccount — the API rejects it with HTTP 400socialMediaDisconnected. Saving as DRAFT is still allowed. CheckconnectionStatusfrom step 1 first.
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 · 127 lines · 62 tokens per session scan A 46818ef5b6e5
social-media-post is a skill published in the GitHub repository peturgeorgievv-factory/postfast-mcp (5 stars, last pushed 19d ago), licensed MIT. It adds 62 tokens to every session and 2,803 once invoked, about $0.0003 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…