A WordPress plugin that IS an AI agent. Install it, enter your API key, connect your messaging app, and talk to your agent from anywhere.
Not just a WordPress assistant — a general-purpose AI agent that lives inside WordPress.
Status: Active Development
See PLANNING.md for the full architecture and vision.
- Setup:
docs/SETUP.md - Security model:
docs/SECURITY.md - Changelog:
docs/CHANGELOG.md
What if your AI agent was just a WordPress plugin?
- No Node.js, no separate VPS, no external runtime
- Install like any other plugin
- Talk to it from Discord, Telegram, Signal, WhatsApp, Slack, or a built-in web chat
- Teach it new skills with markdown files
- Works on any WordPress host
- PHP 8.1+
- WordPress 6.9+
- ai-http-client (Composer) — AI provider abstraction
wp plugin install wp-agent
wp agent configure --provider=anthropic --api-key=sk-ant-...
wp agent channel add discord --token=...
wp agent startDrop markdown files in wp-content/uploads/wp-agent/skills/ to teach the agent about your tools:
skills/
├── data-machine/SKILL.md # Manage Data Machine workflows
├── woocommerce/SKILL.md # Manage your store
└── my-workflow/SKILL.md # Your custom instructions
No code changes needed. Skills are context, not dependencies.
GPL v2 or later