WP Manifestindependent plugin directory
manifest / users / oblique-llms-builder

Oblique LLMs Builder

WordPress LLMs drag and drop builder

by Oblique Code · github.com/oblique-code/oblique-llms-builder · 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/oblique-code/oblique-llms-builder/archive/refs/heads/main.zip

Visual 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.txt automatically 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

  1. Install and activate the plugin
  2. Go to LLMs Builder in the admin sidebar
  3. Add sections, drag to reorder, set priorities
  4. Click Save llms.txt — your file is live at /llms.txt

Installation

  1. Upload the oblique-llms-builder folder to /wp-content/plugins/
  2. Activate through the 'Plugins' menu
  3. Click 'LLMs Builder' in the admin sidebar
  4. 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

  1. Builder — Drag-and-drop sections with live preview
  2. Auto Generate — Generate sections automatically
  3. 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.txt endpoint
  • 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.