
AI agents don’t browse the web the way humans do. They request structured data, negotiate content formats, and look for standardised discovery endpoints. SM Agent Kit adds all of this to any WordPress site automatically, with a clean admin UI and zero hardcoding.
When an agent sends a request with Accept: text/markdown, your site returns the post or page as clean markdown instead of HTML, with a Content-Type: text/markdown header and x-markdown-tokens: 1. Human visitors never notice a thing.
Serves a plain-text /llms.txt file per the llmstxt.org convention, listing your key endpoints, recent posts, and pages for LLMs that read this file directly instead of crawling.
Adds a Content-Signal directive to your robots.txt declaring your preferences for AI training, search indexing, and agent input, per the emerging Content Signals standard. You can also set individual Allow or Disallow rules for named AI crawlers such as GPTBot, ClaudeBot, and PerplexityBot.
Serves auto-generated JSON files that agent frameworks and crawlers look for:
All endpoints build dynamically from your WordPress data including site name, tagline, registered post types, REST API root, and product catalog with no hardcoding required. Install on multiple sites and each one generates correct, site-specific output automatically.
Optionally injects a WebSite and Organization JSON-LD block into every page’s head, giving AI search tools and agents structured entity and contact information alongside your existing SEO plugin’s output.
A built-in “Test all endpoints” button in the admin UI checks every well-known endpoint from the server and reports whether each one responds correctly, so you get immediate feedback after saving settings and flushing permalinks.
If WooCommerce is active, SM Agent Kit can publish a read-only feed of your published products: name, price, currency, availability, SKU, and URL. This makes your catalog discoverable to AI shopping agents without exposing any checkout or payment functionality. If WooCommerce is not installed, this section is automatically marked as not applicable.
The plugin also publishes UCP and ACP protocol manifests declaring your commerce capabilities to AI shopping agents, and a stubbed checkout endpoint that responds clearly when checkout is not available. No payment processing is implemented in this plugin. Live agent checkout requires a separate payment provider integration.
SM Agent Kit adds its own item to the WordPress admin sidebar. Every feature is togglable. Tooltips explain each field. A permalink reminder appears after every save so you never miss the rewrite flush.