Linux 软件免费装
Banner图

Clautron

开发者 dudaster
更新时间 2026年9月11日 21:28
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

security ai automation capability no-code

下载

1.0.9 1.1.0 1.2.0

详情介绍:

WordPress can do almost anything, and that flexibility built a bad habit: every small feature becomes a full plugin install. One feature becomes one plugin. Thirty features become thirty plugins — each with its own code, dependencies, updates, and attack surface, for functionality you might use once. Get the feature. Not the plugin. Clautron is the capability layer for WordPress. Describe what you need — an admin column, a 301 redirect, a WooCommerce rule, a login-form tweak, a scheduled report — and Clautron adds exactly that, built from small, inspectable, reusable building blocks called primitives. Nothing more. One secure layer. Thousands of capabilities. Every capability Clautron builds can be activated, deactivated, and rolled back the same predictable way. Before you turn one on, you can see what it reads, what it writes, what it connects to, and how much it changes. Key features:

安装:

  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.

屏幕截图:

  • Blueprints — manage saved features, their primitives, triggers, status, and last run.
  • Primitives — the catalog of composable building blocks, grouped by category.
  • Scheduled Jobs — one-time or recurring tasks defined with cron expressions.

升级注意事项:

1.1.0 Adds Elementor and WordPress widget primitives. No breaking changes. 1.0.9 Security hardening for the read_option and write_option primitives. Recommended for all users.

常见问题:

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, and what's a capability?

Primitives are the small, reusable building blocks Clautron composes things from — custom post types, meta fields, admin columns, scheduled tasks, and more. A capability is what you actually get: a specific piece of functionality (a redirect, an admin column, a WooCommerce rule) built from one or more primitives, that you can activate, deactivate, or roll back as one unit.

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.

更新日志:

1.2.0 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.4 1.0.3 1.0.2 1.0.0