Linux 软件免费装
Banner图

AICOM - AI Commander

开发者 dudaster
更新时间 2026年4月24日 00:28
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai automation rest-api goose claude mcp openclaw ai-agent claude-code celine

下载

1.0.0 2.0.0 2.0.1 2.0.2

详情介绍:

AICOM - AI Commander turns your WordPress site into an MCP (Model Context Protocol) server, giving AI agents direct, structured access to your WordPress content, settings, and data. Control your WordPress site through Claude Code, OpenClaw, Celine, Goose, and any other MCP-compatible AI agent. No more copy-pasting between your AI assistant and WordPress. No more manual repetitive tasks. Describe what you want, and your AI agent does it. What can you do with AICOM? Who is this for? How it works AICOM exposes a secure HTTP endpoint on your WordPress site. AI platforms and agents send structured requests using the MCP / Model Context Protocol standard. AICOM authenticates the request, checks permissions, executes the operation, and returns a structured response. AI Agent → AICOM Endpoint → WordPress Features Available Modules & Tools API Key Scopes Each API key is granted specific scopes — you control exactly what each AI agent can and cannot do: read.wp, write.wp.posts, manage.taxonomies, manage.meta, manage.wordpress.settings, manage.media, manage.users, manage.woocommerce.products, manage.woocommerce.settings, manage.elementor, manage.polylang Endpoint REST API: POST /wp-json/aicom/v1/mcp Fallback (no mod_rewrite required): POST /?aicom=1 Health check: GET /?aicom=1 Authentication Authorization: Bearer aicom_XXXXXXXX_<secret> or: X-API-Key: aicom_XXXXXXXX_<secret> MCP Request Example {"jsonrpc":"2.0","method":"tools/call","params":{"name":"wp.posts.list","arguments":{"post_type":"post","posts_per_page":10}},"id":1}

安装:

  1. Upload the aicom folder to /wp-content/plugins/ or install directly from Plugins → Add New by searching for "AICOM"
  2. Activate the plugin via Plugins → Installed Plugins
  3. Go to AICOM → API Keys and click Generate New Key
  4. Give the key a label (e.g. "OpenClaw agent") and select the scopes you want to grant
  5. Copy the key immediately — it will not be shown again
  6. Point your AI agent or MCP client to https://yoursite.com/wp-json/aicom/v1/mcp
  7. Pass the key as Authorization: Bearer <your-key> in every request
Apache note: If the Authorization header is stripped by your server, add this line to .htaccess: SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 Safety tip: Start with Soft Lock enabled to limit the agent to read-only operations, then unlock once you're confident in the integration.

屏幕截图:

  • **API Keys** — Generate new keys with a descriptive label, select granular scopes (read, write, manage per module), set an optional IP allowlist, and view all existing keys with their last-used date and status.
  • **Audit Logs** — Full request history filterable by date range, API key, and tool name. Each row shows timestamp, IP, key label, tool called, result status, and response time in ms.
  • **Safety Controls** — One-click Soft Lock and Hard Lock toggles with current lock status indicator. Includes the full Lock Permission Matrix showing which tool classes are allowed in each lock mode.
  • **Modules** — Overview cards for all 7 modules (WordPress Core, Media, Users, Backup, WooCommerce, Elementor, Polylang) with active/inactive status and tool count, followed by the complete list of all 87 registered tools with their class, required scopes, and flags.

升级注意事项:

2.0.0 Complete rewrite. After upgrading, re-generate all API keys — the key format has changed and old keys are not valid.

常见问题:

Does this plugin make my site publicly accessible to anyone?

No. Every request must include a valid API key. Keys are bcrypt-hashed in the database and scoped — each key only has access to the specific operations you explicitly grant it. Without a valid key, the endpoint returns 401 Unauthorized.

Does it work without mod_rewrite or pretty permalinks?

Yes. The fallback endpoint /?aicom=1 works on any server configuration, with or without pretty permalinks or Apache mod_rewrite.

Is it compatible with WooCommerce, Elementor, and Polylang?

Yes. Each plugin's tools are loaded automatically only if the corresponding plugin is active. If WooCommerce is not installed, no WooCommerce tools appear in the tool list or audit log.

Can I restrict an AI agent to read-only access?

Yes, in two ways: (1) assign only read.wp scopes to the API key, or (2) enable Soft Lock or Hard Lock mode from the Safety page — this blocks write and destructive operations site-wide regardless of key scopes.

What is the difference between Soft Lock and Hard Lock?

Soft Lock permits public, discovery and read class tools only — agents can browse and read content but cannot write, delete or change settings. Hard Lock permits only public tools (like server.status) — the site is effectively frozen from an AI perspective. Hard Lock overrides Soft Lock.

Can I test operations before they actually run?

Yes. Send "dry_run": true in your request parameters. The operation will be validated and simulated but no data will be changed. The audit log will record it as a dry run.

Does it log what AI agents do?

Yes. Every request is logged to the audit log with timestamp, remote IP, API key label, tool name, parameters, result summary, and response duration. The log is accessible from AICOM → Audit Logs and can be filtered by date, key, or tool name.

What is MCP (Model Context Protocol)?

MCP is an open standard created by Anthropic for connecting AI models to external tools and data sources. AICOM implements the MCP standard so any MCP-compatible AI client — Claude, OpenClaw, and others — can communicate with your WordPress site natively without custom integrations.

Is this plugin free?

Yes, completely free and open source under the GPL-2.0-or-later license.

Can I restrict which IP addresses can use an API key?

Yes. Each API key has an optional IP allowlist. If set, requests from any other IP will be rejected even if the key is valid.

更新日志:

2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0