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
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.zipReadme
=== 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 =
- Write or open any post or page in WordPress
- Click "Generate Thread" in the post sidebar
- Choose a tone: Professional, Casual, or Viral
- Review the generated tweets in a modal window
- 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.
- Service: Anthropic
- Terms of Use: anthropic.com/terms
- Privacy Policy: anthropic.com/privacy
No content is stored by this plugin or by Anthropic beyond what is needed to process the request.
== Installation ==
- Upload the
twitter-thread-generatorfolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Go to Settings → Thread Generator
- Enter your Anthropic API key
- 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 ==
- The "Generate Thread" button with tone selector in the post editor sidebar
- Generated thread modal with copy buttons
- 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