From wordpress-mcp
WordPress site administration through the MCP Adapter. Use when the user asks to "check site status", "manage users", "update settings", "check plugins", "review site health", "manage comments", "check WordPress version", "list users", "change site settings", "manage menus", "check SEO settings", or any request about WordPress administration, configuration, users, or site health. Also trigger on: "תבדוק את האתר", "סטטוס האתר", "ניהול משתמשים".
npx claudepluginhub msapps-mobile/claude-plugins --plugin wordpress-mcpThis skill uses the workspace's default tool permissions.
Administer WordPress sites — users, settings, plugins, themes, comments, menus, and site health.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Administer WordPress sites — users, settings, plugins, themes, comments, menus, and site health.
The WordPress MCP Adapter exposes only abilities explicitly flagged as public. Always discover available abilities before attempting operations. Not all sites expose admin-level abilities.
core/list-users to see all site usersadministrator, editor, author, contributor, subscribercore/get-user with user ID for full profile infocore/update-usercore/get-settings returns site title, tagline, URL, timezone, date/time format, languagecore/update-settings to change site-level optionscore/list-plugins shows all installed plugins with status (active/inactive)core/update-plugincore/list-themes shows installed themescore/get-active-theme shows the current themecore/list-comments with filters for status (approved, pending, spam, trash)When asked about site status or health:
See references/wp-roles-capabilities.md for the WordPress role and capability system.