This skill should be used when the user asks about "multisite", "network admin", "sub-sites", "domain mapping", "super admin", "network activate", "WordPress Multisite network", or any multisite network management operations.
WordPress Multisite network management via WP-CLI (10 MCP tools). Covers sub-site CRUD, network plugin management, Super Admin listing, network settings, and domain mapping guidance. Uses a hybrid approach: REST API where available, WP-CLI for network-only operations.
WP-CLI access and multisite flag must be configured in WP_SITES_CONFIG:
{
"id": "mynetwork",
"url": "https://network.example.com",
"username": "superadmin",
"password": "xxxx xxxx xxxx xxxx",
"wp_path": "/var/www/wordpress",
"ssh_host": "network.example.com",
"ssh_user": "deploy",
"ssh_key": "~/.ssh/id_rsa",
"is_multisite": true
}
wp_path — required for all wp-cli operationsssh_host / ssh_user — required for remote sites (omit for local)is_multisite: true — required flag to enable ms_* toolsRun the detection script to check multisite presence:
node skills/wp-multisite/scripts/multisite_inspect.mjs
Sub-site management?
ms_list_sitesms_get_sitems_create_sitems_activate_sitems_delete_siteNetwork plugin management?
ms_list_network_pluginsms_network_activate_pluginms_network_deactivate_pluginNetwork administration?
ms_list_super_adminsms_get_network_settingsDomain mapping / network setup / migration?
For complex multi-step multisite operations, use the wp-site-manager agent (which has a dedicated Multisite Network Management section).
references/network-setup.md — Sub-directory vs sub-domain, wp-config constants, installationreferences/site-management.md — CRUD sub-sites, templates, bulk operationsreferences/domain-mapping.md — Custom domains, SSL, DNS CNAME, sunrise.phpreferences/network-plugins.md — Network-activated vs per-site plugins, must-use pluginsreferences/user-roles.md — Super Admin capabilities, site-level rolesreferences/migration-multisite.md — Single to multisite and back, database tableswp-wpcli-and-ops — WP-CLI command reference and multisite flagswp-security — Super Admin capabilities and multisite securitywp-deploy — Deploy to multisite networkwp-multilang-network — Multi-language network orchestration (hreflang, content sync, international SEO)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer