Wp Rest Api

🌐Community
by peixotorms · 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 peixotorms-wp-rest-api npx -- -y @trustedskills/peixotorms-wp-rest-api
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with a WordPress site using its REST API. It enables retrieving posts, pages, and other data from a WordPress installation programmatically. The agent can also potentially modify content based on available API endpoints (though this is not explicitly detailed).

When to use it

  • Content Aggregation: Gather blog post titles and summaries from a WordPress site for a news digest AI.
  • Automated Reporting: Pull data like recent publication dates or author information from a WordPress website for reporting purposes.
  • Dynamic Website Updates (potentially): If the API endpoints allow, an agent could theoretically update content on a WordPress site based on external events.
  • Data Migration: Extract structured data from a WordPress database to import into another system.

Key capabilities

  • Accessing WordPress REST API endpoints
  • Retrieving posts and pages
  • Potentially modifying content (depending on available endpoints)

Example prompts

  • "Get the titles of the five most recent blog posts from [WordPress site URL]."
  • "What is the content of the page titled 'About Us' on [WordPress site URL]?"
  • "List all authors and their associated posts from [WordPress site URL]."

Tips & gotchas

The agent will need authentication if the WordPress REST API is protected. Ensure that the correct base URL for the WordPress site is provided to the skill.

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
peixotorms
Installs
4

🌐 Community

Passed automated security scans.