WP Manifestindependent plugin directory
manifest / ai / wp-ai-agent-readiness

NK AI Agent Readiness Toolkit

Makes a WordPress site fully agent-ready: Markdown negotiation, Content Signals, llms.txt, Well-Known endpoints.

by Netzkundig · github.com/netzkundig/wp-ai-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/netzkundig/wp-ai-agent-readiness/archive/refs/heads/main.zip

From the readme

NK AI Agent Readiness Toolkit Makes a WordPress site fully "agent-ready" in the Cloudflare sense — without depending on Cloudflare. Covers every signal the isitagentready.com check probes for: Markdown content negotiation, Content Signals (HTTP header + robots.txt), llms.txt, /.well-known/ discovery endpoints, RFC 8288 Link headers and HTML head tags. Two distribution channels This plugin is developed by Netzkundig and published in two parallel channels: - Commercial distribution via downloads.netzkundig.com — the supported track with auto-updates from Netzkundig servers. Recommended for production sites that want hands-off update delivery. - Open-source mirror (this repository) — the same code under GPL-2.0-or-later, ready to clone, fork, audit, or self-host. Issues and pull requests are welcome here; accepted changes flow back into the upstream Netzkundig codebase and ship in the next official release. Auto-updates are disabled by default in this open-source build. To enable updates from your own server, define NKAIARTUPDATEURI in wp-config.php pointing to a JSON manifest (see src/class-nk-plugin-updater.php). Features at a glance | Module | What it d

Read the full README on GitHub →