What problem does it solve?
This Skill connects a self-hosted WordPress site to a self-hosted Hermes agent so AI coding agents can authenticate, read, and manage site content without manual reconfiguration.
Core Features & Use Cases
- Self-hosted WordPress integration: Uses WordPress Application Passwords over HTTPS for secure REST access to posts, pages, media, and users.
- Two connection paths: Supports the default REST-based workflow and an optional stdio MCP setup through the mcp-adapter plugin.
- Production-grade safeguards: Verifies live authentication, checks HTTPS and role requirements, enforces idempotency, reloads the gateway safely, and provides rollback guidance.
- Use Case: A site owner wants Claude Code or Hermes to publish draft posts, upload media, and inspect users on a VPS-backed WordPress installation with minimal manual steps.
Quick Start
Ask the agent to connect your self-hosted WordPress site to Hermes using HTTPS, a WordPress Application Password, and the default REST path unless you specifically need the optional MCP plugin route.