Skip to content

Extra-Chill/data-machine-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-agent

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.

Docs

  • Setup: docs/SETUP.md
  • Security model: docs/SECURITY.md
  • Changelog: docs/CHANGELOG.md

The Idea

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

Dependencies

  • PHP 8.1+
  • WordPress 6.9+
  • ai-http-client (Composer) — AI provider abstraction

Quick Start (Future)

wp plugin install wp-agent
wp agent configure --provider=anthropic --api-key=sk-ant-...
wp agent channel add discord --token=...
wp agent start

Skills

Drop 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.

License

GPL v2 or later

About

WordPress-native AI agent runtime

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors