WP Manifestindependent plugin directory
manifest / ai / thread-generator-ai

Thread Generator AI

Thread Generator AI — WordPress plugin to convert blog posts into X/social threads using Claude AI

by Rebol Apps · github.com/reboljairo-ai/thread-generator-ai · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/reboljairo-ai/thread-generator-ai/archive/refs/heads/main.zip

Readme

=== Thread Generator AI === Contributors: jairorbl Tags: thread, ai, social media, content marketing, anthropic, x Requires at least: 6.0 Tested up to: 7.0 Requires PHP: 8.1 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Convert any blog post into an X/social thread with one click using Claude AI by Anthropic.

== Description ==

Thread Generator AI adds a "Generate Thread" button directly in your WordPress post editor. With one click it sends your content to the Claude AI API (by Anthropic) and returns a ready-to-post thread of 8–12 tweets — each under 280 characters and numbered.

All features are fully free and functional. This plugin connects to Anthropic's external API to perform AI text generation, which cannot be done locally.

= How it works =

  1. Write or open any post or page in WordPress
  2. Click "Generate Thread" in the post sidebar
  3. Choose a tone: Professional, Casual, or Viral
  4. Review the generated tweets in a modal window
  5. Copy individual tweets or all at once with one click

= Features =

  • One-click thread generation from any post or page
  • 8–12 tweets, each under 280 characters with character counter
  • Tone selector: Professional, Casual, Viral
  • Copy individual tweets or all at once
  • Preview modal before posting
  • Settings page for API key configuration

= Requirements =

This plugin requires an API key from Anthropic. Anthropic offers pay-as-you-go pricing with no monthly fee. Generating a typical thread costs less than $0.01.

= Third-Party Service =

This plugin uses the Anthropic Claude API to generate thread content. Your post title and content are sent to Anthropic's servers for processing.

No content is stored by this plugin or by Anthropic beyond what is needed to process the request.

== Installation ==

  1. Upload the twitter-thread-generator folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Settings → Thread Generator
  4. Enter your Anthropic API key
  5. Open any post and click "Generate Thread" in the sidebar

== Frequently Asked Questions ==

= Where do I get an Anthropic API key? =

Visit console.anthropic.com and create an account. You only pay for what you use — a thread costs less than $0.01.

= Is my content sent to a third party? =

Yes — your post title and content are sent to Anthropic's API to generate the thread. They are not stored or used for training. See Anthropic's privacy policy for full details.

= Does it work with the Gutenberg editor? =

Yes, the button appears in the sidebar panel of the block editor.

== Screenshots ==

  1. The "Generate Thread" button with tone selector in the post editor sidebar
  2. Generated thread modal with copy buttons
  3. Settings page for API key configuration

== Changelog ==

= 1.1.0 =

  • All features made fully free — no usage limits or license system
  • Tone selector (Professional / Casual / Viral) available to all users
  • Improved prefixing and code structure for WordPress.org compliance
  • Updated readme with third-party service disclosure

= 1.0.0 =

  • Initial release

Read the full README on GitHub →