skills/sales-gutenkit/SKILL.md
GutenKit platform help — feature-rich Gutenberg block plugin + page builder for WordPress by Wpmet (slug gutenkit-blocks-addon; 70k+ installs, 65+ blocks, 20+ modules, 900+ templates, flexbox Container, Mega Menu, Query Loop Builder, dynamic content, display conditions, FSE-compatible, Block API v3, zero jQuery). Use when the GutenKit/Gutenberg editor won't load or a block shows 'this block has encountered an error and cannot be previewed' after a customization change, the GutenKit Template Library errors out (often a conflict with ElementsKit or another Wpmet plugin), block styles look right in the editor but not on the published page, blocks vanish or break after a plugin update, deciding which plan unlocks the mega menu / query loop builder / dynamic content / display conditions, or reading/writing gutenkit/-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-gutenkitInstall 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?
gutenkit/-namespaced block markup via the WordPress core REST APIFree or Pro? Free (WordPress.org) ships the core block set + the template library + flexbox Container + responsive editing. Mega Menu, Query Loop Builder, Dynamic Content, Display Conditions, One Page Scroll, Sticky Content, Glass Morphism, Advanced Tooltip, Google Map, and the advanced Parallax are Pro. Confirm the tier before promising a feature.
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/Gutenverse/Elementor…) | /sales-funnel — Run: /sales-funnel {user's original question} |
| A/B testing methodology (GutenKit has no native split testing) | /sales-vwo — Run: /sales-vwo {user's original question} |
| Email sequences/automation after a Mailchimp 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 around the pages | /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 GutenKit-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — blocks/modules, the Mega Menu / Query Loop / Dynamic Content / Display Conditions features, pricing/plan gates, data model, integration recipes, and code examples. For WordPress hooks/filters and the WordPress REST API approach to gutenkit/-namespaced markup, read references/gutenkit-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.
gutenkit-template-library error. Update both plugins to their latest versions and clear cache; if it persists, deactivate one to confirm the culprit, then re-enable on the matched version./sales-email-marketing.gutenkit/-namespaced in post_content, Application-Password auth); deeper extension means WordPress hooks/filters against the rendered output.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.
gutenkit/ block markup in post_content) and WordPress hooks/filters./sales-funnel — Funnel strategy, page structure, and builder selection across tools (Spectra, Kadence Blocks, GenerateBlocks, Stackable, Gutenverse, SeedProd, Elementor, ClickFunnels, Leadpages)/sales-gutenverse — Another free-tier-strong, Gutenberg-native FSE block plugin — compare blocks, template library, Pro gates, and note Gutenverse ships a separate Form plugin where GutenKit has only a Mailchimp opt-in block/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 GutenKit's Mailchimp-only capture/sales-generateblocks — The minimalist, performance-first Gutenberg block plugin — compare its few-primitives, lean-DOM model against GutenKit's 65+ ready-made blocks/sales-stackable — A design-focused Gutenberg-native block plugin — compare blocks, footprint, and Pro gates/sales-nexter — An all-in-one Gutenberg ecosystem (by POSIMYTH) with a Form Builder, Mega Menu, and an MCP server — compare breadth vs GutenKit/sales-cartflows — WordPress/WooCommerce funnel + checkout/upsells around the pages GutenKit builds/sales-vwo — A/B testing and heatmap methodology GutenKit lacks natively/sales-audience-growth — Growing an email list (lead magnets, opt-in strategy) behind a capture block/sales-email-marketing — Email sequences to run after a Mailchimp opt-in 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 GutenKit Button across 30 landing pages from a script. Is there an API?"
Approach: There's no GutenKit REST API — use the WordPress core REST API. GutenKit blocks are gutenkit/-namespaced block markup in each post's content field, so authenticate with an Application Password, GET the post content with context=edit, transform the <!-- wp:gutenkit/... --> markup string (not the rendered HTML), and POST it back. Pull the cURL/Python snippets from references/gutenkit-api-reference.md and test on staging first.
User: "After I added a GutenKit section, the editor shows 'this block has encountered an error and cannot be previewed' and won't load — but the live site is fine." Approach: This is the top reported GutenKit issue. The frontend rendering while the editor breaks points to a JS conflict, a corrupted block from that edit, or a stale editor build. Update GutenKit 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. If you also run ElementsKit, make sure both Wpmet plugins are on matched current versions. See Troubleshooting.
User: "I want a multi-column mega menu in my header and a blog grid that filters by category and pulls the post's ACF subtitle. What tier?"
Approach: All three are Pro. The Mega Menu, the Query Loop Builder (filter by category/taxonomy), and Dynamic Content (binding to an ACF field) are Pro-gated — the free tier covers the core blocks and template library but not these. Pricing is best-effort/annual (Personal/1-site ~$39, Professional/5-site ~$79, Agency/unlimited ~$149, with lifetime options); confirm current tiers and site counts in references/platform-guide.md, and warn that Pro features degrade if the license lapses.
Symptom: After a customization change or an update, a block can't be previewed or the block editor screen fails to load; deactivating GutenKit 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, a stale editor build/cache, or (if ElementsKit is installed) a version mismatch between the two Wpmet plugins. Solution: Update GutenKit (and ElementsKit, if present) 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: Opening the GutenKit template/pattern library shows an error (e.g. a gutenkit-template-library error), sometimes surfaced while using ElementsKit Lite.
Cause: GutenKit and ElementsKit (both Wpmet) share a template-library handler; mismatched plugin versions, a failed library asset load, or a server/firewall blocking the library request break it.
Solution: Update both GutenKit and ElementsKit to their latest versions and clear cache; confirm the server can reach the Wpmet template endpoint (no aggressive firewall/security-plugin block). If it persists, deactivate one of the two plugins to confirm the culprit, then re-enable on the matched version; report a reproducible case to Wpmet support.
Symptom: A color, spacing, or layout change looks correct in the editor but the live page doesn't reflect it. Cause: GutenKit loads CSS/JS selectively per page; a caching/CDN layer is serving old assets, or a minify/optimization plugin stripped or reordered GutenKit's assets. Solution: Clear page/object/CDN cache; allowlist GutenKit's CSS/JS in any minify/combine plugin; re-check in an incognito window to rule out the browser cache. If only some blocks are affected, edit and re-save the page to regenerate its assets.
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).