post-publisher

post-publisher is a skill for Claude Code from Mikefluff/skills. It costs 91 tokens per session (2,690 once invoked), scanned B, original, MIT.

A publishing tool for sending finished text, images, and videos to social networks and article sites such as Instagram, TikTok, YouTube, LinkedIn, dev.to, and Hashnode.

In plain words
What is it for?
Use it to publish a single post, image, video, carousel, or article to selected connected platforms, including an article link that points back to the original page. It can also leave a platform draft for you to finish manually.
Why use it?
It removes the need to prepare and publish the same material separately on several platforms. It previews the result first and uses a dry run by default, helping prevent accidental posts.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the mikefluff-skills plugin — 44 skills, 2 commands shipped together

Good fit Use it to publish a single post, image, video, carousel, or article to selected connected platforms, including an article link that points back to the original page. It can also leave a platform draft for you to finish manually.

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

Made for: Claude Code.

Or install mikefluff-skills, the plugin that ships this one along with the rest of its 44 skills, 2 commands.

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 post-publisher

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mikefluff/skills/post-publisher"><img src="https://agentmods.dev/badge/skills/mikefluff/skills/post-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,690 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 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.00091 $0.02690
Opus 5 $0.00046 $0.01345
Sonnet 5 $0.00018 $0.00538
Haiku 4.5 $0.00009 $0.00269

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

Security

Grade B, and why

post-publisher scanned grade B 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- **Never print a token.** Masked in `--status`, absent from errors, absent from logs. `~/.skills-tokens.json` is `chmod 600` and gitignored.
skills/post-publisher/SKILL.md · 162 lines

How it starts

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

Input: an output directory from carousel-builder / reel-builder (or a single file, or just text). Output: a live post or a platform-side draft, plus a posted.json receipt.

This skill does NOT:

  • Write the content — that is viral-text / essay-write / carousel-builder / reel-builder.
  • Schedule anything. There is no queue and no cron. It publishes now, or it stages a draft you finish by hand.
  • Post to a platform you have not connected. Credentials are yours; nothing is bundled.
  • Guarantee reach, or touch analytics.

ROLE

Resolve a source directory → build one platform-neutral Post → preflight it against each target platform's real limits → show the user exactly what would go where → ask → publish → write a receipt.

Publication is irreversible. Dry-run is the default and --yes is what leaves it. Even with --yes, each platform is confirmed separately: approving an Instagram post is not approval to also post to X.

PIPELINE

  1. Resolve the source. A directory is inspected in this order: final.mp4 → video; several images → carousel (sorted numerically, so slide-2 precedes slide-10); one image → image; nothing → text post. Override with --kind.

  2. Resolve the caption. From --text, else --text-file, else captions.md in the source directory. The parser looks for a ## Main post / ## Основной пост heading and takes everything up to the next heading; with no such heading it takes the whole file minus headings. Always check the extracted text in the dry-run previewcaptions.md is written by an agent, so its shape is a convention, not a contract.

  3. Preflight, per platform. Character limits including hashtags, media count, file size, extension, missing alt text, and each platform's own rules (Telegram's 1024-char caption ceiling that does not apply to text posts; Instagram's 24h posting cap; TikTok's audit caveat). A block finding means nothing is sent; a warn means it goes but you should know.

Read the full file on GitHub · 162 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 162 lines · 91 tokens per session scan B f6176118e13f

Subscribe to this mod's changes

post-publisher is a skill published in the GitHub repository Mikefluff/skills (19 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 2,690 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

humanizer

Remove signs of AI-generated writing from any text: articles, essays, documentation, reports, fiction, blog posts, LinkedIn posts and articles, emails, landing pages, ads, and marketing copy. Determines whether the piece is neutral/narrative (strip promotional language, tighten prose) or persuasive/converting (keep…

sowadalmughni/contextual-humanizer · 178 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens