Linux 软件免费装
Banner图

AgentGarrison – AI Bot Control & LLM Optimizer

开发者 rayetun
更新时间 2026年7月25日 03:15
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

geo llms.txt ai-seo ai-bot llm optimizer

下载

1.0.0

详情介绍:

AgentGarrison is an AI visibility toolkit for WordPress. It helps your site get discovered, understood, and cited by AI assistants such as ChatGPT, Perplexity, Gemini, and Claude, while giving you precise control over which AI crawlers can access your content. Its standout feature is the Citation Monitor: it queries AI assistants for your target questions and reports whether your site is actually cited, with a per-competitor breakdown, so you can measure and track your AI visibility over time — not only publish signals for AI to read, but see the result. It combines thirteen modules in one plugin: AI bot access control, llms.txt generation with a built-in validator, Markdown output for AI agents, an AI-ready Q&A block, local bot analytics with a live activity feed, LLM referral tracking, an AI readability content scorer, structured data with E-E-A-T trust signals, a citation monitor, a honeypot bot trap, email reports, white-label reports, and a composite AI Visibility Score. Everything runs on your own WordPress install: analytics, logs, and settings are stored in your own database. The only feature that can reach out to an AI provider is the optional Citation Monitor, and it is built for the WordPress 7.0 AI Client: when the site owner configures a provider under Settings → Connectors, AgentGarrison uses the core AI Client and never handles credentials itself. On WordPress 6.x (or when no core provider is set up) it falls back to your own API key. Every other feature works with no account and no external service. How AgentGarrison is organised 🤖 AI Bot Control Take back control of who can crawl your site. AgentGarrison ships with a built-in database of 26+ known AI bots across five categories — AI Trainers, AI Assistants, AI Search Engines, General Scrapers, and SEO Crawlers. 📄 llms.txt Generator llms.txt is the emerging standard that tells AI models what your site is about and which pages matter most. 📝 Markdown for Agents Serve clean, token-efficient Markdown to AI agents on your normal URLs. Runs entirely on your own site, free, on any host. Off by default; enable it in Settings, Modules. ❓ AI Q&A Block A Gutenberg block for question-and-answer content, designed to be extraction-friendly for AI engines. 📊 AI Bot Analytics Know exactly which AI systems are crawling your site, how often, and which pages they're most interested in. 🔗 LLM Referral Tracker When someone asks ChatGPT a question and it recommends your article, that visitor clicks through to your site. AgentGarrison catches those visits. ✍️ Content Readability Scorer AI models prefer content that is clear, well-structured, and fact-dense. The Content Scorer gives every post a 0–100 AI Readability Score across five dimensions:
  1. Answer Density (25%) — does your content directly answer the topic in the first 150 words?
  2. Header Hierarchy (20%) — is your H2/H3 structure logical and sequential?
  3. Fact Density (20%) — do you include specific numbers, dates, and named entities?
  4. Reading Level (20%) — approximate grade level optimised for AI comprehension
  5. Clarity (15%) — penalises vague language that confuses AI models
Scores appear in a post editor sidebar metabox, an "AI Score" post list column, and a bulk dashboard with filtering and pagination. Fix the lowest-scoring posts first for the fastest gains. 🗂️ Schema & Structured Data Help AI models and Google understand your content with a connected JSON-LD @graph — nodes linked by @id the way Yoast and Rank Math do it, which LLMs parse best. 🔍 AI Visibility Score A single composite 0–100 score — shown on the dashboard as a ring gauge — that reflects your overall AI-readiness across five pillars: Bot Access, llms.txt quality, Analytics activity, Content Quality, and Schema setup. Grade A–F at a glance with an actionable checklist to improve each pillar. Compatible With

安装:

  1. Upload to /wp-content/plugins/agentgarrison/ or install via Plugins → Add New
  2. Activate AgentGarrison
  3. Go to AgentGarrison → Dashboard in your admin menu
  4. Enable the modules you want on the Settings → Modules tab
  5. Visit Bot Control to configure which AI bots can access your site
  6. Visit llms.txt and click Regenerate Now
  7. Check your AI Visibility Score on the dashboard and follow the checklist

