Wp Rest Api

🌐Community
by the-lemonboy · vlatest · Repository

Helps with REST APIs, API as part of developing backend services and APIs 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 the-lemonboy-wp-rest-api npx -- -y @trustedskills/the-lemonboy-wp-rest-api
2

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

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

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

About This Skill

What it does

This skill provides access to WordPress's REST API, enabling AI agents to interact with WordPress sites programmatically. It allows retrieval of posts, pages, media, and other data from a WordPress installation without needing direct access to the backend admin panel. This facilitates automated content management tasks and integration with external systems.

When to use it

  • Automated Content Updates: Automatically publish new blog posts or update existing ones based on external data sources.
  • Data Extraction: Extract specific information from a WordPress site, such as product details for e-commerce stores or event listings.
  • Custom Integrations: Build custom integrations between a WordPress site and other applications or services.
  • Content Migration: Migrate content from one WordPress installation to another using the REST API endpoints.

Key capabilities

  • Access to WordPress REST API endpoints
  • Retrieval of posts, pages, media, and other data
  • Automated content management functionality
  • Integration with external systems

Example prompts

  • "Get me the latest 5 blog posts from [WordPress site URL]."
  • "Update the featured image for the post titled '[Post Title]' to this URL: [Image URL]."
  • "Create a new page on [WordPress Site URL] with the title 'New Page' and content 'This is the content'."

Tips & gotchas

  • Requires authentication if the WordPress site has restricted access. You may need API keys or user credentials for proper functionality.

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
the-lemonboy
Installs
2

🌐 Community

Passed automated security scans.