Wp Block Themes
This skill provides access to a wide selection of WordPress block themes for building websites quickly and efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add automattic-wp-block-themes npx -- -y @trustedskills/automattic-wp-block-themes
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"automattic-wp-block-themes": {
"command": "npx",
"args": [
"-y",
"@trustedskills/automattic-wp-block-themes"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover, install, and manage WordPress block themes directly through code execution. It streamlines the deployment of modern theme architectures by handling the necessary package management operations within a WordPress environment.
When to use it
- You need to deploy a new Gutenberg-based theme without manual FTP access or cPanel uploads.
- Your workflow requires automating theme updates or switching between multiple block themes programmatically.
- You are building an agent that manages site design consistency by enforcing specific theme installations across a network of sites.
Key capabilities
- Discovers available WordPress block themes from official repositories.
- Installs selected themes directly into the WordPress installation directory.
- Manages theme activation and deactivation states via API calls.
Example prompts
- "Install the 'Twenty Twenty-Four' block theme on this WordPress site."
- "List all available block themes compatible with my current WordPress version and install the one named 'Hello Elementor'."
- "Switch the active theme to 'Astra' and ensure it is properly configured for block editing."
Tips & gotchas
Ensure your AI agent has write permissions to the WordPress wp-content/themes directory before attempting installation. This skill relies on the underlying WP-CLI or similar execution environments; if those are misconfigured, the agent may fail silently during the discovery phase.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.