skills/sales-quickhunt/SKILL.md
Quickhunt (quickhunt.app) platform help — affordable all-in-one customer-feedback suite for SaaS: feedback boards (ideas + upvoting/comments), public roadmap, changelog, in-app messages, knowledge base, AI assistant, and live chat — a Canny/Frill/Featurebase/Upvoty alternative with a genuinely free lifetime tier. Developer surface: the REST API is gated to the top Premium plan and undocumented, integrations (Slack/Zapier/viaSocket/GitHub/HubSpot/Jira) are Growth-tier, and there's no MCP server — so it's mostly a no-code intake tool. Use when getting feedback out of Quickhunt without an API, wiring it into Slack/Jira/GitHub/HubSpot via Zapier or viaSocket, embedding the widget, mapping statuses to a roadmap and shipping a changelog, picking a plan (Free/Starter/Growth/Premium), or choosing Quickhunt vs Frill/UserJot/Canny. Do NOT use for VoC survey-program strategy (use /sales-customer-feedback) or public review generation (use /sales-customer-reviews).
npx skillsauth add sales-skills/sales sales-quickhuntInstall 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?
Code or no-code? Below Premium there's no API, so "code" mostly means webhook receivers fed by Zapier/viaSocket; "no-code" means Zapier + viaSocket + native connectors (Growth+).
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Voice-of-customer / NPS/CSAT/CES survey program strategy across tools | /sales-customer-feedback {question} |
| Aggregating unsolicited feedback across reviews/social/support | /sales-noisely {question} |
| Public review generation strategy (Trustpilot/G2) | /sales-customer-reviews {question} |
| In-app message / onboarding survey strategy across tools | /sales-in-app-messaging {question} |
| Connecting Quickhunt to a CRM/PM tool generically (iPaaS) | /sales-integration {question} |
When routing, give the exact command, e.g. "This is a strategy question — run: /sales-customer-feedback choose a product-feedback board tool".
Read references/platform-guide.md for the full reference — the Feedback/Roadmap/Changelog/In-App-Messages/Docs/AI/Live-Chat module map (what's Zapier-automatable vs API-only vs UI-only), the integration surface (Slack, Zapier, viaSocket, ClickUp, GitHub, HubSpot, Jira), pricing tiers + the integration ($49 Growth) and API ($99 Premium) plan gates, the data model, and quick-start recipes (push new ideas out via Zapier; turn feedback into a GitHub issue; embed the widget).
Read references/quickhunt-api-reference.md for the developer surface — the "API is Premium-only and undocumented publicly" reality and the no-code substitutes (Zapier, viaSocket, native connectors, webhooks, embeddable widget), plus a Gaps section noting which details (REST endpoints, auth scheme, webhook payloads) are gated/JS-rendered and must be confirmed in-account.
Answer using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
/sales-customer-feedback; for mining unsolicited feedback across reviews/social use /sales-noisely.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-06) — modules/pricing captured from quickhunt.app (homepage, /pricing, /integrations) and third-party roundups on this date; no public API/developer docs page exists (
/docs404s). Re-verify plan gates, the API surface, and webhook details in-account before relying on them.
/docs path 404s). Treat the API as unavailable below Premium, and confirm its endpoints/auth in-account — don't reconstruct or assume them./sales-customer-feedback — Voice-of-customer / survey program strategy across tools (Quickhunt is one feedback-board option) — program design, metric choice, tool selection. Install: npx skills add sales-skills/sales --skill sales-customer-feedback -a claude-code/sales-frill — Affordable feedback-board competitor that ships a documented REST API + HMAC-SHA256-signed webhooks at ~$25/mo — the pick when programmatic reads matter and you don't want to pay $99 for an API. Install: npx skills add sales-skills/sales --skill sales-frill -a claude-code/sales-userjot — AI-first feedback board with a REST API + MCP server + no-per-seat pricing and a free tier — the closest contrast (free tier + real API). Install: npx skills add sales-skills/sales --skill sales-userjot -a claude-code/sales-sleekplan — AI feedback suite (auto-categorization + MCP server) with a REST API + JWT SSO and a free Indie tier — contrast when you want AI triage plus an API. Install: npx skills add sales-skills/sales --skill sales-sleekplan -a claude-code/sales-featureos — FeatureOS (formerly Hellonext) feedback boards + roadmap + changelog + knowledge base; REST API v3, OAuth apps, auto-disabling webhooks. Install: npx skills add sales-skills/sales --skill sales-featureos -a claude-code/sales-feedbear — Budget no-pull-API feedback board (webhooks/JWT SSO/Zapier only) — a useful contrast since both lean on no-code intake. Install: npx skills add sales-skills/sales --skill sales-feedbear -a claude-code/sales-rapidr — Polished Canny alternative with no public API (Zapier/SSO/native only) — the closest peer on the "no-code intake, no API" axis. Install: npx skills add sales-skills/sales --skill sales-rapidr -a claude-code/sales-in-app-messaging — In-app message / onboarding survey strategy across tools (Quickhunt ships in-app surveys/checklists/banners). Install: npx skills add sales-skills/sales --skill sales-in-app-messaging -a claude-code/sales-noisely — AI aggregation of unsolicited feedback across reviews/social/support (complement: Quickhunt = solicited boards, Noisely = unsolicited mining). Install: npx skills add sales-skills/sales --skill sales-noisely -a claude-code/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: "Every new feature request in Quickhunt should land in our internal tool automatically, but the API is on the $99 plan and we're on Growth."
Skill does: Confirms the REST API is Premium-only ($99/mo) and undocumented, so on Growth you can't GET ideas. Lays out the substitutes available on Growth ($49): a Zapier or viaSocket automation on a Quickhunt "new feedback" trigger → an action into your tool (confirm exact trigger names in the live editor), the native GitHub/Jira/HubSpot/ClickUp connectors if you live there, Slack notifications, or webhooks (capture a live payload to learn the shape). Flags that sync must be push-based, not a polled API read, and that Free/Starter have no integrations at all.
Result: A working push-based intake plan with the API/plan constraints made explicit.
User says: "When a feature request hits a certain status, I want a GitHub issue created for engineering." Skill does: Confirms the GitHub integration is native (and requires Growth $49+ — no integrations on Free/Starter). Walks the no-code path: connect GitHub in Integrations, map the Quickhunt board/status to a target repo, and have new/updated feedback create an actionable GitHub issue. Offers the Zapier/viaSocket alternative for more control (status-change trigger → "Create Issue" action with templated title/body), and notes that two-way status sync should be verified in-account since webhook payloads are unpublished. Result: A feedback→GitHub pipeline grounded in the real plan gate and connector behavior.
User says: "Small SaaS picking a feedback + roadmap + changelog tool — Quickhunt, Frill, or Canny? And is there an API?"
Skill does: Frames the tradeoff — Quickhunt has a genuinely free lifetime tier and an affordable all-in-one bundle (boards + roadmap + changelog + in-app messages + docs + AI assistant + live chat), but its API is Premium-only ($99/mo) and undocumented and integrations need Growth ($49); Frill (~$25) is cheaper for paid and ships a documented REST API + signed webhooks; Canny (~$400) is the pricier enterprise option. Recommends by whether programmatic reads matter (→ Frill/UserJot) vs a free start + no-code intake being enough (→ Quickhunt), and routes broader selection: "run: /sales-customer-feedback choose a product-feedback board tool".
Result: A price-, API-, and free-tier-grounded board-tool choice.
Symptom: You want to read ideas/votes programmatically but there's no API reference.
Cause: API access is gated to the top Premium plan ($99/mo) and no public API/developer docs exist (the /docs path 404s). Below Premium there is effectively no programmatic read path.
Solution: If you're below Premium, use Zapier or viaSocket triggers (new feedback/comment/vote → your app), the native GitHub/Jira/HubSpot/ClickUp/Slack connectors, or webhooks (capture a live payload). If a true documented API at a lower price is a hard requirement, evaluate /sales-frill or /sales-userjot instead. If you're on Premium, request the API docs from your dedicated account manager and confirm endpoints/auth in-account.
Symptom: There's no way to connect Quickhunt to your other tools. Cause: All integrations require Growth ($49/mo) — Free and Starter have no integrations. Solution: Upgrade to Growth (or higher) to unlock Slack/Zapier/ClickUp/GitHub/HubSpot/Jira/viaSocket. Note Intercom was "coming soon" at research time — verify before relying on it. On Growth, all listed integrations are included (unlike Canny's one-integration limit).
Symptom: "I'm on Starter but can't add an integration," or "custom domain isn't available." Cause: Quickhunt gates features by tier — custom domain / remove branding / scheduled changelog / analytics / conditional logic are Starter+, integrations are Growth+, and API + dedicated account manager are Premium. Extra seats are +$10/mo each. Solution: Match the needed feature to its tier: start Free to validate, move to Starter ($29) for custom domain + branding removal, Growth ($49) for integrations + more boards, and Premium ($99) only if you genuinely need the API. Budget +$10/mo per extra team member. Treat all pricing as best-effort and confirm in-account.
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).