Linux 软件免费装

Markdown Content Negotiator for LLMs

开发者 kaisercrazy
更新时间 2026年3月6日 15:01
捐献地址: 去捐款
PHP版本: 7.3 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

caching woocommerce gutenberg markdown ai content negotiation

下载

1.1.0 1.0.8

详情介绍:

Markdown Content Negotiator for LLMs is a performance-optimized WordPress plugin designed to serve your website's content in a format that AI agents and LLMs (Large Language Models) love: Clean Markdown. Using standard HTTP Content Negotiation, the plugin detects when a request is made with the Accept: text/markdown header. Instead of serving the standard HTML theme, it returns a Markdown version of the post or page, complete with YAML Frontmatter, token estimation headers, and customizable content signals. To ensure maximum performance and minimal server load, Markdown versions are pre-generated and cached using WP-Cron. Key Features

安装:

  1. Upload the markdown-content-negotiator-for-llms folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure your preferences under 'Settings > AI Markdown'.

常见问题:

How do I test the Markdown output?

You can test it using a tool like cURL: curl -H "Accept: text/markdown" https://your-site.com/post-slug/

How are tokens calculated?

We use a standard heuristic of ~4 characters per token to provide an estimate in the X-Markdown-Tokens header.

更新日志:

1.1.0 1.0.9 1.0.7 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0