skills/sales-nexter/SKILL.md
Nexter platform help — all-in-one WordPress Gutenberg ecosystem by POSIMYTH Innovations (Nexter Blocks 90+ blocks, Nexter Extension 50+ site tools + Theme Builder; slug the-plus-addons-for-block-editor): built-in popup builder, mega menu, form builder, header/theme builder, Dynamic Content (ACF/Toolset/Pods), AI via ChatGPT/Gemini, plus Nexter Abilities — a native MCP server exposing 115 AI tools to Claude/Cursor/VS Code from a prompt. Use when Nexter blocks won't show in the editor after install or the v4 ApiVersion-3 update, styles missing on the frontend, configuring the Nexter Abilities MCP server in Claude or Cursor, choosing which plan unlocks Theme Builder/White Label/Dynamic Content, taming asset bloat / Core Web Vitals, or reading/writing tpgb/-namespaced block markup via the WordPress REST API. Do NOT use for builder selection or funnel/CRO strategy (use /sales-funnel), A/B-testing/heatmap methodology (use /sales-vwo), or checkout/cart across platforms (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-nexterInstall 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?
tpgb_defer_css_js, tpgb_delay_css_js), reading/writing tpgb/-namespaced block markup via the WordPress REST APIFree or Pro? Free (WordPress.org) ships ~45+ blocks plus the built-in Form Builder and AI. Theme Builder, White Label, Dynamic Content, WooCommerce blocks, the Popup Builder's advanced types, Lottie/Spline/scroll animations, and the Pro half of the MCP abilities are paid (Professional+ for Theme Builder/White Label).
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 (Nexter 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 (Nexter has WooCommerce blocks but no cart/upsell engine) | /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 beyond clean markup | /sales-seo — Run: /sales-seo {user's original question} |
If the question is Nexter-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — blocks/modules, the Nexter Extension + Theme Builder, pricing/plan gates, data model, integration recipes, and code examples. For Nexter Abilities (the MCP server) setup, the tpgb/ block markup, the WordPress REST API approach, and the performance flags, read references/nexter-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.
tpgb/ Gutenberg blocks from a prompt, screenshot, or URL. Auth is a token you generate in WP admin, scoped to post types + abilities, and every call respects WordPress capability checks. See references/nexter-api-reference.md.tpgb_defer_css_js / tpgb_delay_css_js), only enable the blocks you use, add caching, and benchmark before/after. For deeper remediation use /sales-seo.tpgb/-namespaced in post_content, Application-Password auth), the in-editor AI, and PHP option/filter flags. It's GPLv3 (github.com/posimyth/the-plus-addons-for-block-editor) — deeper extension means building from source.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, the MCP ability counts, and integration details that may be outdated.
tpgb_defer_css_js/tpgb_delay_css_js, enable only needed blocks, and cache.tpgb/ block markup in post_content). Form leads exit through the form's configured ESP/integration (e.g. Mailchimp).tpgb/ block namespace is best-effort. It's consistent with Nexter's tpgb_* option flags but not confirmed verbatim in public docs — copy real block markup from a live install rather than hand-authoring attribute keys./sales-funnel — Funnel strategy, page structure, and builder selection across tools (Spectra, Kadence Blocks, GenerateBlocks, Stackable, SeedProd, Elementor, ClickFunnels, Leadpages)/sales-spectra — Another Gutenberg-native block plugin (by Brainstorm Force) that also ships a Popup Builder and form blocks — compare blocks, DOM output, Dynamic Content, and plan gates vs Nexter's broader ecosystem/sales-kadence — A Gutenberg block plugin (by StellarWP) with an Advanced Form block + webhooks and Kadence AI — compare form/automation surface and plan gates vs Nexter/sales-generateblocks — The minimalist, performance-first Gutenberg block plugin (by EDGE22/GeneratePress) — the lean opposite of Nexter's all-in-one breadth/sales-stackable — A design-focused Gutenberg block plugin (GPLv3) that, unlike Nexter, has no form/popup/header builder — compare breadth vs lean footprint/sales-seedprod — A WordPress page/landing-page + Theme Builder plugin (non-block-editor alternative with coming-soon pages and the WordPress Abilities API)/sales-cartflows — WordPress/WooCommerce funnel + checkout/upsells around the pages Nexter builds/sales-vwo — A/B testing and heatmap methodology Nexter lacks natively/sales-audience-growth — Growing an email list (lead magnets, opt-in strategy) behind a Nexter form/sales-email-marketing — Email sequences to run after a Nexter 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 Claude to build Nexter landing pages on my WordPress site from a description. How do I wire up the MCP server, and what can it actually do?"
Approach: That's Nexter Abilities, Nexter's built-in MCP server. Install Nexter Blocks (it includes the MCP endpoint + all 115 abilities), connect your Nexter account, enable MCP permissions and scope which post types/abilities the AI may touch, generate a token, and paste the generated MCP config into Claude Desktop. The AI then calls block-add abilities to compose real, editable tpgb/ Gutenberg blocks (containers, headings, pricing tables, testimonials, forms…) — 68 abilities are free, 47 are Pro. It can also recreate a layout from a screenshot or inspect a competitor URL for fonts/colors/media. Every build runs inside a page-type performance budget. Pull exact steps from references/nexter-api-reference.md. Confirm the MCP config snippet against your install — it's generated per-site and wasn't captured verbatim in research.
User: "After updating Nexter, some blocks vanished from the editor and a couple of pages look wrong." Approach: v4.7.0 converted all blocks to WordPress ApiVersion 3 — a major-update boundary that can introduce regressions. First confirm you're in the Gutenberg Block Editor (not Classic/another builder) and that Nexter is updated; hard-refresh and clear browser + page + object/CDN cache; disable other editor plugins to isolate a JS conflict. If pages are still wrong, roll back from your backup/staging copy and re-test the update on staging. See Troubleshooting.
User: "I want the Theme Builder, ACF-bound dynamic content, and white-label for client sites. What tier, and will it slow the sites down?"
Approach: Theme Builder and White Label are Professional+ (5 sites); Studio (~$129/yr) is unlimited sites. Dynamic Content (ACF/Toolset/Pods) is Pro. Pricing is best-effort/annual with Lifetime options — verify on nexterwp.com/pricing and note Pro features degrade if the license lapses. On performance: Nexter loads 1 CSS + 1 JS file per page and disabled blocks load nothing, but benchmark — third-party tests still show ~0.2–0.35s overhead; enable tpgb_defer_css_js/tpgb_delay_css_js, turn off unused blocks, and cache. Confirm current tiers in references/platform-guide.md.
Symptom: After installing or updating, Nexter blocks are missing from the block inserter (or some vanished after an update). Cause: You're not in the Gutenberg Block Editor (Classic Editor or another page builder is active), a plugin/JS conflict, or a stale editor build/cache — often after the v4 ApiVersion-3 conversion. Solution: Confirm the Gutenberg Block Editor is the active editor; update Nexter to the latest version; hard-refresh and clear browser + page cache; disable other editor plugins to isolate a JS conflict; and confirm the relevant blocks are enabled in Nexter's block manager.
Symptom: A page shows raw/unstyled output, or PageSpeed flags render-blocking CSS/JS and excess weight.
Cause: Cache/optimization plugin stripped or reordered Nexter's assets, or too many blocks/animations are loading without the performance controls enabled.
Solution: Clear page/object/CDN cache and allowlist Nexter's handles in any minify/optimization plugin. Enable Nexter's asset controls (tpgb_defer_css_js / tpgb_delay_css_js), disable blocks you don't use, add caching, and benchmark before/after. For deeper remediation use /sales-seo.
Symptom: Theme Builder / Dynamic Content / Pro blocks stopped applying, or pages broke right after a major update. Cause: The Nexter license is deactivated/expired (Pro-only blocks/styling fall back), or a major release (e.g. the v4.7.0 ApiVersion-3 conversion) introduced a regression. Solution: Reactivate/renew the license and confirm it's active on this site; for an update regression, roll back from your backup/staging copy, then re-test the update on staging. Avoid building critical live pages solely on Pro-only blocks without a tested fallback.
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).