| 开发者 | brainstormforce |
|---|---|
| 更新时间 | 2026年7月13日 21:50 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://app.zipwp.com/auth/), the ZipWP credit and agent server, and the ZipWP API (https://api.zipwp.com/api/). AI responses are generated by third-party models (such as Google Gemini and Anthropic Claude) accessed through the ZipWP platform. No site data is sent until you authenticate and send a message, and you can clear all stored memory at any time via Clear Site Memory in the plugin menu.
Your use of the ZipWP platform is governed by its Terms of Service and Privacy Policy. All privacy and data handling comply with WordPress.org Plugin Guidelines.
Important Note
ZIP AI is an AI assistant. Generated content, edits, and command output may contain mistakes or unexpected results. ZIP AI always asks for confirmation before applying changes, but you are responsible for reviewing every action it suggests on your site.
Code Snippets
ZIP AI includes a Code Snippets manager (Settings → ZIP AI Code Snippets) that lets you save and run your own custom code - PHP, CSS, JavaScript, and HTML - on your site. This is a deliberate feature: enabled PHP snippets are executed on your site, exactly like the code in a plugin or your theme's functions.php.
Because this feature runs arbitrary code, it is tightly gated:
manage_options capability. Every REST endpoint enforces this; no snippet runs for any lower-privileged user.include of a plugin-managed file. The plugin never downloads executable code from a remote server to run it.eval, exec, shell_exec, system, backtick shell execution, and similar). This is a guardrail to catch mistakes - it is not a security sandbox. As with any code you add to WordPress, only run snippets you trust.-l lint with a time limit) so a syntax error cannot take your site down. This requires exec() to be available on your host; if it is not, the test step is skipped..zip file.Only if you are using a block theme that supports Full Site Editing (FSE), such as Twenty Twenty-Five or Twenty Twenty-Four. ZIP AI does not work with classic themes, which includes Astra, Divi, and most existing or custom themes.
Not today. Astra and other classic (non-FSE) themes are not supported yet. ZIP AI builds site templates (header, footer, and page templates) using FSE templates and syncs global colors and typography through WordPress Global Styles, both of which currently require an FSE theme. Broader theme support is on our roadmap.
ZIP AI builds the header, footer, and site templates using FSE templates, and it syncs your site's global colors and typography through WordPress Global Styles. Today, even a standalone page still generates FSE templates for the page's header, footer, and template, so an FSE theme is required for it to render correctly. Making standalone pages fully theme-independent is on our roadmap.
No. Pages use Spectra design tokens and CSS variables rather than hardcoded styles. For new sites, ZIP AI creates a fresh design system; for existing sites, it reuses your site's existing design tokens where available.
Not yet. ZIP AI is an early beta and is best suited to brand-new or test sites running an FSE theme. We do not recommend using it on an established site you are not willing to rebuild.
Yes. ZIP AI is a SaaS-connected plugin that requires a free ZipWP account. It connects your WordPress site to the ZipWP platform, which powers the AI features.
Both. It's a WordPress AI chatbot you talk to in plain English, and an AI agent that performs tasks - building pages, editing blocks, and managing site operations - through the official WordPress REST API, WP-CLI, and Abilities API.
No. ZIP AI always shows you what it plans to do and waits for your confirmation before applying any change.
Yes. ZIP AI supports Bring Your Own Key (BYOK) as well as plan-based usage.
You are redirected to the ZipWP login page and, after you authenticate, a short-lived, single-use token is returned to WordPress and verified server-to-server over HTTPS before any access token is stored. No actions are taken until verification succeeds. See "External Service Connection / Security" in the description.
Yes. You can wipe all stored memory at any time using Clear Site Memory in the plugin menu.
Use the Clear Site Memory option in the plugin menu to wipe your server-side memory. Deleting the plugin also removes all locally stored options, transients, and the added capability (via uninstall.php).