Linux 软件免费装
Banner图

StudioMeyer Agent Readiness

开发者 studiomeyerio
更新时间 2026年9月8日 02:36
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

markdown api discovery crawlers agents

下载

1.0.1

详情介绍:

Auf Deutsch: StudioMeyer Agent Readiness prüft, was KI-Agenten von Ihrer Website tatsächlich bekommen — und veröffentlicht die maschinenlesbaren Dateien, die noch fehlen. Der Bericht fragt Ihre eigene Seite über HTTP ab, so wie ein Agent es täte, statt nur die eigenen Einstellungen abzulesen. Damit sehen Sie auch, wenn ein Cache oder eine Server-Einstellung etwas anderes ausliefert, als das Plugin glaubt. Vier Dinge kann das Plugin selbst veröffentlichen: Ihre Inhalte als Markdown (auf Accept: text/markdown oder mit angehängtem .md), ein Agent-Skills-Dokument, einen API-Katalog nach RFC 9727 und HTTP-Link-Header nach RFC 8288. Alles läuft lokal auf Ihrem Server — kein Konto, keine API-Schlüssel, kein Fremddienst. Standardmäßig ist alles ausgeschaltet; Sie entscheiden, was veröffentlicht wird. Nur bereits öffentliche Inhalte werden ausgeliefert — Entwürfe und private Seiten nie, und eine passwortgeschützte Seite verlangt ihr Passwort genau wie im Browser. AI agents read websites differently than people do. This plugin tells you how yours looks to them, and fixes the part a plugin can fix. This is an independent plugin by StudioMeyer. It is not affiliated with, endorsed by or connected to any company that publishes an agent-readiness checker or scoring service. The report One button runs the checks. Each one asks your own site over HTTP — the same loopback technique WordPress Site Health uses — because what matters is what a client actually receives. A check that only read the plugin's own settings would show green on a site where a cache, a static file or a server rule serves something else entirely. For every signal you get one of three honest answers: Signals covered include robots.txt and its rules for AI crawlers, XML sitemap, HTTP Link headers, Markdown availability, llms.txt, JSON-LD structured data, Content Signals, Agent Skills, the API catalog, MCP and OAuth discovery, and the WooCommerce commerce manifest. Where something belongs to your server, your CDN, your DNS or the browser, the plugin says so plainly instead of pretending a plugin could fix it. What this plugin publishes Four surfaces, each off until you switch it on: 1. Markdown Every published page becomes available as Markdown. Request its normal URL with Accept: text/markdown, or append .md to the permalink. Agents get your text without navigation, styling or scripts, and without having to guess which part of the page is the content. You choose which post types take part. 2. Agent Skills A short instruction sheet at /.well-known/agent-skills/index.json telling an agent how to work with this specific site: how to search it, which structured endpoints exist, where the Markdown lives, and the ground rules. You can write the one-line summary yourself or use the generated one. 3. API catalog /.well-known/api-catalog in the standard format defined by RFC 9727, listing your REST API, sitemap, feed and skills index in one predictable place — so a client does not need to know WordPress conventions to find them. 4. Link headers An RFC 8288 Link header pointing at your sitemap, feed, API catalog and, on a single post or page, its Markdown twin. Existing Link headers from WordPress or other plugins are preserved, never replaced. What it deliberately does not do Being useful here means not overlapping with what you already run: Private by design Who is this for? More free plugins by StudioMeyer

安装:

Quick start
  1. Install and activate. You land on the report.
  2. Press Check this site. The plugin asks your own site what it serves and lists the result.
  3. Open What to publish and switch on what you want. Save.
  4. Press Check again to confirm the new files are really being delivered.
Nothing is published until you switch it on.

屏幕截图:

  • What to publish — four switches, all off until you choose
  • A page served as Markdown with front matter
  • The Agent Skills document generated for the site

升级注意事项:

1.0.1 Tighter request handling, redirects kept on your own host, and a sitemap link that works without pretty permalinks. 1.0.0 First release.

常见问题:

Does this send my site to an external service?

No. Every check is a request from your server to your own site, and a redirect is followed only while it stays there. Nothing is sent to StudioMeyer, and the plugin has no other address to send anything to. If you want an independent second opinion, public checkers exist and you can visit one yourself — the plugin does not contact any of them for you.

Is this affiliated with a particular agent-readiness score?

No. It is an independent plugin by StudioMeyer. It measures publicly documented signals — robots.txt rules, sitemaps, RFC 8288 Link headers, RFC 9727 API catalogs, Markdown content negotiation and others — and does not reproduce any specific vendor's scoring formula.

Will the Markdown version hurt my SEO?

Markdown responses are sent with X-Robots-Tag: noindex and a Link: rel="canonical" header pointing back at the normal page, so search engines keep indexing the HTML version.

Why does my count not include every signal?

Some things cannot be seen from your server: DNS records, bot signature verification at your CDN, and browser JavaScript APIs. Counting those as failures would blame you for something no plugin can change, so they are reported separately and left out of the ratio.

I switched something on but the check still says missing.

A caching layer or a real static file at the same path can intercept the response before WordPress sees it. Clear your cache and check again. If a .well-known file exists on disk, your web server will serve that instead of WordPress.

Does it work with my SEO plugin?

Yes. It writes no robots.txt, no sitemap and no llms.txt, so there is nothing for the two to fight over. Its Link header is appended to existing ones rather than replacing them.

Which content is exposed as Markdown?

Only published, publicly viewable posts of the types you tick. Drafts, private posts and scheduled posts are never served. A password-protected post behaves exactly as it does in HTML: nothing is served without the password, and the content is served once the password has been entered.

更新日志:

1.0.1 1.0.0