屏幕截图:

  • Bot Control — visual allowlist/blocklist with category toggles, last-seen timestamps, and per-bot overrides
  • llms.txt Generator — settings panel with live preview and health check status
  • Markdown for Agents - Token-efficient Markdown to AI agents
  • Analytics — bot visit timeline and donut charts (7d/30d/90d) with top pages table
  • Settings — Premium module toggle screen

升级注意事项:

1.0.0 First public release of AgentGarrison.

常见问题:

Does AgentGarrison require an external account or API key?

No. Every free feature works entirely on your WordPress install. No account, no API key, no data sent to external servers.

Will this conflict with Yoast SEO or Rank Math?

No. AgentGarrison is designed to work alongside your existing SEO plugin. The llms.txt and robots.txt modules use WordPress filter hooks and do not overwrite any files directly.

What is llms.txt?

llms.txt is an emerging standard (similar to robots.txt for search engines) that helps AI language models understand your site structure and prioritize your content. AgentGarrison auto-generates it and keeps it updated as you publish.

My /llms.txt returns a 404 — how do I fix it?

Some managed hosts (such as WP Engine and other nginx setups) try to serve any .txt request as a static file and return a 404 before WordPress runs. On the llms.txt tab, enable "Write a static llms.txt file to my site root" — AgentGarrison will write a real /llms.txt to your web root so the host serves it directly. This option is off by default; the virtual file works on most hosts. If your host's root isn't writable, ask your host to route /llms.txt through WordPress (the same nginx rule used for the virtual robots.txt), or re-save Permalinks under Settings → Permalinks. The llms.txt page shows a live health-check status so you can confirm it's resolving.

Which AI bots does AgentGarrison track?

AgentGarrison tracks 26+ known AI bots including GPTBot (OpenAI), ChatGPT-User (OpenAI), ClaudeBot (Anthropic), PerplexityBot, Google-Extended, Bytespider (TikTok), CCBot (Common Crawl), Diffbot, Amazonbot, Applebot-Extended, YouBot, PetalBot, Meta-ExternalAgent, and more.

Can I block AI bots from scraping my content for training?

Yes. In Bot Control, set AI Trainers to "Block" and AgentGarrison will add the appropriate robots.txt Disallow rules. Optionally enable X-Robots-Tag header injection for bots that ignore robots.txt.

Does AgentGarrison slow down my site?

No. Bot detection runs only when the User-Agent matches known bot patterns — human visitors are never affected. llms.txt is served via WordPress rewrite rules. All analytics logging includes deduplication to prevent excessive DB writes.

Is my data sent anywhere?

By default, no. All data — bot visit logs, referrals, scores — is stored in your own WordPress database, and every core feature works with zero external requests. The only exception is the optional Citation Monitor: on WordPress 7.0+ it uses the built-in core AI Client with whatever provider you configure under Settings → Connectors, and on older sites you can add your own OpenAI or Perplexity API key. Without any provider or key, Citation Monitor runs entirely in Demo Mode using your own content. See the External Services section below for full details.

What personal data does AgentGarrison store, and how do I comply with GDPR?

AgentGarrison logs the IP address and User-Agent of bots that crawl your site (and, if you enable the optional Honeypot Bot Trap, any client that hits the hidden trap URL). IP addresses can be personal data, so:

  • All of it is stored only in your own database and never transmitted to us or any third party.
  • Bot visit records are auto-deleted after the retention period you set in AgentGarrison → Settings (90 days by default).
  • The LLM Referral Tracker stores no IP addresses at all.
  • AgentGarrison adds suggested text to Settings → Privacy → Policy Guide, and integrates with WordPress's built-in Tools → Export/Erase Personal Data so you can fulfil data-subject requests.

Do I need an API key for the Citation Monitor?

No. The Citation Monitor ships with a Demo Mode that generates realistic citation examples from your own posts, so you can explore the feature with no account or key. API keys are only needed if you want live citation data from real AI platforms.

更新日志:

1.0.0