skills/sales-gutenverse/SKILL.md
Gutenverse platform help — free Gutenberg-native FSE block plugin + ecosystem for WordPress by Jegstudio (57 blocks, 600+ starter templates, popup builder, mega menu, global colors/fonts, Unibiz companion theme, plus a separate free Gutenverse Form plugin with WordPress-stored entries). Use when the Gutenverse editor won't load or breaks after a customization change, color or style changes work in the editor but don't apply on the frontend, blocks vanish or break after a plugin update, you're isolating a plugin conflict, deciding which plan unlocks the form builder / dynamic data / display conditions / custom fonts, form submissions need email notifications or spam protection, or reading/writing gutenverse/-namespaced block markup via the WordPress REST API. Do NOT use for cross-tool builder selection or funnel/CRO strategy (use /sales-funnel) or checkout/cart across platforms (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-gutenverseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
gutenverse-core framework hooks (gutenverse_after_init_framework, gutenverse_include_block, gutenverse_block_config), reading/writing gutenverse/-namespaced block markup via the WordPress REST APIFree or Pro? Free (WordPress.org) ships all 57 blocks + the template library + popup builder + global colors/fonts + responsive editing. Form builder advanced features, dynamic data, display conditions, custom fonts, premium templates/blocks, and the mega menu are Pro. The Gutenverse Form plugin is a separate free install.
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Funnel strategy, page structure, builder selection across tools (Spectra/Kadence/GenerateBlocks/Stackable/SeedProd/Elementor…) | /sales-funnel — Run: /sales-funnel {user's original question} |
| A/B testing methodology (Gutenverse has no native split testing) | /sales-vwo — Run: /sales-vwo {user's original question} |
| Email sequences/automation after a form opt-in | /sales-email-marketing — Run: /sales-email-marketing {user's original question} |
| Growing the list, lead-magnet strategy | /sales-audience-growth — Run: /sales-audience-growth {user's original question} |
| WooCommerce store/checkout (Gutenverse builds pages, WooCommerce blocks are "coming soon") | /sales-checkout — Run: /sales-checkout {user's original question} |
| WordPress/WooCommerce funnel + upsells around the pages | /sales-cartflows — Run: /sales-cartflows {user's original question} |
| On-page/technical SEO and Core Web Vitals beyond clean markup | /sales-seo — Run: /sales-seo {user's original question} |
If the question is Gutenverse-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — blocks/modules, the Form plugin, pricing/plan gates, data model, integration recipes, and code examples. For the gutenverse-core framework hooks, the gutenverseCore.* packages, and the WordPress REST API approach to gutenverse/-namespaced markup, read references/gutenverse-api-reference.md.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation.
/sales-email-marketing.gutenverse/-namespaced in post_content, Application-Password auth); extend the editor via the gutenverse-core hooks (gutenverse_after_init_framework, gutenverse_include_block, gutenverse_block_config) and the gutenverseCore.* ES6/window packages. It's open source under github.com/Jegstudio — deeper extension means building against the core framework.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-06) — review these, especially plan-gated features and integration details that may be outdated.
gutenverse-form) — and the free tier has no webhooks, no Zapier/Mailchimp/CRM, no conditional logic, no multi-step, no payment fields. Entries are stored in WordPress with CSV export; anti-spam is reCAPTCHA only (a third-party Cloudflare Turnstile add-on exists).gutenverse/ block markup in post_content) and the gutenverse-core framework hooks. Form leads exit through email or whatever form plugin you pair with it./sales-funnel — Funnel strategy, page structure, and builder selection across tools (Spectra, Kadence Blocks, GenerateBlocks, Stackable, SeedProd, Elementor, ClickFunnels, Leadpages)/sales-stackable — Another design-focused, Gutenberg-native block plugin — compare blocks, footprint, Pro gates, and note Stackable has no form/popup builder where Gutenberg-verse ships both/sales-spectra — A Gutenberg-native block plugin (by Brainstorm Force) that also ships a Popup Builder + Starter Templates — compare blocks, DOM output, and Pro Dynamic Content/sales-kadence — A Gutenberg block plugin (by StellarWP) with an Advanced Form block + webhooks and Kadence AI — compare form/automation depth vs Gutenverse Form/sales-generateblocks — The minimalist, performance-first Gutenberg block plugin — compare its few-primitives, lean-DOM model against Gutenverse's 57 ready-made blocks/sales-seedprod — A WordPress page/landing-page builder plugin (non-Gutenberg alternative with Theme Builder + coming-soon pages)/sales-cartflows — WordPress/WooCommerce funnel + checkout/upsells around the pages Gutenverse builds/sales-vwo — A/B testing and heatmap methodology Gutenverse lacks natively/sales-audience-growth — Growing an email list (lead magnets, opt-in strategy) behind a form/sales-email-marketing — Email sequences to run after a Gutenverse Form captures the lead/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-codeUser: "I want to update the CTA text inside a Gutenverse Button across 30 landing pages from a script. Is there an API?"
Approach: There's no Gutenverse REST API — use the WordPress core REST API. Gutenverse blocks are gutenverse/-namespaced block markup in each post's content field (with attributes like a unique element id), so authenticate with an Application Password, GET the post content, transform the <!-- wp:gutenverse/button … --> markup, and POST it back. To change rendered output instead of stored content, hook WordPress core render_block; to extend the editor, use the gutenverse-core framework hooks. Pull the snippets from references/gutenverse-api-reference.md.
User: "After editing a section, the Gutenverse editor screen just won't load anymore — but the live site is fine." Approach: This is the top reported Gutenverse issue. The frontend rendering while the editor breaks points to a JS conflict or a corrupted block introduced by that edit. Update Gutenverse to the latest version, hard-refresh and clear browser + page cache, then on a staging copy disable other plugins (and switch to a default theme) one at a time to isolate the conflict; if a single block is corrupt, remove/re-add it. See Troubleshooting.
User: "I want a multi-step contact form with conditional fields, and I want to bind block content to custom fields. What tier?"
Approach: Both are Pro. Gutenverse Form's free tier covers basic fields, WordPress-stored entries, CSV export, email notifications, and reCAPTCHA — but conditional logic, multi-step, calculation/payment fields are Pro, and dynamic data / display conditions in the page blocks are Pro too. Pro is annual (~$79–99/yr for the Professional/10-site tier; an Agency/100-site tier exists). Treat pricing as best-effort and confirm current tiers and site counts in references/platform-guide.md; warn that Pro features degrade if the license lapses.
Symptom: After making a customization change, the block editor screen fails to load; deactivating Gutenverse lets the editor load again. The published frontend is unaffected. Cause: A JavaScript conflict with another plugin/theme, a corrupted block from the last edit, or a stale editor build/cache. Solution: Update Gutenverse to the latest version; hard-refresh and clear browser + page/object cache; on a staging copy, deactivate all other plugins and switch to a default theme, then re-enable one at a time to find the conflict. If one block is the culprit, delete and re-insert it. Keep a backup before editing live.
Symptom: A color, spacing, or typography change looks right in the editor but the published page doesn't reflect it. Cause: Gutenverse's per-page styling cache is stale, a caching/CDN layer is serving old CSS, or a minify/optimization plugin stripped or reordered Gutenverse's assets. Solution: Regenerate/clear Gutenverse's style cache and clear page/object/CDN cache; allowlist Gutenverse's CSS/JS in any minify/combine plugin; confirm you're on v3.4.0+ (improved styling cache). Re-check in an incognito window to rule out the browser cache.
Symptom: Gutenverse Form entries don't arrive by email, or the inbox fills with spam.
Cause: Missing/failing site email (no SMTP), notification not configured, or anti-spam limited to reCAPTCHA on the free plugin (no webhooks/CRM routing, no honeypot beyond reCAPTCHA).
Solution: Confirm admin + user email notifications are enabled on the form and that WordPress can send mail (add an SMTP plugin if deliverability is poor); entries are also stored in WordPress with CSV export as a fallback. Enable the reCAPTCHA block; for stronger protection add a Cloudflare Turnstile add-on, and for routing leads into a CRM/sequence pair a dedicated form plugin and use /sales-email-marketing.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).