I personally am fine with using WPCLI and letting AI use it, but I’m looking for ways to make it easy for my users to ask questions like “which customers have more than 10 favorited photos?“ or take actions like “increase all prices by 15%“ easily with AI
Novamira's core is what your AI can already do inside WordPress: PHP, files, and the database.
We added WP-CLI next to it, useful for background jobs.
@wpcli#WordPress
En unos minutos arranca mi conferencia en #codemotionmadrid. La única charla sobre #WordPress de todo el programa. Voy a realizar una demo de un flujo de desarrollo de un sitio en local, creación de un tema de bloques, un plugin a medida y despliegue a staging y producción en 27 minutos. Todo esto gracias a WP Studio, WPCLI, Claude Code, el MPC de @wordpressdotcom y el apoyo de todo el equipo de @eswordpresscom . Rock&Roll! 🤘@CodemoMadrid
¿Nos vemos en #CodemotionMadrid? Estaré el segundo día, el martes, compartiendo el paso de gigante de @eswordpresscom en lo que a IA WordPress se refiere. ⚡️ Despliegue de proyectos web a la velocidad de la luz gracias a WPStudio, WPCLI y Claude. En @CodemoMadrid ❤️ Pilla un descuentazo para la entrada en el siguiente mensaje del hilo.
Honestly, I wish I didn't have to change permalinks, delete Hello Dolly, and create a "Blog" page. It seems obvious there should be defaults.
Thank goodness for Rocket templates. If I were more of a dev I'd WPCLI it.
My first PR merge in the WordPress ecosystem 🦾
The bug was discovered on my VPS while using the WP-CLI via OpenCode to manage Extra Chill's concert calendar.
I asked Claude to find out if anybody had opened issues for this bug.
It found discussions on GitHub and Trac from 2018 and noted the existing fix was incomplete.
Then, it fixed the bug and tested it against my live production site to confirm it was correct.
Now, in the next version of @wpcli, all users can safely trash custom post types from the command line.
Once you have a coding agent on the server using the @wpcli directly there is no turning back
Everything else feels slow now
I'm about to have the best WordPress music site on the planet
CLIs are super exciting precisely because they are a "legacy" technology, which means AI agents can natively and easily use them, combine them, interact with them via the entire terminal toolkit.
E.g ask your Claude/Codex agent to install this new Polymarket CLI and ask for any arbitrary dashboards or interfaces or logic. The agents will build it for you. Install the Github CLI too and you can ask them to navigate the repo, see issues, PRs, discussions, even the code itself.
Example: Claude built this terminal dashboard in ~3 minutes, of the highest volume polymarkets and the 24hr change. Or you can make it a web app or whatever you want. Even more powerful when you use it as a module of bigger pipelines.
If you have any kind of product or service think: can agents access and use them?
- are your legacy docs (for humans) at least exportable in markdown?
- have you written Skills for your product?
- can your product/service be usable via CLI? Or MCP?
- ...
It's 2026. Build. For. Agents.
Really sick of WP.
WPCLI definitely takes the pain level down some but everything I'm building now and likely forward is Cloudflare Pages off a GH repository so I can edit sites in real time by talking to my IDE.