lw-site-manager-overview

Document WordPress site-manager/* abilities via REST and PHP with permission checks.

21|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Lonsdale201/wp-agent-skills --skill lw-site-manager-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lw-site-manager-overview
Source: https://github.com/Lonsdale201/wp-agent-skills/tree/main/lw-plugins/lw-site-manager-overview
Command: npx skills add https://github.com/Lonsdale201/wp-agent-skills --skill lw-site-manager-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The LW Site Manager overview provides developers with a centralized reference to WordPress abilities exposed via the Abilities API, helping AI agents discover, call, and securely invoke 120+ capabilities.

Core Features & Use Cases

  • Comprehensive catalog of site-manager/* abilities and their access patterns.
  • Clarifies REST and PHP invocation patterns, permissions, and category structure.
  • Supports integration planning for AI agents, automation workflows, and admin tooling.

Quick Start

Query the Abilities API discovery endpoint to list available 'site-manager/*' abilities and try running a simple one (for example 'site-manager/check-updates') using the REST endpoint with proper Basic authentication.

Frequently Asked Questions about lw-site-manager-overview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list available WordPress abilities for AI integration?

You can list available WordPress abilities by querying the Abilities API discovery endpoint, which retrieves the catalog of exposed site-manager capabilities and their access patterns for AI integration.

What's the best way to invoke site-manager abilities via REST in WordPress?

The best way to invoke site-manager abilities via REST is by calling the specific endpoint, such as site-manager/check-updates, using proper Basic authentication to ensure secure access to the WordPress capabilities.

Does the WordPress Abilities API require PHP 8.2 to register custom capabilities?

Yes, registering custom capabilities through the Abilities API requires PHP 8.2 support, along with specific plugin headers, to properly utilize the Registrar and PermissionManager components for the 126 registered abilities.

How are permission checks applied when calling site-manager abilities?

Permission checks for site-manager abilities are applied per-ability through the PermissionManager, ensuring secure invocation patterns by validating access before executing REST or PHP calls within the WordPress environment.

Can I use PHP to call WordPress site-manager abilities instead of REST endpoints?

Yes, you can call WordPress site-manager abilities using PHP directly, as the Abilities API supports both REST and PHP invocation patterns, providing flexibility for automation workflows and admin tooling integration.