Auto Release Posts for GitHub
Auto Release Posts for GitHub monitors GitHub repositories for new releases and uses AI to research each release and generate a human-readable blog post about it. Posts can be automatically published or held as drafts for review, with email notifications when new posts are ready. Built on the AI Client API and Connectors introduced in WordPress 7.0 — configure your AI provider (Anthropic, OpenAI, Google, or any other connector) once under Settings → Connectors, and this plugin uses whatever you’ve set up. No AI API keys to manage in the plugin itself. How it works: Monitor — Add any GitHub repository and the plugin checks for new releases daily via WP-Cron. Generate — When a new release is detected, the AI researches the release and writes a blog post tailored to your audience. Publish — Posts are created as drafts for review, or published automatically based on your per-repository settings. You can also generate a post on demand at any time from the Repositories tab. Features: Monitor multiple GitHub repositories for new releases AI-powered post generation via WordPress Connectors — works with Anthropic, OpenAI, Google, and any other configured connector Significance-aware content — patch, minor, major, and security releases get tailored tone and structure Choose the research depth — Standard reviews release notes, linked issues and PRs, metadata, and the README; Deep adds commit messages and file changes since the last release SEO-friendly post slugs and excerpts generated automatically by AI Configurable publish/draft workflow with per-repository overrides Per-repository post defaults (categories, tags, post status) Choose your post title format — prefix with project name and version, version only, or no auto-prefix (let the AI write the full title in single-project sites) Generate posts on demand for any historical release — pick from a version dropdown when a repo has multiple releases; older releases are automatically backdated to keep the archive in chronological order Custom prompt instructions to guide AI writing style, tone, and voice Regenerate posts with feedback — refine AI output directly from the block editor sidebar Email notifications on draft creation, publication, or both Source attribution in the block editor — see which GitHub release generated each post Idempotency — the same release never creates duplicate posts Optional project link support — enter a URL or WordPress.org slug for download CTAs Optional pre-release tracking per repository — track stable releases by default, or opt in to include betas, release candidates, and other pre-release versions Monorepo support — per-repository tag patterns limit posts to selected packages (e.g. @headstartwp/core@*, @headstartwp/next@*) when one repository releases many packages For developers: Extensible via filter hooks at every stage of the pipeline Customize preferred AI models via the ghrp_wp_ai_client_model_preferences filter Override significance classification, prompt content, post terms, and post status per-release All prompt templates defined in code, versioned with the plugin Requirements: WordPress 7.0 or later PHP 8.2 or later At least one AI connector configured under Settings → Connectors (Anthropic, OpenAI, or Google recommended) Auto Release Posts for GitHub is an independent project. It is not affiliated with, endorsed by, or sponsored by GitHub, Inc. or the WordPress Foundation. “GitHub” and “WordPress” are used here for descriptive purposes only. External Services This plugin connects to external services to fetch release data and (via WordPress Connectors) generate post content. Each service is described below. GitHub REST API What it is: GitHub’s REST API (https://api.github.com) is used to read release data and repository metadata, and — when a Personal Access Token is configured — to list repositories the token can access. What is sent: HTTP requests to api.github.com containing the repository owner and name. If a GitHub Personal Access Token is configured (in the Settings tab, or via the GHRP_PAT constant or environment variable), the token is sent in the Authorization header. When it is sent: Daily via WP-Cron (configurable via the ghrp_check_frequency filter), and on demand when generating, regenerating, or refreshing posts from the plugin’s admin screens. Terms of Service: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service Privacy Policy: https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement Image sideloading from GitHub-hosted domains What it is: When AI-generated post content references images hosted on github.com, githubusercontent.com, or github.io, the plugin downloads those images to the WordPress Media Library so posts render without external image dependencies. What is sent: HTTP GET requests to the specific image URLs referenced by the AI output. No data beyond a standard HTTP request. When it is sent: At post creation or regeneration time, for image URLs included in the AI-generated content. The allowed domains and limits are configurable via the ghrp_sideload_allowed_domains, ghrp_max_sideload_images, ghrp_sideload_time_budget, and related filters. Terms of Service and Privacy Policy: same as GitHub above. AI providers (via WordPress Connectors) What it is: AI-generated post content is produced by whichever AI connector you have configured under Settings → Connectors in WordPress 7.0+. The plugin does not call AI provider APIs directly — it dispatches prompts through the WordPress AI Client API. What is sent: The release title, release notes body, repository metadata (owner/name, language, description), and any custom prompt instructions you have configured are sent to the AI provider selected by your connector. Optional Deep research mode additionally sends recent commit messages and file change summaries between releases. When it is sent: When a new release is detected by the daily scheduled check, when you click “Generate post” or “Regenerate,” and when regenerating from the block editor sidebar. Privacy and terms for the AI provider depend on which connector is configured. Common providers: Anthropic — Terms — Privacy OpenAI — Terms — Privacy Google AI — Terms — Privacy Source Code The complete, human-readable source code for this plugin is published at: https://github.com/jakemgold/github-release-posts-wordpress Bundled JavaScript. The minified files under dist/js/ are built from the source files under assets/js/ using the @10up/scripts toolkit (which wraps Webpack). To rebuild: npm install && npm run build Source-to-build mapping: dist/js/admin.js is built from assets/js/admin/index.js dist/js/editor.js is built from assets/js/editor/index.js dist/css/admin-style.css is built from assets/css/admin/style.css Both source and build outputs ship with the plugin, so the source is available locally as well as in the public repository. Third-party libraries. The plugin has no third-party PHP dependencies. The vendor/ directory only contains Composer’s own PSR-4 autoloader scaffolding generated from the plugin’s own classes — it does not include any external libraries. The composer.json require block requires only php: >=8.2. PAT encryption uses libsodium, which has been part of PHP core since 7.2. Bundled npm packages used at build time (development only — not shipped at runtime): @10up/scripts (which itself bundles Webpack, ESLint, Babel, and the build-time-only wp-prettier and eslint-plugin-jsdoc overrides). All declared in package.json and package-lock.json. None of these end up in the distributed plugin.
Top keywords
- ai20×1.73%
- github19×1.65%
- post16×1.39%
- release16×1.39%
- posts11×0.95%
- wordpress11×0.95%
- js10×0.87%
- releases9×0.78%
- sent8×0.69%
- api7×0.61%
- com7×0.61%
- configured7×0.61%
TimeSaverBot – Multilingual AI Chatbot for WooCommerce & Live Chat
Someone lands on your site at 11pm with a question. Nobody is online. They buy from whoever did answer. TimeSaverBot is an AI chatbot for WordPress and WooCommerce. It learns your existing pages and your product catalog, answers visitor questions in 46 languages, recommends products from your own stock, and collects contact details when nobody on your team is online. Built for WooCommerce stores, clinics and salons that take bookings, agencies, and any site that sells a service and answers the same questions all day. Setup is a wizard: pick your pages, pick a ready-made bot, done. No code, no theme edits, no separate sign-up — you are live in about five minutes. 30-day free trial. No credit card. Answers only from your own content — your pages, your FAQ, your products. Not from the open internet. No OpenAI API key — nothing to register, no token bills, no keys to paste into WordPress Deep WooCommerce integration — price, stock, variations, weight, dimensions, photos 46 languages, detected automatically — your content stays in one language Five ready-made bots — sales, support, bookings, e-commerce, or your own instructions Captures leads 24/7 — your team picks up a conversation that is already half done The plugin connects your site to the TimeSaverBot platform. The setup wizard creates your account for you. The bot answers from your site, not from the internet An AI chatbot is only worth having if you can trust what it tells your customers. TimeSaverBot builds every answer from the pages you chose, the FAQ you wrote and the products in your catalog. When it doesn’t have the answer, it says so and offers to take the visitor’s details instead of inventing something. Prices, stock, model numbers, SKUs and brand names come straight from WooCommerce, so they are right at the moment the customer asks. And there is no OpenAI account to open and no separate usage bill to watch — the platform handles the AI side. The bot knows your WooCommerce catalog The plugin reads your products through WooCommerce’s own API, so the bot answers like a salesperson standing in your stockroom: Price and sale price. “How much is it?” — “$24.90, on sale right now, normally $29.” Stock, down to the last unit — including the one that sold a minute ago to somebody else. Most integrations never notice that. Variations. “Do you have it in blue, size 42?” — “Blue 42 is in stock, $24.90. Red 42 is sold out.” Weight and package dimensions. “Will it fit a parcel locker?” — “2.4 kg, and the box is 30 × 20 × 15 cm.” Photo, brand, category, SKU and rating — the bot sends a real product card with a button through to the product page, and finds things the way customers ask: by brand, by product code, by category. Sold-out products too — “It’s out right now, leave your details” beats silence. It narrows down, as well: “something under $30”, “only what’s in stock”, “cheapest first”. Create, edit or delete a product and the bot knows moments later — no overnight update, nothing to re-import by hand. Import your whole catalog or a single category with its subcategories. WooCommerce is optional. Without it, everything else works exactly the same. 46 languages, and the bot picks the right one itself Most chat plugins offer a handful of languages and ask you to choose one. TimeSaverBot works out the language from the visitor’s first message and answers in it. A Polish visitor gets Polish. A Brazilian gets Portuguese. Nobody picks a setting. Your content stays in one language — yours. The bot understands what a question means, not just the words it is written in, so the answer is built from the page you already wrote and comes back in the visitor’s language. No translation plugin, no duplicate pages, no 46 versions of your FAQ Exact details still match exactly — model numbers, SKUs, brand names Right-to-left done properly — for Arabic, Persian, Hebrew and Urdu the whole chat window mirrors, not just the text The chat window’s own buttons and labels ship in 82 languages and regional variants, and the plugin’s admin screens in 75 From Arabic and Chinese to Polish, Portuguese and Thai — see the full list in the FAQ. Pick a bot and it works out of the box 📈 General Sales — services, B2B, landing pages. Answers, then guides toward an inquiry. 🎧 General Support — sites with documentation or a knowledge base. 📅 Service Order — clinics, salons, repair shops. Collects name, phone, service, preferred time. 🛒 E-commerce — advises from your catalog, compares products, answers on price, stock, delivery and payment. 🤖 Prompt Bot — for anything the four above don’t cover. You write the instructions: a bot that only screens candidates for your job openings, or one that answers strictly from your legal FAQ and refers everything else to a partner. Live in about five minutes Activate the plugin — the wizard starts on its own. Pick the pages the bot learns from. Your WooCommerce catalog imports at the same time. Choose one of the five bots above, or write your own instructions. Set your widget colors and text, with live preview. Done — the widget is already on your site. Every step after picking your pages can be skipped. The bot always knows the current state of your site Edit a page and the bot picks the edit up. Publish one and it is included. Delete it and it drops out — the bot never answers from a page that no longer exists. Pages, posts and your custom sections like Services or Projects Re-scan the whole site or a single page whenever you want Write FAQ answers by hand, or import them from CSV or JSON Everything syncs in the background and never holds up your editor A widget that fits your site Appears on every page automatically — no shortcode, no theme file to edit Your colors, button text and chat title, previewed live in the wizard Works on phones, tablets and desktops — on a small screen the chat opens out to fill it Runs in its own window inside your page, so your theme can’t break it and it can’t break your theme Conversations turn into customers Chatting is not the point. Getting the business is. TimeSaverBot asks the qualifying questions you would otherwise type out yourself, works out what the visitor actually wants, and takes their contact details before they click away. If nobody is online, you still get the lead — with the whole conversation attached. When your team is around, the same widget is your live chat: switch on Live operators and the bot hands the conversation over to a human instead of taking a contact. Everything from your WordPress admin One click, no second login — Chat, Leads and Knowledge Base open straight from the WordPress menu Your numbers in wp-admin — conversations, leads and conversion rate for the last 30 days, plus how much of your monthly dialog allowance is left All settings in WordPress — the bot’s instructions, its tone, when it hands over to your team, and how the widget looks Safe by default Your WordPress password is never sent anywhere Every connection is signed, and opening Chat or Leads uses a one-time key that expires after 60 seconds Your installation is tied to your domain — nobody can point it elsewhere Reinstalling puts everything back — your connection survives a delete by default, or one checkbox under TimeSaverBot → Help makes deletion clear it from your site instead Worth knowing before you install TimeSaverBot is a hosted service. The plugin is the WordPress side of it; the AI itself runs on the TimeSaverBot platform. Single-site WordPress only — multisite is not supported yet. Pricing 30 days free, no credit card required. After the trial the plugin needs a paid TimeSaverBot plan to keep answering. The entry plan is $26/month and includes 100 AI conversations; beyond that, conversations are $0.09 each. Larger plans bring the per-conversation price down. Your WordPress dashboard shows the month’s limit and what is left of it, so nothing runs up quietly. Every plan includes all 46 languages, even the cheapest one — you never pay extra for them. See current plans. Try it on your own site Install the plugin and activate it. The wizard opens by itself, learns the pages you pick, and puts the widget live. In about five minutes you can open your own site and ask your bot a question — in any of the 46 languages — and see what your visitors will get tonight. Third-Party Service Disclosure This plugin relies on the TimeSaverBot SaaS platform hosted at app.timesaverbot.com. The following external connections are made: Provisioning API (POST /Provision/WordPressInstall) — Called once during the setup wizard to create your workspace. Sends: site URL, installation ID, WordPress version, plugin version, admin email. Dashboard Summary API (GET /Provision/WordPressDashboardSummary) — Called when loading the Dashboard page. Returns aggregated usage metrics. Operation Token API (POST /Auth/CreateOperationToken) — Called when you navigate to Chat, Leads, or Knowledge Base. Issues a short-lived authentication token. Iframe embeds — Bot Settings and Widget Settings pages load the TimeSaverBot configuration UI inside an iframe from app.timesaverbot.com. Silent login redirects — Chat, Leads, and Knowledge Base menu items redirect to app.timesaverbot.com with automatic authentication. Chat widget script (embed.js) — Loaded on every frontend page after wizard completion. The script is served from widget.timesaverbot.com and renders the chat widget inside an iframe. It sends your tenant ID and channel ID as data attributes. All server-to-server API calls are signed with HMAC-SHA256 using a per-installation secret. No data is sent to any other third-party service. TimeSaverBot Terms of Service TimeSaverBot Privacy Policy Privacy TimeSaverBot connects to the TimeSaverBot SaaS platform at app.timesaverbot.com. This section documents all data transmitted. Data sent during provisioning (one-time, on wizard completion) Normalized site hostname (e.g. example.com) Installation UUID (locally generated, not tied to any personal data) Raw site URL, WordPress version, plugin version (diagnostic metadata) Admin email address (used to create a technical user for your workspace) Data sent during normal operation Dashboard: HMAC-signed GET request with installation ID header. Returns aggregate metrics only. Navigation (Chat/Leads/Knowledge Base): HMAC-signed POST request with installation ID and requested scope. Returns a one-time authentication token. Settings (Bot/Widget): After initial authentication, the iframe communicates directly between the browser and TimeSaverBot. The WordPress plugin does not relay this traffic. Data stored locally Installation ID, HMAC secret, tenant ID, connector channel ID, process ID, wizard state. All stored in the wp_options table under the tsvbot_wp_settings key. Data stored remotely Chatbot configuration, conversations, leads, and usage metrics are stored on the TimeSaverBot platform. See the TimeSaverBot Privacy Policy for retention and deletion policies. No additional third parties This plugin does not transmit data to any service other than app.timesaverbot.com.