WP Manifestindependent plugin directory
manifest / ai / agent-readiness

Agent Readiness

Agent readiness for WordPress: Markdown negotiation, llms.txt, API catalog, agent skills, and AI content signals.

by Conversion · github.com/agencia-conversion/agent-readiness · 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/agencia-conversion/agent-readiness/archive/refs/heads/main.zip

Agent readiness for WordPress: Markdown negotiation, llms.txt, API catalog, agent skills, and AI content signals.

Description

Agent Readiness helps WordPress sites expose public, read-only discovery surfaces for AI agents without pretending to support capabilities that are not implemented.

It is designed to improve measurable agent accessibility in tools such as Is It Agent Ready and Agent Crawl, a Conversion tool for measuring how much of a site can be read by agents.

Features:

  • Markdown negotiation for public content with Accept: text/markdown.
  • Content Signals in robots.txt.
  • Generated llms.txt and /.well-known/llms.txt.
  • Generated /.well-known/api-catalog.
  • Generated /.well-known/agent-skills/index.json and virtual SKILL.md files.
  • Read-only WebMCP tool registration for compatible browsers.
  • Public read-only REST endpoints for site search, recent content, single content reads, site context, and contact handoff.
  • Admin settings page with a global kill switch.

Agent Readiness does not publish fake OAuth, MCP, A2A, or commerce metadata.

Privacy

Agent Readiness does not track users and does not send site data to external services automatically. The measurement links in the admin screen and readme are plain outbound links; no scanner is called unless an administrator opens those tools manually.

Development

Development happens at https://github.com/agencia-conversion/agent-readiness. The distributed plugin contains readable PHP, JavaScript, CSS, and SVG source files; no build step is required to run the plugin.

Installation

  1. Upload the plugin ZIP in Plugins > Add New > Upload Plugin.
  2. Activate Agent Readiness.
  3. Open Settings > Agent Readiness.
  4. Review metadata and enabled modules.
  5. Purge site cache after activation.

Frequently Asked Questions

Does this change the HTML site?

No. Normal browser and crawler requests continue to receive HTML. Markdown is returned only when the request explicitly sends Accept: text/markdown.

Does this create an MCP server?

No. Agent Readiness publishes only real read-only resources. It does not publish an MCP Server Card unless a real MCP server exists.

Changelog

0.1.7

  • Use distinct Plugin URI and Author URI values for WordPress.org submission validation.

0.1.6

  • Prepare WordPress.org submission metadata, privacy notes, development source link, and package exclusions.

0.1.5

  • Schedule rewrite flushes after plugin upgrades so third-party sitemap rules remain registered.

0.1.4

  • Keep third-party WordPress admin notices out of the custom dashboard hero.
  • Document measurement support for Is It Agent Ready and Agent Crawl by Conversion.

0.1.3

  • Rename the public plugin name and distribution slug to Agent Readiness for WordPress.org directory compatibility.
  • Add Conversion branding assets to the admin header and footer.
  • Update plugin credit links to conversion.ag.
  • Keep existing settings keys for smoother upgrades from earlier builds.

0.1.2

  • Redesign the admin settings page as a richer dashboard with module explanations, scanner impact, diagnostics, and version footer.
  • Add WPGraphQL status detection and installation guidance when WPGraphQL is not detected.
  • Document why WebMCP is different from an MCP Server Card and keep fake OAuth, MCP Server Card, A2A, and commerce metadata unpublished.

0.1.1

  • Add read-only WebMCP tools.
  • Add public read-only Agent Readiness REST endpoints.
  • Update Agent Skills discovery to v0.2 with virtual SKILL.md artifacts and SHA-256 digests.
  • Add Markdown frontmatter and Content-Signal response headers.
  • Add explicit Link headers for agent resources.

0.1.0

  • Initial release.