Help us improve
Share bugs, ideas, or general feedback.
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-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress-mcp:wp-adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Administer WordPress sites — users, settings, plugins, themes, comments, menus, and site health.
Create and manage WordPress posts, pages, media, categories, tags, and menus using WP-CLI or REST API. For blog posts, page updates, media uploads, bulk operations.
Runs first-run onboarding for WordPress sites connected via Respira MCP: verifies connectivity, discovers site architecture, maps available MCP tools, and generates a site briefing.
Manages WordPress sites via the WP Umbrella Public API: list projects, check status, update plugins/themes, review vulnerabilities, find broken links, optimize databases, and manage maintenance customers.
Share bugs, ideas, or general feedback.
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.