Build and debug custom WordPress REST API endpoints with schema and permission guardrails

Uses the WordPress wp-rest-api skill to help an agent design, register, validate, and troubleshoot custom REST routes without skipping schema, auth, or permission_callback details. This is for agent-led endpoint work in plugins, themes, or core-adjacent codebases, not for browsing the WordPress REST API as a product catalog.

Build and debug custom WordPress REST API endpoints with schema and permission guardrails

Uses the WordPress wp-rest-api skill to help an agent design, register, validate, and troubleshoot custom REST routes without skipping schema, auth, or permission_callback details. This is for agent-led endpoint work in plugins, themes, or core-adjacent codebases, not for browsing the WordPress REST API as a product catalog.

Installation

Method 1, Agent Skill Exchange

Method 2, Git clone

git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/build-and-debug-custom-wordpress-rest-api-endpoints-with-schema-and-permission-guardrails

Method 3, Download ZIP

  • Download the repository ZIP and extract skills/build-and-debug-custom-wordpress-rest-api-endpoints-with-schema-and-permission-guardrails.

Method 4, Manual copy

  • Copy this skill folder into your local skills directory, then reload your agent tooling.

Method 5, Fork and sync

  • Fork the repository if you want to maintain local edits while syncing upstream changes.

Source