Linux 软件免费装
Banner图

Kubik AI LLM Content Generator (.md & llms.txt)

开发者 kubikai
更新时间 2026年5月23日 02:04
PHP版本: 5.6 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

markdown md llm llms llms.txt

下载

1.2.3 1.2.4 1.2.0 1.2.1 1.2.2

详情介绍:

Kubik AI LLM Content Generator converts real, fully rendered WordPress pages into clean, AI-ready Markdown endpoints that can be consumed by large language models, RAG pipelines, and AI-powered search tools. Unlike traditional exporters that rely on raw post content, this plugin captures the final rendered HTML output of your site, intelligently removes non-content UI elements, and produces structured Markdown optimized for machine understanding. The plugin automatically strips navigational and interactive noise such as menus, navigation bars, language switchers, social/share blocks, search forms, and newsletter widgets — leaving only meaningful, semantic content. In addition, the plugin generates an llms.txt file — a curated, human-readable index of your AI-ready content, similar in spirit to a sitemap, but designed specifically for AI systems. Kubik AI is built for developers, content owners, and teams preparing datasets for LLMs, AI search engines, and retrieval-augmented generation (RAG) systems. Features: ✅ Markdown output for pages at /slug.md ✅ Optional Markdown output for posts ✅ Direct link to generated llms.txt from the admin UI ✅ Automatic or manual llms.txt generation ✅ Clean content extraction without theme layout ✅ Removal of language switchers and common UI widgets (social, search, newsletters) ✅ Correct handling of sites with a custom homepage (home ≠ /) ✅ Proper taxonomy and category URL output ✅ Removal of duplicate H1 headings ✅ Conversion of links, headings, and lists ✅ Content summaries from SEO meta, excerpts, or content ✅ Admin settings with exclusions and content search The plugin is designed for AI integration, dataset preparation, and LLM-friendly content delivery.

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu
  3. Open Settings → Kubik AI LLM Content Generator (.md & llms.txt)
  4. Select the content types to include
  5. Optionally exclude specific content by ID
  6. Use the provided link to view or generate llms.txt

屏幕截图:

  • Markdown output example
  • llms.txt example
  • Content search tool

升级注意事项:

1.2.4 Improved HTML content cleanup for AI-ready Markdown, including removal of common UI elements.

常见问题:

Why do I need this plugin?

Search engines like Google or Yandex index websites for humans, but large language models require content in a clean, structured format. This plugin converts your WordPress pages and posts into AI-friendly Markdown by removing visual noise such as layouts, menus, and buttons, leaving only meaningful content. It also generates an llms.txt file — similar to a sitemap, but designed for AI systems — containing an index and short descriptions of your content. This helps AI tools and assistants understand and retrieve information from your site more efficiently.

Can AI systems read my llms.txt file?

Yes. The llms.txt file generated by the plugin is designed to be readable by AI systems and crawlers, including those used by large language models such as GPT, Claude, and Perplexity. By exposing your content in a clean, structured format, the plugin makes it easier for AI systems to discover and understand your site’s information.

Does it support the llms.txt standard?

Yes. The plugin generates a structured llms.txt file intended for AI ingestion and indexing.

Why is /slug.md empty?

The page may not contain content inside standard containers. The plugin automatically falls back to the_content().

Can I enable posts?

Yes. Enable “Include posts” in the plugin settings.

Are taxonomies and categories supported?

Yes. Public taxonomies and categories are correctly resolved and included in llms.txt.

Does the plugin require ACF or SEO plugins?

No. Integration with ACF and SEO plugins is optional.

Does the plugin affect site performance?

No. Markdown output is generated on demand and can be cached.

How does the plugin remove navigation and UI elements?

The plugin analyzes the rendered HTML output and removes common non-content elements such as navigation menus, headers, language switchers, social/share blocks, search forms, and newsletter widgets. This ensures that the generated Markdown contains only meaningful, semantic content suitable for AI ingestion, without visual or interactive noise.

Will this affect my site’s frontend?

No. The plugin does not modify your site’s HTML output for users. All content cleaning is applied only to the generated Markdown endpoints and llms.txt output.

更新日志:

1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0