Abilities Bridge

外掛說明

Making Connections Possible | Now with support for ChatGPT 5.4

Abilities Bridge connects AI to your WordPress site. Use the built-in admin chat, connect via MCP to Claude Desktop, or integrate with other MCP-compatible applications. Supports both Anthropic (Claude) and OpenAI models.

Key Features

  • Admin chat interface for direct AI interaction
  • MCP server for Claude Desktop and other MCP clients
  • Persistent memory storage across conversations
  • Abilities execution with 7-gate permission controls
  • Claude and OpenAI model support
  • OAuth 2.0 authentication for MCP connections

Three Ways to Connect

  1. Admin Chat – Built-in interface using your Anthropic or OpenAI API key
  2. Claude Custom Connector – Connect Claude Desktop using your Claude subscription (no API key needed)
  3. Local MCP Config – Connect Claude Code and other apps using API key or Claude account

Requirements

  • WordPress 6.2+, PHP 7.4+
  • Anthropic API key, OpenAI API key, or Claude account (depending on connection method)
  • HTTPS required for MCP OAuth 2.0 connections

External Services

This plugin connects to external API services.

This plugin communicates with Anthropic’s Claude API (https://api.anthropic.com) and/or OpenAI’s API (https://api.openai.com) to provide AI functionality. Data is only sent when you actively use the chat interface or MCP tools. No background data collection or telemetry occurs.

Data Sent

  • Chat messages and prompts
  • Memory contents
  • Abilities execution requests and results

Legal & Privacy

  • Anthropic Privacy Policy: https://www.anthropic.com/legal/privacy
  • Anthropic Terms: https://www.anthropic.com/legal/consumer-terms
  • OpenAI Privacy Policy: https://openai.com/policies/privacy-policy
  • OpenAI Terms: https://openai.com/policies/terms-of-use

By using this plugin, you acknowledge that data will be transmitted to your selected AI provider for processing.

Privacy & Security

Data Transmission

This plugin sends data to Anthropic’s API (https://api.anthropic.com) or OpenAI’s API (https://api.openai.com) when you interact with the AI. This includes chat messages, memory contents, and abilities execution requests. You control what data is sent – the AI only accesses data when you use it.

Security

  • Permission controls with explicit consent for all write capabilities
  • 7-gate ability authorization system
  • Isolated memory storage with size limits (50MB total)
  • Full activity logging and audit trails
  • OAuth tokens encrypted with AES-256-CBC
  • All admin actions protected with nonce verification and capability checks

Data Retention

Conversations and logs are stored in your WordPress database until manually deleted. Refer to your provider’s privacy policy for their data retention practices.

No Telemetry

This plugin does NOT send usage statistics, telemetry, or analytics to the plugin developer.

Support

For support, visit https://aisystemadmin.com

License

This plugin is licensed under the GPL v2 or later.

安裝方式

  1. Upload the abilities-bridge folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu
  3. Complete the welcome wizard to grant consent
  4. Enter your Anthropic or OpenAI API key in Settings, or set up MCP in Settings > MCP Setup

MCP OAuth 2.0 Setup

  1. Go to Abilities Bridge > Settings > MCP Server Setup
  2. Click “Generate New Client Credentials”
  3. Save both Client ID and Client Secret
  4. In Claude Desktop: Settings > Connectors > Add custom connector
  5. Enter credentials and MCP endpoint URL from WordPress

常見問題集

Do I need an API key?

For the admin chat interface, yes – an Anthropic or OpenAI API key is required. For MCP via Claude Desktop, you only need a Claude account (no API key needed).

Where do I get an API key?

  • Anthropic: https://console.anthropic.com/
  • OpenAI: https://platform.openai.com/

Do I need the Abilities API?

Yes. The Abilities API is the official WordPress API for AI. It comes standard with WordPress 6.9 and is also available as a plugin.

Is this safe to use?

All capabilities require explicit consent. Abilities use a 7-gate permission system with rate limits, risk levels, and admin approval. All actions are logged.

What data is sent to external services?

Chat messages, memory contents, and abilities execution requests are sent to your selected AI provider. Data is only sent when you actively use the plugin. No telemetry or usage statistics are collected.

What is the Memory Tool?

An optional feature that lets AI store persistent notes in the WordPress database across conversations. Limited to 1MB per entry, 50MB total. Enable in Settings > Memory.

What are Abilities?

AI-callable WordPress functions (creating posts, managing users, etc.) that must be individually authorized. Each ability is controlled by rate limits, risk levels, and approval requirements.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Abilities Bridge〉的開發相關工作。

參與者

將〈Abilities Bridge〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.1

  • Added GPT-5.4 model support
  • Updated default OpenAI model to GPT-5.4

1.1.0

  • Added OpenAI as an alternative AI provider
  • Added Learn More tab with overview video and resources
  • Updated Pro Features tab with Concierge Service and Site Abilities Plugin

1.0.0

  • Initial release
  • MCP server for WordPress Abilities execution
  • Memory tool with database storage
  • OAuth 2.0 authentication
  • Admin chat interface