Wp Abilities Api

🏢Official
by automattic · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add automattic-wp-abilities-api npx -- -y @trustedskills/automattic-wp-abilities-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "automattic-wp-abilities-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/automattic-wp-abilities-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The wp-abilities-api skill provides a standardized interface for AI agents to discover and interact with WordPress capabilities. It enables agents to query available functions, check permissions, and execute tasks directly within the WordPress ecosystem without manual configuration.

When to use it

  • Automating routine content management tasks like publishing posts or updating settings.
  • Enabling AI assistants to dynamically determine what actions they are permitted to perform on a specific site.
  • Integrating third-party AI tools with existing WordPress workflows programmatically.
  • Building custom plugins that require agents to understand the current state of WordPress features.

Key capabilities

  • Capability Discovery: Allows agents to list and inspect available WordPress abilities.
  • Permission Verification: Helps agents confirm if they have the necessary access rights before executing actions.
  • Standardized Interaction: Provides a consistent API structure for communicating with WordPress functionality.
  • Dynamic Execution: Facilitates real-time triggering of WordPress features by AI agents.

Example prompts

  • "List all content-related capabilities available on this WordPress site."
  • "Can an agent publish a new draft post using the current permissions?"
  • "Execute a theme update and confirm the result via the API."

Tips & gotchas

Ensure your WordPress installation is properly configured to expose these abilities before attempting integration. The skill relies on accurate capability definitions, so verify that custom plugins or themes do not obscure standard WordPress functions from the agent's view.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
automattic
Installs
72

🏢 Official

Published by the company or team that built the technology.