| 开发者 | autocrafterai |
|---|---|
| 更新时间 | 2026年9月17日 01:52 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install via the WordPress Plugins screen.Install AutoCrafterAI, drop your OpenAI API key into Settings, and start chatting from the Generator page. Every response saves as a real WordPress draft with a title, HTML body, and (optionally) auto-generated schema markup. You can also use Claude or Gemini instead of ChatGPT — the workflow is identical.
Yes. Type a prompt on the Generator page and AutoCrafterAI produces a full-length blog post with a suggested title, semantic HTML structure, and automatic Article + FAQ schema. One click opens the draft in Gutenberg, Elementor, Divi, WPBakery, or Beaver Builder — as real editable widgets, not a plain text dump.
Yes. AutoCrafterAI has native Elementor support (Free and Pro editions). Every AI-generated draft opens as real Elementor widgets — Heading, Text Editor, and Image widgets rendered with your theme's typography. Also adds an "AutoCrafterAI" sidebar panel inside the Elementor editor for inline AI edits (Improve / Shorten / Extend / Translate / Add CTA) on any text widget.
Yes. Same one-click open-in-builder flow works for Divi (real shortcode modules), WPBakery Page Builder (real elements), Beaver Builder (real rows), and Gutenberg (real blocks). No plain text block dumps in any of them.
No. AutoCrafterAI ships with a built-in Demo provider that returns realistic sample content. You can explore the whole plugin without any key. Google Gemini also has a real free tier that works without a credit card.
OpenAI (GPT-4o family, GPT-4.1 family), Anthropic Claude (Haiku 4.5, Sonnet 4.6, Opus 4.7), and Google Gemini (2.5 Flash, 2.5 Pro, 2.0 Flash). All are vision-capable for alt-text and WooCommerce product descriptions.
Yes — it's a core feature. AutoCrafterAI reads each image with a vision-capable AI model and writes accessibility-friendly alt text under 160 characters. Works one image at a time from a Media Library row action, in bulk from the AI Alt Text page, or automatically on upload (Pro).
Yes. Every generated post ships with Article schema, FAQPage schema when the AI writes a FAQ section, and HowTo schema for step-based content. The AEO Engine scores content 0-100 for signals AI search engines (ChatGPT, Perplexity, Google AI Overviews) look for when picking sources to cite. AI internal linking finds the best link candidates from your existing published posts.
In your WordPress database (wp_options), masked in the UI so they are not visible on screen. They never leave your server except when the plugin makes a direct HTTPS call to whichever provider you configured.
No. AutoCrafterAI does not have a content server. All AI calls go directly from your WordPress site to whichever provider you selected for that chat.
Yes. Every generation saves clean semantic HTML that works in any editor. The plugin also builds native widgets in Gutenberg, Elementor (Free and Pro), Divi, WPBakery, and Beaver Builder.
AEO stands for Answer Engine Optimization — writing content that gets sourced by ChatGPT, Perplexity, and Google AI Overviews. The AEO Engine scores your content and suggests small edits that make it citation-friendly for AI search.
Yes. Turn on EU Mode in Settings and OpenAI calls route through the EU-resident endpoint.
Uninstall removes the plugin's custom tables, options, transients, cron events, and per-user counters. Your WordPress posts are kept — those are real WP posts that belong to you.
Yes. The plugin is GPL v2 or later. You can inspect and modify it freely.
Every time you make an AI call, the plugin captures the exact token count from the provider's response (OpenAI returns prompt_tokens + completion_tokens; Anthropic returns input_tokens + output_tokens; Google returns promptTokenCount + candidatesTokenCount). The plugin multiplies by the current per-model pricing and shows the running monthly total + per-model breakdown on the Dashboard. All cost goes directly to your AI provider on your key.
No. It rewrites the post content in place — URL, slug, comments, categories, tags, featured image, SEO meta, and analytics history are all preserved. A _nsai_refreshed_at meta key prevents the same post from being surfaced again next month.
wp_add_inline_script / wp_add_inline_style.json_decode + wp_json_encode with JSON_HEX_TAG).clean_post now applies sanitize_textarea_field on string inputs).load_plugin_textdomain call (auto-loaded since WP 4.6, which is below our minimum of WP 5.8).edit_post per-post capability check).file:, data:, javascript: URIs plus localhost, private IP ranges, and cloud metadata endpoints before media_sideload_image.nsai_register_builders hook.