Linux 软件免费装

Axiom AI EntryPoints

开发者 axiomfeed
更新时间 2026年4月16日 21:08
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

markdown ai endpoints llms llms.txt

下载

0.1.0

详情介绍:

Axiom AI EntryPoints is a thin, no-tracking plugin that exposes clean, machine-readable endpoints for AI tools and crawlers. It does NOT modify themes, does NOT inject front-end scripts, and does NOT require any external server. Endpoints are generated dynamically (no filesystem writes), with caching and a built-in diagnostics page to help troubleshoot common hosting/CDN/WAF issues. What it adds Notes

安装:

  1. Upload the plugin folder to /wp-content/plugins/axiom-ai-entrypoints/ or install via the Plugins screen.
  2. Activate the plugin.
  3. Visit:
  4. https://your-domain.com/llms.txt
  5. https://your-domain.com/ai/index.json
  6. If any endpoint returns 404, go to Settings → Permalinks and click Save Changes once.

升级注意事项:

0.1.0 Initial release.

常见问题:

Does it create real files on disk?

No. Endpoints are generated dynamically by WordPress. This avoids filesystem permission issues on many hosts.

Does it track users or bots?

No tracking. No analytics. No external requests.

Which content is included?

Published pages are listed in /ai/index.json (plus a home entry). /ai/pages/<id>.md outputs markdown for published pages. Password-protected content is not output.

What if a firewall or security plugin blocks the endpoints?

Use Tools → Axiom Diagnostics to check status codes. If you see 403, whitelist paths:

  • /llms.txt
  • /ai/*

Why do I still need Settings → Permalinks → Save?

Some WordPress environments require a permalink refresh after new rewrite rules are added.

Does it work with WooCommerce?

This Free v0.1 focuses on standard WordPress pages. WooCommerce-specific output can be added later.

更新日志:

0.1.0