C
Create Block Theme Content

Create a blank theme

Create a blank theme

What it does

Create a blank theme It is one of the abilities the Create Block Theme plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

create-block-theme.create-a-blank-theme
{
  "ability": "create-block-theme.create-a-blank-theme",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Create Block Theme abilities

All Create Block Theme abilities β†’
C
Create a new theme based on the currently active theme
Create Block Theme
Create a new theme based on the currently active theme
C
Create a child theme of the active parent theme
Create Block Theme
Create a child theme of the active parent theme
C
Create a new style variation
Create Block Theme
Create a new style variation
E
Export a theme
Create Block Theme
Export a theme
P
Provide a name for the new Variation
Create Block Theme
Provide a name for the new Variation