Oblique LLMs Builder
WordPress LLMs drag and drop builder
by Oblique Code · github.com/oblique-code/oblique-llms-builder · 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/oblique-code/oblique-llms-builder/archive/refs/heads/main.zipVisual drag-and-drop builder for llms.txt — tell AI systems what your site is about.
Description
Build your llms.txt visually. No code required.
Oblique LLMs Builder gives WordPress site owners a visual drag-and-drop interface to build and manage their llms.txt file — the emerging standard that tells AI systems what your site is about and which content matters most.
What is llms.txt?
A plain markdown file served at yourdomain.com/llms.txt that helps AI crawlers like ChatGPT, Perplexity, and Claude understand your site structure before crawling raw HTML.
Key Features
- Drag-and-Drop Builder — Reorder sections and URLs with visual drag handles
- Live Preview — See your llms.txt rendered in real-time as you edit
- AI Priority Scoring — Mark sections as High, Medium, or Low priority
- Sitemap Import — One-click import of URLs from your sitemap.xml
- Auto Generate — Populate sections automatically from post types, taxonomies, archives, and author pages
- Exclude Items — Search posts by title and exclude specific items; selected items shown as removable tag chips
- Append / Replace — Merge generated content into existing sections or start fresh
- Duplicate Prevention — Sections with matching titles are merged; duplicate URLs are skipped globally
- Auto Endpoint — Serves
/llms.txtautomatically via WordPress rewrite rules - Zero External APIs — All data stays in your WordPress database
- Cache Built-in — Generated output is cached for fast delivery
How It Works
- Install and activate the plugin
- Go to LLMs Builder in the admin sidebar
- Add sections, drag to reorder, set priorities
- Click Save llms.txt — your file is live at
/llms.txt
Installation
- Upload the
oblique-llms-builderfolder to/wp-content/plugins/ - Activate through the 'Plugins' menu
- Click 'LLMs Builder' in the admin sidebar
- Start building your llms.txt
Frequently Asked Questions
What is llms.txt?
It's an emerging standard — a plain text file that tells AI systems about your site's structure and important content, similar to how robots.txt tells search engines what to crawl.
Does this create a physical file?
No. The plugin uses WordPress rewrite rules to serve the content dynamically at /llms.txt. No file upload or FTP needed.
Can I use this with Oblique AI Scout?
Yes. Both plugins use separate namespaces and work perfectly together. AI Scout monitors which bots visit; LLMs Builder tells them what to read.
Where is the data stored?
All section data is stored in WordPress options (wp_options). No external databases or APIs.
Screenshots
- Builder — Drag-and-drop sections with live preview
- Auto Generate — Generate sections automatically
- llms.txt — The generated file served at your domain
Changelog
1.0.0
- Initial release
- Visual drag-and-drop section builder
- Live markdown preview panel
- AI priority scoring (High / Medium / Low)
- One-click sitemap import (up to 50 URLs)
- Auto-generated
/llms.txtendpoint - Built-in output caching
- Reset all sections
- Privacy-first: zero external API calls
- Auto Generate from post types, taxonomies, date archives, and author pages
- Search-driven exclusion picker with removable tag chips
- Append / Replace generation mode with smart duplicate prevention
- PHP-side exclusion filtering (WordPress coding standards compliant)
Upgrade Notice
1.0.0
Initial release.