---
title: Agent Pilot (Skills) for WordPress
date: 2026-08-10T13:25:13+00:00
modified: 2026-08-21T12:34:48+00:00
image:: https://wpelevator.com/wp-content/uploads/sites/12/2026/08/agent-pilot-skill-editor-wordpress-plugin.png
permalink: https://wpelevator.com/plugins/agent-pilot
post_type: page
author:
  name: Kaspars
  avatar: https://secure.gravatar.com/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=robohash&r=g
---

# Agent Pilot (Skills) for WordPress

Manage and publish AI agent skills using the [Agent Skills Discovery via Well-Known URIs RFC version v0.2.0 draft](https://github.com/cloudflare/agent-skills-discovery-rfc) and [Agent Plugin](https://agent-plugins.org/) standard packaging.

## Screenshots

![Agent skill list via .well-known/agent-skills/index.json with Agent Pilot for WordPress](https://wpelevator.com/wp-content/uploads/sites/12/2026/08/agent-skills-well-known-wordpress-index-json.png?strip=all&quality=90&resize=1024,768) ![Agent skill editor using WordPress blocks and Agent Pilot plugin](https://wpelevator.com/wp-content/uploads/sites/12/2026/08/agent-pilot-skill-editor-wordpress-plugin.png?strip=all&quality=90&resize=1024,768) ![Agent skills stored as custom posts in WordPress](https://wpelevator.com/wp-content/uploads/sites/12/2026/08/agent-pilot-wordpress-skill-list.png?strip=all&quality=90&resize=1024,768) ![Install agent skills from a WordPress site running the Agent Pilot plugin](https://wpelevator.com/wp-content/uploads/sites/12/2026/08/agent-pilot-skills-npx-wordpress.png?strip=all&quality=90&resize=1024,873) ## Setup

### Use an Agent Skill

Install [an agent skill](https://wpelevator.com/agent-skill/setup-agent-pilot/skill.md) (delivered by Agent Pilot of course) using the [skills CLI package](https://github.com/vercel-labs/skills) that will guide you through the setup:

```
npx skills add https://wpelevator.com
```

or [download the skill](https://wpelevator.com/agent-skill/setup-agent-pilot/skill.zip) and extract it to the `skills` directory of your preferred AI harness. Alternatively, you can download and install the plugin as usual:

### Download Plugin

Use the link below to download the latest version of the plugin and [install it manually](https://wordpress.org/documentation/article/manage-plugins/#manual-plugin-installation-1) under “Plugins” → “Add New” using the “Upload Plugin” button:

[Download Plugin (zip)](https://updates.wpelevator.com/wp-json/update-pilot/v1/download/wpelevator/agent-pilot)



After activation, the plugin will prompt you to install and activate the [Update Pilot plugin](https://wpelevator.com/plugins/update-pilot) to enable automatic updates. This ensures that the Agent Pilot plugin is kept up-to-date even when it is disabled or used on a WordPress multisite.

## Changelog

### 0.4.0 (2026-08-21)

- Add support for [Agent Plugins standard](https://agent-plugins.org/) for bundling the skills and MCP configs.

### 0.3.0 (2026-08-11)

- Fix: ensure the skill blocks work well with block themes with dark background.
- Feature: added CORS and other headers for improved skill discovery.
- Feature: introduce a YAML builder for consistent output.

### 0.2.0 (2026-08-10)

- Fix: move the skill files to the .zip archive root (instead of a sub-directory).

### 0.1.0 (2026-08-10)

- Initial prototype.