WP Manifestindependent plugin directory
manifest / ai / lucetexter

Lucetexter

Auto-generates a TL;DR with OpenAI and inserts it into existing posts/products. Batch processing via cron or "Run Now".

by Emmanuel · github.com/thelastpoet/lucetexter

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/thelastpoet/lucetexter/archive/refs/heads/main.zip

Readme

=== Lucetexter === Contributors: thelastpoet Donate link: https://example.com Tags: tldr, summary, openai, ai, conversions, content Requires at least: 5.8 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically generate TL;DR summaries with OpenAI and insert them into posts and WooCommerce products.

== Description ==

Lucetexter is a plugin that boosts user experience and conversions by generating short, clear TL;DR summaries for your content.

  • Works with posts and WooCommerce products
  • Uses OpenAI models (default: gpt-5-mini)
  • Inserts a styled box at the top of content
  • Batch processing via WP-Cron or manual trigger
  • Option to replace existing TL;DR
  • Editor-agnostic: works with Classic and Block editor
  • Updates modified date but preserves published date

== Installation ==

  1. Upload the plugin files to /wp-content/plugins/lucetexter/
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Settings → Lucetexter and configure your OpenAI API key and options
  4. Use WP-Cron or the Run Now button to process your content

== Frequently Asked Questions ==

= Does this change my posts permanently? = Yes. The TL;DR is inserted into the post content and saved. It updates the modified date, not the published date.

= Can I restyle the box? = Yes. The plugin includes minimal CSS (assets/style.css). Override styles in your theme.

= Does it work with WooCommerce products? = Yes, if WooCommerce is active and enabled in the settings.

= Which OpenAI models can I use? = Any Chat Completions model. Default is gpt-5-mini.

== Screenshots ==

  1. Settings page with options
  2. Example TL;DR box in a blog post

== Changelog ==

= 1.0 =

  • Initial release

== License ==

This plugin is licensed under the GPL v2 or later.

Read the full README on GitHub →