Title: Clautron
Author: dudaster
Published: <strong>23. juni 2026</strong>
Last modified: 23. juni 2026

---

Søk gjennom innstikk

![](https://s.w.org/plugins/geopattern-icon/clautron.svg)

# Clautron

 Av [dudaster](https://profiles.wordpress.org/dudaster/)

[Last ned](https://downloads.wordpress.org/plugin/clautron.1.0.9.zip)

 * [Detaljar](https://nn.wordpress.org/plugins/clautron/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/clautron/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/clautron/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/clautron/#developers)

 [Hjelp](https://wordpress.org/support/plugin/clautron/)

## Skildring

Clautron is an AI-powered WordPress functionality builder that lets you create workflows,
admin tools, and custom site behaviors from reusable declarative primitives — without
writing code.

Describe what you want in plain language and Clautron generates the configuration.
Features are built from pre-defined, composable building blocks called primitives.

**Key features:**

 * **AI-assisted blueprint generation** — describe functionality in plain language
   and Clautron generates the configuration automatically
 * **Reusable primitives** — build features from pre-defined, composable building
   blocks
 * **Scheduled jobs** — run one-time or recurring automated tasks with cron expressions
 * **Custom reports** — create data queries and display results in the admin area
 * **Safe by design** — a safety policy layer prevents dangerous operations

### External Services

This plugin uses the WordPress AI Client (built into WordPress 7.0+) to generate
blueprint configurations from natural language descriptions. Clautron does not directly
connect to any external AI service.

All AI requests are routed through the WordPress AI Client. The provider that receives
your prompts is determined by the AI provider configured in your WordPress installation’s
AI settings. Please refer to the terms of service and privacy policy of your configured
AI provider.

## Installasjon

 1. Upload the `clautron` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Clautron** in the admin menu.
 4. Go to **Settings** and enter your AI provider API key.

## Vanlege spm.

### Which AI providers are supported?

Clautron uses the WordPress AI Client (built into WordPress 7.0+). The provider 
is configured at the WordPress level — go to your WordPress AI settings to choose
and configure a provider. No API keys are stored by this plugin.

### Is my data sent to third-party services?

Only the natural language prompts you type in the AI Assistant are sent to your 
AI provider, via the WordPress AI Client. Clautron does not directly connect to 
any external AI service — all communication is handled by WordPress core. No WordPress
content, posts, users, or site data is transmitted.

### What are primitives?

Primitives are the building blocks of Clautron features — pre-defined, reusable 
units of WordPress functionality such as custom post types, meta fields, admin columns,
scheduled tasks, and more.

### Does this plugin store data in the database?

Yes. Clautron creates its own database tables (prefixed with `wp_clautron_`) to 
store blueprints, conversation history, scheduled jobs, workflow state, and execution
logs. All data is removed if you uninstall the plugin.

### What permissions are required?

Clautron is accessible only to administrators (`manage_options` capability). No 
frontend functionality or public-facing pages are added to your site.

## Omtalar

There are no reviews for this plugin.

## Bidragsytarar og utviklarar

“Clautron” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ dudaster ](https://profiles.wordpress.org/dudaster/)

[Omset “Clautron” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/clautron)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/clautron/), sjekk [SVN-lageret](https://plugins.svn.wordpress.org/clautron/)
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/clautron/)
med [RSS](https://plugins.trac.wordpress.org/log/clautron/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.0.9

 * Hardened write_option primitive: added comprehensive denylist blocking WordPress
   core options and any option name containing sensitive substrings (password, secret,
   api_key, token, salt, private_key).
 * Hardened read_option primitive: added denylist blocking reads of auth keys, salts,
   passwords, and API credential options to prevent exposure of sensitive data.

#### 1.0.8

 * Migrated AI integration to WordPress AI Client (WordPress 7.0+) — removed direct
   Anthropic, OpenAI, Grok, and Ollama provider integrations.
 * Added missing nonce checks to handle_delete_blueprint, handle_rollback_version,
   handle_get_blueprint_preview AJAX handlers.
 * Added nonce to admin list table filter (primitive-ui) and verified on parse_query.
 * Fixed unsafe SQL in DB uninstall and migration: DROP TABLE, SHOW COLUMNS, ALTER
   TABLE now use wpdb::prepare() with %i placeholder.
 * Updated minimum WordPress requirement to 7.0.

#### 1.0.7

 * Fixed SQL query builders: replaced dynamic WHERE/ORDER concatenation with fully
   literal SQL strings and bypass conditions to satisfy WordPress.DB.PreparedSQL.
   NotPrepared.
 * Moved tests/ directory outside the plugin folder (development-only, not distributed).
 * Removed stray .DS_Store file.

#### 1.0.6

 * Fixed EscapeOutput: use JSON_HEX_TAG instead of str_replace for JSON-LD script
   output.
 * Fixed SQL preparation: refactored query/aggregate builders to use %i table placeholder
   and single prepare() call with explicit placeholders.
 * Fixed input handling: replaced direct $_GET/$_POST access with filter_input()
   throughout.
 * Renamed non-prefixed page-scope variables to use clautron_ prefix.

#### 1.0.4

 * Replaced all external policy deep-links with root domain URLs to avoid Cloudflare-
   blocked automated checks.

#### 1.0.3

 * Updated external service URLs in readme (OpenAI policy links).
 * Confirmed compatibility with WordPress 7.0.

#### 1.0.2

 * Security: added explicit nonce checks in all AJAX handlers.
 * Security: added capability checks in admin page callbacks.
 * Removed create_user primitive per wp.org review guidelines.
 * Author URI updated to WordPress.org profile.

#### 1.0.0

 * Initial release.

## Om

 *  Version **1.0.9**
 *  Last updated **6 dagar sidan**
 *  Active installations **Færre enn 10**
 *  WordPress version ** 7.0 eller nyare **
 *  Tested up to **7.0**
 *  PHP version ** 8.1 eller nyare **
 *  Language
 * [English (US)](https://wordpress.org/plugins/clautron/)
 * Tags
 * [AI](https://nn.wordpress.org/plugins/tags/ai/)[automation](https://nn.wordpress.org/plugins/tags/automation/)
   [blueprints](https://nn.wordpress.org/plugins/tags/blueprints/)[No-code](https://nn.wordpress.org/plugins/tags/no-code/)
   [workflow](https://nn.wordpress.org/plugins/tags/workflow/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/clautron/advanced/)

## Vurderingar

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/clautron/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/clautron/reviews/)

## Contributors

 *   [ dudaster ](https://profiles.wordpress.org/dudaster/)

## Hjelp

Har du noko å seia? Treng du hjelp?

 [Sjå hjelpeforumet](https://wordpress.org/support/plugin/clautron/)