Title: AI Site Context (llms.md)
Author: Per Søderlind
Published: <strong>2026 年 7 月 27 日</strong>
Last modified: 2026 年 7 月 27 日

---

搜尋外掛

![](https://ps.w.org/llms-md/assets/banner-772x250.png?rev=3624301)

![](https://ps.w.org/llms-md/assets/icon.svg?rev=3624301)

# AI Site Context (llms.md)

 由 [Per Søderlind](https://profiles.wordpress.org/pers/) 開發

[下載](https://downloads.wordpress.org/plugin/llms-md.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/llms-md/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/llms-md/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/llms-md/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/llms-md/#developers)

 [技術支援](https://wordpress.org/support/plugin/llms-md/)

## 外掛說明

AI assistants, chatbots, and research tools increasingly read websites to answer
questions. **llms.md** gives them a clean, machine-readable briefing about your 
site at one predictable address: `https://yoursite.com/llms.md`.

Think of it as a friendly summary written for AI. Instead of guessing what your 
site is about, tools can read an accurate overview that you control.

The plugin creates and maintains this file for you automatically. It reads your 
published content, asks your configured WordPress AI provider to write a concise
Markdown summary, caches the result, and serves it with the right headers. When 
you publish or edit content, it refreshes in the background.

#### What you get

 * A ready-to-use `/llms.md` endpoint on your site.
 * An AI-written overview of your site’s purpose, key topics, and content.
 * Automatic updates when you add or change published content.
 * A daily safety refresh so the file never goes stale.
 * Fast responses through caching — no AI call on every visit.
 * An admin page to check status and rebuild on demand.

#### What you need

llms.md uses WordPress’s built-in AI connectors, so you need at least one AI provider
configured on your site. Until a provider is set up, the endpoint politely reports
that it isn’t ready yet.

#### Good to know

 * The plugin only manages the `/llms.md` address — it doesn’t change your other
   pages.
 * If you already have a physical `llms.md` file at your site root, the plugin steps
   aside and serves that instead.
 * Works on single sites and multisite, including subdirectory installs.

Learn more about the idea behind it in the [llms.txt initiative](https://llmstxt.org/).
Developers can find hooks, provider selection, and build/test details in the plugin’s`
docs/DEVELOPER.md`.

## 安裝方式

 1. In your WordPress admin, go to **Plugins > Add New**.
 2. Search for **llms.md**.
 3. Click **Install Now**, then **Activate**.
 4. Configure at least one WordPress AI provider connector.
 5. Go to **Settings > llms.md** and click **Regenerate llms.md**.

Manual installation:

 1. Upload the `llms-md` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.

## 常見問題集

### What is llms.md?

It’s a simple convention: a Markdown file at `/llms.md` that describes your site
for AI tools and LLM agents — similar in spirit to how `robots.txt` guides search
crawlers.

### Do I need an AI provider?

Yes. The plugin generates the summary using WordPress’s AI connectors, so you need
at least one AI provider configured. Without one, `/llms.md` returns a “not ready
yet” response.

### Why do I see an error (HTTP 503) at /llms.md?

It means the file isn’t ready — usually because no AI provider is configured yet,
or the first summary hasn’t been generated. Configure a provider, then click **Regenerate
llms.md** under **Settings > llms.md**.

### Does this slow down my site?

No. The summary is generated in the background and cached, so visitors and AI tools
are served a stored copy. The AI is not called on every request.

### How often does it update?

Automatically when you publish or edit public content, plus a daily safety refresh.
You can also rebuild manually at any time.

### Does it work on multisite?

Yes. Each site gets its own `/llms.md`, including subdirectory installs (for example`/
subsite/llms.md`).

### Can I choose the AI provider or customize the output?

Yes. Developers can select the provider and customize how the document is generated.
See `docs/DEVELOPER.md` in the plugin.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈AI Site Context (llms.md)〉的開發相關工作。

參與者

 *   [ Per Søderlind ](https://profiles.wordpress.org/pers/)

[將〈AI Site Context (llms.md)〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/llms-md)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/llms-md/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/llms-md/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/llms-md/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/llms-md/)。

## 變更記錄

#### 1.0.0

 * Removed the bundled GitHub self-updater and its dependency for WordPress.org 
   compliance.
 * Raised the minimum required WordPress version to 7.0 (WP Core AI requirement).
 * Sanitized and unslashed all request superglobals (request URI, conditional-request
   headers, document root, admin notices).
 * Internationalized all admin UI strings with the llms-md text domain.
 * Updated installation instructions for the WordPress.org plugin directory.
 * Expanded .distignore to exclude development files from the distributed package.
 * Passed WordPress Plugin Check with no findings in the distributed plugin.

#### 0.4.0

 * Improved admin Payload Preview presentation with a closable panel.
 * Added syntax-highlighted JSON rendering for payload preview output.
 * Aligned preview container styling with WordPress default metabox framing.

#### 0.3.0

 * Added GitHub issue templates for bug reports and feature requests.
 * Disabled blank GitHub issues.
 * Replaced WP-Cron-based regeneration scheduling with Action Scheduler.
 * Added bundled Action Scheduler dependency via Composer.
 * Improved manual regeneration UX with an in-page progress indicator.
 * Reduced startup delay for manual regeneration.

#### 0.2.0

 * Updated installation instructions in README.md and readme.txt.

#### 0.1.0

 * Initial release.
 * Added cached llms.md generation and serving.
 * Added connector-gated generation with failure handling.
 * Added multisite subdirectory request handling for llms.md.
 * Added admin status page, diagnostics actions, and manual rebuild.
 * Added PHPUnit scaffolding and integration tests.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 7.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 8.3 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/llms-md/)
 * 標籤:
 * [connector](https://tw.wordpress.org/plugins/tags/connector/)[discovery](https://tw.wordpress.org/plugins/tags/discovery/)
   [llms](https://tw.wordpress.org/plugins/tags/llms/)[markdown](https://tw.wordpress.org/plugins/tags/markdown/)
   [seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/llms-md/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/llms-md/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/llms-md/reviews/)

## 參與者

 *   [ Per Søderlind ](https://profiles.wordpress.org/pers/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/llms-md/)