Browse documentation +
Getting startedInstallationConnect a clientSafety profilesWordPress ChatPro licensingAntigravity CLIAntigravity IDETroubleshootingOAuth 2.1 setupApplication PasswordsPage builder workflowsLedger and rollbackApprovals and memoryAbility reference
Pro module1 abilities

Skill sources

These abilities register when Skill sources is detected on the site and a Pro licence is active. If either is missing the module stays absent rather than failing at call time.

At a glance

Skill sources registers 1 ability: 1 that only read, 0 that write, and 0 marked destructive. That split is the practical answer to how much of this module can run unattended. Reads cost nothing and are safe to repeat, so discovery is the part to be generous with; the writes are where review belongs, and the destructive calls stop for an explicit confirmation every single time regardless of which profile is active.

What this module is for

WPPilot exposes reusable skill packs and their source so an AI client can load focused WordPress or integration guidance only when it is relevant.

Before you rely on it: Skills provide workflow context; live schemas, permissions, and the active site state still determine what is safe and possible.

Typical workflows

  • Load a builder-specific skill before planning an edit
  • Combine site instructions with an integration workflow
  • Keep the initial MCP tool surface compact by retrieving guidance on demand

The WPPilot Skills integration page covers the same module from the workflow side, with the capability map and the questions worth asking before a first write.

Availability on your site

The Skill sources module needs three things at once: WPPilot Free as the MCP foundation, an active Pro licence, and the companion plugin detected on the site. Miss any one and the module does not register, which is deliberate: an ability that appears in the tool list but fails at call time is worse than an ability that was never offered. What the connected agent can actually call is then narrowed twice more: by the safety profile active on the site, and by the WordPress capabilities of the user behind the credential. A read that succeeds for an administrator can be absent entirely for an editor.

Every write these abilities perform is recorded in the change ledger, and destructive calls can be routed through the approval queue so a person signs off before anything is applied. A successful tool result means the operation returned, not that the front end, the cache, and every dependent template are correct: that still needs a look.

Reads

Available in every safety profile, including Read Only. Inspection costs nothing and is not rate limited.

AbilityWhat it does
wppilot/skill-getGet SkillReturns the full instructions for a single bundled skill by slug. The list of available skills (slug + description) is injected into the MCP server instructions at session start — call this ability to load the full body of a skill whose description matches the task at hand.