This WordPress plugin is a demo plugin for using the WordPress built-in AI Client launching in WordPress 7.0.
It allows generating and editing images in the WordPress media library.
composer install
npm install
npm run buildnpm install -g agent-browser
agent-browser install
npx skills add https://github.com/vercel-labs/agent-browser --skill agent-browser -gMake sure you're using WordPress 7.0 or higher.
- Download the plugin files in an
ai-client-imagegenfolder. - Inside the folder, run the commands from the "Getting Started" section, to build the JS code.
- Upload the
ai-client-imagegenfolder to the/wp-content/plugins/directory.- Ideally, you only need to include
plugin.php, plus thebuildandincludesdirectories.
- Ideally, you only need to include
- Visit Plugins, and activate the AI Client ImageGen plugin.
- Make sure you have configured at least one AI connector under Settings > Connectors.
- Go to Media and start generating or editing images.
GPL v2 or later