skills/sales-membervault/SKILL.md
MemberVault platform help — "binge & buy" course/membership platform for creators (membervault.co): host all paid + free products in one marketplace, gamification, warm/hot lead tagging, communities, drip content, and direct Stripe/PayPal with 0% fees. There is no public REST API — integration is Zapier (7 triggers incl. Hot Lead, 2 actions) plus inbound webhooks (grant access from an external cart) and outbound webhooks (push contacts to an ESP). Use when wiring a MemberVault webhook or Zapier integration to grant access on external purchase, routing hot leads into a CRM, connecting an email service because MemberVault doesn't send email, choosing a plan (Free 100-member cap vs 5/15/Unlimited), or hitting limits (video hosting, member cancellation, marketplace design). Do NOT use for course/membership strategy across tools or platform comparison (use /sales-membership), email-marketing strategy (use /sales-email-marketing), or checkout optimization across platforms (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-membervaultInstall 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?
Where does data need to flow? Into MemberVault (grant access) / out of MemberVault (sync contact, route lead) — this decides inbound vs outbound webhook vs Zapier.
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Course/membership strategy, retention, or platform comparison | /sales-membership {question} |
| Email sequences and broadcasts (the ESP you connect) | /sales-email-marketing {question} |
| Email deliverability / inbox placement | /sales-deliverability {question} |
| Checkout / order-bump / upsell optimization across tools | /sales-checkout {question} |
| Selling digital products (pricing, launch) across tools | /sales-digital-products {question} |
When routing, give the exact command, e.g. "This is a retention-strategy question — run: /sales-membership how do I reduce course churn".
Read references/platform-guide.md for the full reference — the module map (what's webhook/Zapier-accessible vs UI-only), the plan gates (the Free 100-member cap and the product-count tiers), the email/Stripe/PayPal model, the member/product data model with JSON shapes, and quick-start recipes (grant access via inbound webhook; route hot leads into a CRM; sync members to an unsupported ESP).
Read references/membervault-api-reference.md for the integration surface — there's no public REST API; it documents the inbound webhook ("API URL" from Integrations → Advanced), the outbound webhook ("Call a web hook" product action), and the full Zapier trigger/action list.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
Hot Lead Zapier trigger into a CRM or outreach sequence to act on buying intent in real time.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 pricing, which change frequently.
/sales-membership — Course/membership strategy across tools (MemberVault is one of the creator platforms covered), retention, and platform comparison/sales-email-marketing — Email sequence and broadcast strategy (the ESP you connect to MemberVault)/sales-digital-products — Selling digital products: pricing, packaging, launch/sales-checkout — Checkout, order-bump, and upsell optimization (external carts that feed MemberVault)/sales-deliverability — Inbox placement and domain authentication for your connected ESP/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 says: "I sell via Gumroad but host the course in MemberVault. How do I auto-grant access on purchase?"
Skill does: Points to the inbound webhook (Recipe 1): copy the "API URL" from Integrations → Advanced, then have Gumroad's Ping/Zapier POST email + the product/course_id to it on each sale. Notes the URL is the credential (keep it secret), identity is email, and the alternative is the Zapier "Add User to Product" action.
Result: External purchases grant MemberVault access automatically.
User says: "Can MemberVault tell me who's about to buy, and push them somewhere I can follow up?" Skill does: Explains the binge-&-buy engine tags users who keep viewing sales info of products they don't own as warm/hot leads, then shows the Hot Lead Zapier trigger → CRM/outreach handler (Recipe 2). Frames it as MemberVault's standout automation. Result: Hot leads flow into the user's CRM in real time for follow-up.
User says: "I set up my membership in MemberVault but no welcome emails are going out."
Skill does: Clarifies MemberVault doesn't send email — it needs a connected ESP (Kit/MailerLite/ActiveCampaign native, others via Zapier/webhooks). Shows wiring the User Added to a Product trigger (or outbound webhook) to the ESP, then routes deeper sequence strategy: "For the sequence itself — run: /sales-email-marketing my membership welcome sequence."
Result: User connects an ESP and understands MemberVault's role vs the ESP's.
Symptom: A buyer pays on the external cart but can't log into the product.
Cause: The inbound webhook URL is wrong/expired, the wrong product/course_id is referenced, or the email sent doesn't match.
Solution: Re-copy the API URL from Integrations → Advanced, confirm the course_id matches the target product, and ensure the cart sends the buyer's exact email. Check the webhook activity log for the delivery, and test with a request-bin to inspect what the cart actually sends.
Symptom: No welcome/drip emails after signup.
Cause: MemberVault has no built-in email — nothing sends unless an ESP is connected.
Solution: Connect Kit/MailerLite/ActiveCampaign natively, or bridge others via Zapier/webhooks. Trigger the ESP off User Added to a Product (Zapier) or an outbound webhook. Build the actual sequence in the ESP (/sales-email-marketing).
Symptom: New signups via Zap aren't being created. Cause: You've hit the Free plan's ~100-member cap (or a product-count limit on a paid tier). Solution: Check member/product counts. Upgrade to the tier whose product/community counts fit; remember all plans include all features, so you're only paying to raise limits.
Symptom: Churn requests come to you manually; members can't self-serve.
Cause: MemberVault's self-cancellation flow is limited.
Solution: Document the cancellation steps for members, or cancel the subscription directly in your Stripe/PayPal dashboard. For retention strategy (winning them back before they churn), use /sales-membership.
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).