

The drafts list with platform, topic, source and state columns, New/Approved/Used views, and Approve/Reject/Copy actions.
Blurbwing reads the RSS feeds behind the topics you choose, and each day it drafts short, platform-tailored social posts about the most post-worthy items. Drafts land in wp-admin as a private post type where you review, edit and copy them. It writes commentary in the voice of a working developer sharing something interesting, not a brand account.
It does not post to any network. Version 1 ends at a polished draft with a copy button, and provides hooks so a publishing add-on can extend it.
Built on the WordPress AI layer. Blurbwing uses WordPress 7.0’s native, provider-agnostic AI client. It stores no API keys and bundles no provider. You configure a provider once under Settings Connectors (the official AI Provider for Anthropic, Google or OpenAI plugins), and Blurbwing expresses a model preference and accepts whatever answers.
Reads only what publishers syndicate. Sources are RSS feeds fetched with WordPress core, so there is no extra API key, no rate limit and no cost. The AI receives a headline, publisher, short summary and URL, and writes original commentary. Drafts never reproduce feed content, and every draft stores and shows its source URL.
Costs are capped. A daily token budget stops a run once the limit is reached, so a misconfigured schedule can never burn through your provider credits.
do_action( 'blurbwing_draft_approved', int $draft_id, string $platform ) fires when a draft is approved.
apply_filters( 'blurbwing_draft_content', string $text, int $draft_id, string $platform ) filters the copy-ready text of a draft (its body plus the source URL).
apply_filters( 'blurbwing_platform_profiles', array $profiles ) tunes the per-platform length, hashtag and tone profiles.
apply_filters( 'blurbwing_prompt_template', string $template, string $key, array $context ) overrides any prompt template (`ranking_system`, `ranking_user`, `generation_system`, `generation_user`).
apply_filters( 'blurbwing_topic_presets', array $presets ) adds or changes the curated topic feed bundles.<h3>External services</h3>
Blurbwing connects to two kinds of external service. Neither is contacted until an administrator has saved the plugin’s settings, and nothing is sent from your visitors’ browsers.
To find news to write about, your server downloads the public RSS feeds behind the topic presets you tick, plus any custom feed URLs you add. Requests are made with WordPress core’s fetch_feed() during the daily scheduled run and when you press Run now. Feeds of topics you did not select are never requested.
Each request is a plain HTTP GET. It carries no content from your site. As with any HTTP request, the publisher sees your server’s IP address and the standard WordPress user agent, which includes your site URL.
The bundled preset feeds (listed in data/topic-feeds.json) and the services behind them:
css-tricks.com, operated by DigitalOcean — terms, privacy. web.dev, web.dev, operated by Google — terms, privacy.wordpress.org and make.wordpress.org — privacy.huggingface.co — terms, privacy.www.smashingmagazine.com — privacy. A List Apart, alistapart.com — copyright and terms, privacy.blog.hubspot.com — terms, privacy.techcrunch.com — terms, privacy.Custom feeds you add are requested the same way, and are subject to their own publishers’ terms.
Blurbwing contains no AI provider code, no HTTP client and no API key setting. It hands prompts to the AI client built into WordPress 7.0, and WordPress sends them to whichever provider you connected under Settings Connectors. If no provider is connected, nothing is sent.
What is sent, on each scheduled run or Run now: for every candidate news item, its headline, publisher name, a summary excerpt of at most 500 characters and its URL, together with Blurbwing’s writing instructions and the length and hashtag limits of the platforms you selected. No user data, visitor data or site content is included.
Which service receives it depends on the provider plugin you installed. The official ones are:
Any other provider you connect through WordPress is subject to its own terms.
Blurbwing sends a headline, publisher, short summary and URL to the AI provider you configured, to generate draft text. It stores drafts, their source URLs, and per-run token counts in your database. It does not track visitors and stores no personal data from your site’s audience.