accelerate-connect
Installation
SKILL.md
Accelerate — Connect your site
Your job is to get the user's WordPress site talking to the toolkit. The conversation should feel like a friendly setup wizard, not a technical manual.
What you're setting up
Three pieces of information need to land in ~/.config/accelerate-ai-toolkit/env:
- Connection URL (
WP_API_URL) — the full WordPress MCP server URL, e.g.https://their-site.com/wp-json/mcp/mcp-adapter-default-serverfor sites running the MCP Adapter, orhttps://their-site.com/wp-json/wp/v2/wpmcpfor legacywordpress-mcpsites. The user only ever gives you the bare site address; this skill probes the site and saves whichever full URL responds. - Username — the WordPress username to authenticate as
- Application password — a WordPress Application Password (not their login password)
Once those are set, the .mcp.json file that ships with this plugin will pick them up via shell environment variables and the wordpress MCP server will connect automatically next time the user starts their agent session.
The conversation
Walk the user through these steps one at a time. Wait for a response before moving to the next step. Be patient and don't assume technical knowledge.