---
title: "WordPress AI Services Plugin"
description: "AI Services is a WordPress plugin by Felix Arntz that exposes AI capabilities centrally across PHP, REST API, JavaScript, and WP-CLI. It is built as infrastructure for other plugins and site workflows, rather than as a single-purpose chatbot feature."
verification: "security_reviewed"
source: "https://github.com/felixarntz/ai-services"
author: "Felix Arntz"
publisher_type: "Individual Developer"
category:
  - "WordPress & CMS"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "felixarntz/ai-services"
  github_stars: 158
---

# WordPress AI Services Plugin

AI Services is a WordPress plugin by Felix Arntz that exposes AI capabilities centrally across PHP, REST API, JavaScript, and WP-CLI. It is built as infrastructure for other plugins and site workflows, rather than as a single-purpose chatbot feature.

## Prerequisites

WordPress, PHP, Composer, Node.js, npm

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
git clone https://github.com/felixarntz/ai-services.git wp-content/plugins/ai-services && cd wp-content/plugins/ai-services && composer install && npm install && npm run build
```

## Documentation

- https://felixarntz.github.io/ai-services/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/wordpress-ai-services-plugin/)
