Linux 软件免费装
Banner图

Grumpy AI Gate

开发者 lkoudal
cleverplugins
更新时间 2026年4月29日 23:11
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy security admin ai monitoring

下载

1.0.1 1.0.2

详情介绍:

Grumpy AI Gate helps you stay in control as AI features spread across WordPress. It observes and intercepts outbound HTTP that other code on your site already initiates (plugins, themes, or core)—so you can see which plugin was involved, how much activity you are seeing (including helpful estimates), and optionally stop unwanted WordPress AI Client traffic for specific plugins. This plugin does not call external AI APIs for its own dashboard, analytics, or licensing. Nothing is sent to us or to a third-party analytics service. Why use it How it works Compatibility The plugin requires WordPress 7.0+ (matches Requires at least in the plugin header). On WordPress 7.x, it works with core AI Client functionality where available. Release testing included WordPress 7.0 Beta 5. HTTP fallback remains important on every supported version—it records calls to recognized provider endpoints that other plugins make directly over HTTP, which is still common alongside (or instead of) AI Client–based flows. Privacy Everything is stored locally in your WordPress database. There is no cloud account, no telemetry, and no third-party analytics from this plugin. For technical details on logging, double-counting avoidance, and blocking limits, see the FAQ below.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install it from the Plugins → Add New screen in your admin.
  2. Activate the plugin through the Plugins menu.
  3. Open Grumpy AI Gate in the admin menu. Review the Dashboard and Request log, then visit Settings to turn monitoring options on or off and configure optional per-plugin blocking.

屏幕截图:

  • Request log for browsing individual AI-related requests.
  • Settings: enable AI Client and HTTP monitoring, retention, provider list, and per-plugin blocking.
  • Help: how monitoring and blocking work, privacy and retention, and restoring the dashboard welcome panel.

常见问题:

Why monitor AI usage on my site?

Plugins can trigger AI calls in the background—for content, assistants, SEO tools, and more. Logging gives you a clear picture of which plugin is active, how often requests run, and where traffic is going, so you can manage budgets and content thoughtfully.

Will this help me control API costs?

It helps you see usage and trends. Optional blocking reduces some WordPress AI Client traffic for plugins you choose. Outbound HTTP calls to provider APIs that other code makes are logged for visibility in the current release but are not blocked here—use provider dashboards, API keys, and quotas for hard spend limits.

Is my data sent to you or a third-party analytics service?

No. Logs and settings stay on your server in the WordPress database. This plugin does not add off-site tracking or analytics.

What does blocking actually stop?

Blocking applies to WordPress AI Client flows that respect the wp_ai_client_prevent_prompt filter. You choose plugins under Grumpy AI Gate → Settings and save. It is not a full firewall for every outbound request.

Does this block all AI traffic?

No. Only AI Client traffic for plugins you select under Grumpy AI Gate → Settings is blocked (after you save). HTTP calls to provider APIs that other plugins or themes initiate are observed and logged in the current release but not blocked.

Will it work if the WordPress AI Client is not available?

Yes. The plugin loads safely. Without the AI Client stack, HTTP fallback can still record calls to recognized provider endpoints when that option is enabled in Settings, as long as other code on the site is making those outbound requests.

How are AI Client requests and outbound HTTP logged?

When the WordPress AI Client stack is available, a full generation is one log row from its lifecycle hooks; the matching raw provider HTTP for that same call is skipped so usage is not double-counted. Calls that do not fire those hooks (for example listing models) are still logged and may appear with capability provider_http. When another plugin talks to a known AI API without going through core AiClient, or when AI Client monitoring is off in settings, those requests are recorded via HTTP fallback instead.

Which URLs does HTTP fallback recognize?

Only built-in provider host/path rules (OpenAI, Anthropic, Google AI / Gemini, xAI, DeepSeek, Mistral, OpenRouter, and local Ollama). See Grumpy AI Gate → Settings for the current hostname list. Those patterns exist only to filter and classify outbound traffic initiated by other code—they are not endpoints this plugin contacts for its own operation.

Does blocking stop all AI traffic from a plugin?

Blocking uses WordPress’s wp_ai_client_prevent_prompt filter: it stops prompt builder flows (support checks and generations) that go through that path. Separate calls such as listing models (/v1/models) may still run as provider HTTP on the AI Client channel and appear as a successful row—that traffic does not go through the same prevent hook.

Can I clear old log data?

Yes. Under Grumpy AI Gate → Settings, use the options to clear the request log only, or clear the log and aggregated statistics, as needed.

更新日志:

1.0.2 1.0.1 1.0.0