v1.0 — Now Open Source

The AI Agent thatruns your WordPress.

Not another chatbot. ClawPress is a proactive AI agent that manages, builds, and maintains your WordPress site autonomously. Give it a task — it gets it done.

$ wp plugin install clawpress

Persistent Memory

Agent Personas

WP Abilities

Offline Mode

Onboarding Wizard

clawpress — agent session

clawpress agent:start –persona=SiteAdmin

Agent initialized with persona “SiteAdmin”

Memory loaded — 47 prior sessions

Connected to WordPress 6.7

“Update all plugins, check for conflicts”

Scanning 14 installed plugins…

Updating ACF Pro 6.2 → 6.3.1

Updating WooCommerce 8.5 → 9.1

All plugins updated. No conflicts.

“Scaffold a landing page for the summer campaign”

Generating page with theme blocks…

Adding hero, features, CTA sections…

Published /summer-2025 — 4.2s

Not a chatbot. An autonomous agent.

ClawPress doesn’t wait for instructions line-by-line. Describe what you need, and the agent plans, executes, and verifies — all within your WordPress admin.

Floating Chat Panel

An agentic AI chat panel accessible on every WP admin screen. Not buried in a settings page — it’s right there, ready to act on whatever you’re looking at.

Create a new blog post about our Q4 roadmap

Draft created. Added featured image and SEO meta. Ready for review.

Persistent Memory

Your agent remembers. Every conversation, every preference, every site pattern — carried across sessions so it gets smarter the more you use it.

session_047 Site prefers Astra theme patterns

session_046 Always backup before bulk updates

session_045 ACF fields: use camelCase naming

session_041 Deploy schedule: Wednesdays 2am

Agent Personas

Assign dedicated WordPress users with custom roles. Your SiteAdmin persona handles maintenance. Your ContentWriter handles publishing. Each stays in its lane.

Offline Mode

No AI service connected? ClawPress still works. Queue tasks, manage your instruction files, and access memory — all locally. It catches up when reconnected.

WP Abilities — A Plugin System for Your Agent

Extend what your agent can do with Abilities — modular skill packs that give ClawPress new powers. File operations, memory management, WooCommerce actions, and more.

file_list

file_read

file_write

file_delete

memory_store

memory_recall

memory_forget

wp_post_create

Action Logging

Every action the agent takes is logged with full context. Audit trail included — nothing happens in the dark. Inspect, replay, or rollback.

Setup Wizard

Get running in under 60 seconds. The in-chat onboarding wizard walks you through API keys, persona setup, and your first agent task.

Three commands. Infinite possibilities.

01

Install & Connect

Drop ClawPress into your WordPress install. Connect your preferred AI provider — OpenAI, Anthropic, or any compatible LLM. The setup wizard handles the rest.

$ wp plugin install clawpress
$ wp clawpress setup
Connected to Claude 3.5 Sonnet

02

Define Your Agent

Give your agent a persona, assign it a WP user, and set its boundaries. Instruction files let you define exactly how your agent should behave — version-controlled and repeatable.

persona: “SiteAdmin”
abilities: [file_*, memory_*, wp_*]
memory: “persistent”

03

Let It Work

Describe what you need in plain language. ClawPress breaks it into tasks, executes them autonomously, and reports back. Watch the action log in real-time.

“Audit all pages for broken images”
Scanning 142 pages…
Found 3 broken refs. Fixing…
All resolved. — 8.1s

Built on modern WP. No compromises.

clawpress-agent.php

// Register a custom WP Ability

use ClawPress\Abilities\AbilityBase;

class SiteHealthAbility extends AbilityBase

{

public string $name = ‘site_health’;

public function execute($params): array

{

$checks = get_site_health_tests();

$results = array_map(

fn($t) => $t->run(),

$checks

);

return [

‘status’ => ‘complete’,

‘issues’ => count($results),

‘details’ => $results,

];

}

}

Tech Stack

AI Client

@wordpress/wp-ai-client

Queue

Action Scheduler

API

Custom REST API endpoints

Storage

Custom DB tables + WP options

Requirements

PHP

8.1+

WordPress

6.9+

Node

18+ (for dev)

AI Service

OpenAI / Anthropic / Local

Slash Commands

/help

List available commands

/status

Agent connection & health

/tools

Show active abilities

/memory

View stored context

/setup

Run onboarding wizard

/reset

Clear session state

What’s coming next.

ClawPress is under active development. Here’s what’s landing in upcoming releases.

In Progress

Chat Threads

Organize conversations into threads. Switch between projects without losing context.

In Progress

Response Streaming

See agent responses appear token-by-token as they’re generated. Faster feedback loops.

Planned

Multi-Agent Support

Run multiple agents with different personas simultaneously. A content writer and a site admin, working in parallel.

Planned

Site Health Reports

Proactive daily health checks. The agent audits performance, security, and SEO — then fixes what it can.

Planned

Agent Skills Marketplace

Share and install community-built Abilities. WooCommerce management, SEO audits, content generation — plug and play.

Research

Database Read Ability

Let your agent query the database directly for analytics, debugging, and advanced site management.

The future of WordPress is autonomous.

ClawPress is open source and ready for early adopters. Star the repo, install the plugin, and start building the next generation of WordPress management.

$ wp plugin install clawpress

ready

“Let’s build something.”
Agent ready. Awaiting your first task.