Generate a bulleted “key takeaways” summary from a post and render it as a block at the top of the article for skim-readers.
How it works
Key Takeaways adds a dedicated Key Takeaways block and a sidebar action that asks the language model to extract the most important points from the current post and return them as a bulleted list. Editors can regenerate, edit, or remove individual bullets after generation, and the block exposes standard WordPress block-supports for typography, colour, spacing, and alignment so the summary fits the theme without custom CSS.

Configuration
- Number of bullets to return.
- Default heading rendered above the list.
- Customisable system prompt.
- Provider and model selection.
- Allowed roles and an allowed-users list for granular access control.
Providers
Three providers are supported, including a fully on-prem option for teams that need to keep article content on infrastructure they own:
- OpenAI ChatGPT
- Azure OpenAI
- Ollama (locally hosted)
Use cases
- Long-form journalism and explainers that benefit from a TL;DR before the body copy.
- Technical documentation and product marketing pages.
- Improving on-page time and scroll depth on archival deep-dives.
Because the output is stored as a regular block, takeaways are also indexed by site search and read by RSS clients without any extra wiring.
