Setup Agent Pilot Plugin

Run npx skills add https://wpelevator.com to install this skill (see agent skill index for all available skills):

---
name: "setup-agent-pilot"
description: "Setup the Agent Pilot WordPress plugin for managing and distributing AI agent skills via the Agent Skills Discovery via Well-Known URIs v0.2.0 draft specification."
compatibility: ""
---

# Setup Agent Pilot Plugin

The [Agent Pilot plugin](https://wpelevator.com/plugins/agent-pilot) for WordPress enables writing and distributing AI agent skills by following the the [Agent Skills Discovery via Well-Known URIs v0.2.0 draft specification](https://github.com/cloudflare/agent-skills-discovery-rfc).

## Install Plugin

The plugin is hosted outside of WordPress.org plugin repository.

1. Download the [plugin .zip file](https://updates.wpelevator.com/wp-json/update-pilot/v1/download/wpelevator/agent-pilot).
2. Ask user to upload the ZIP file under `/wp-admin/plugin-install.php` in their WordPress dashboard using the "Upload Plugin" button next to the "Add Plugin" heading. Consider asking for their site URL and then building the direct URL to the install page.
3. Alternatively, use WP CLI (if available and preferred) to install the plugin if you're running on the server or have SSH access to the server.
4. The Agent Pilot plugin requires the [Update Pilot plugin](https://wpelevator.com/plugins/update-pilot) for automatic updates (since it is not hosted on WordPress.org). User will be prompted to install and activate the Update Pilot plugin after enabling the Agent Pilot plugin.

---

## References

- references/update-pilot-plugin.md