
You already wrote the hard part. Postquarry is a content repurposing plugin that reads a blog post you have published and writes the rest of the week from it: an X thread, a LinkedIn post, an Instagram caption, a Facebook post, an email newsletter, a key takeaways recap, a TL;DR, an FAQ block with schema, quote cards, a carousel script and a short video script.
Then it schedules them and auto posts them to your social media accounts through the automation tool you already use.
There is no AI service behind this plugin. No OpenAI key, no Claude key, no monthly credits, no per-post cost, and nothing about your content is sent to a third party to be processed. The whole engine is PHP running on your own server.
It works by reading the post properly rather than guessing:
Because it is deterministic, the same post always produces the same slices. The preview is what gets published.
Postquarry reads posts you have already published and measures how you write: average sentence length, whether you use contractions, whether you address the reader as “you”, how often you ask questions, whether you use emoji, and your typical reading ease. Those measurements are then enforced on every slice.
It is your own numbers applied to your own words. It is not a model imitating you, and the plugin does not claim otherwise.
Every slice gets a score out of 100 with the full breakdown shown: hook strength, first line length, length fit for the platform, reading ease, whether there is a number in it, whether it is skimmable, whether it asks for anything, and hashtag discipline. Each lost point comes with a specific fix.
It is a transparent rubric, not a prediction. No plugin can tell you what will go viral, and this one does not pretend to.
Postquarry never asks for your social passwords and never asks you to register a developer app. A finished slice leaves your site one of four ways:
Turn on automatic slicing and every post you publish is sliced in the background, saved to the library, and optionally queued across the days and times you choose, with a minimum gap between posts.
Two of the twelve formats are worth more inside the original post than they are on a social feed, so Postquarry can write them straight back into it:
Nothing is written to a post until you press the button. Postquarry never edits your content in the background.
Postquarry_Format and add your class through the postquarry_format_classes filter.postquarry_hook_templates.postquarry_niches.postquarry_webhook_payload.postquarry_slice_saved, postquarry_published_post, postquarry_delivered.wp postquarry slice <id>, wp postquarry run, wp postquarry voice, wp postquarry library.Postquarry does not depend on any external service and sends nothing anywhere by default. There are exactly three cases where it makes an outbound request, all of them started by you:
No analytics, no telemetry, no licence check, and no call home. Your content is never sent to an AI provider, because there is no AI provider.