skills/sales-respondent/SKILL.md
Respondent (respondent.io) platform help — a B2B/professional participant-recruitment marketplace: recruit, screen, schedule, and pay real research participants from a 4M+ verified panel across 150+ countries (incentives via Tremendous), plus a Partner REST API (x-api-key + x-api-secret headers; projects, screeners, messaging, webhooks) for embedding recruitment into your own product. Use when recruiting B2B or professional users for interviews or surveys, writing screeners so participants actually fit the brief, cutting no-shows, reading Respondent per-session pricing (pay-as-you-go vs credit bundle, unmoderated discount) plus the incentive and platform fee, wiring the Respondent API or webhooks into a recruit pipeline or CRM, or triggering participant incentive payouts. Do NOT use for choosing a research/interview tool broadly or the validate-before-building method (use /sales-idea-validation), or an all-in-one recruit+run+repository research suite (use /sales-great-question).
npx skillsauth add sales-skills/sales sales-respondentInstall 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.
Respondent (respondent.io) is a participant-recruitment marketplace — it recruits, screens, schedules, and pays real research participants from a 4M+ verified panel (150+ countries), with a strength in B2B / hard-to-reach professional audiences (phone + work-email verified; <1% fraud, ~95% show rate per Respondent). Incentives are paid via Tremendous.
Its place in the landscape is recruit-only: you run the interview in your own tool (Zoom/Meet) and
keep findings in your own repository. Direct twin: User Interviews. Contrast the
recruit+run+repository suite Great Question (/sales-great-question).
Not respond.io — that's a separate chat/messaging platform with a different API. This skill is about respondent.io (research recruitment).
Two things to say almost every time:
/sales-idea-validation).If references/learnings.md exists, read it first for accumulated platform knowledge.
Ask only what you can't infer:
Skip-ahead: if the user wants to compare research tools across the market or the
validate-before-building method, that's /sales-idea-validation — route in Step 2.
| If the user's question is about… | Route to |
|---|---|
| Comparing research/recruitment/idea tools across the market, or the validate-before-building method | /sales-idea-validation {question} |
| An all-in-one recruit + run + repository research suite (not recruit-only) | /sales-great-question {question} |
| A pure AI-moderated real-human interview tool (the interview is run for you, self-serve API) | /sales-userintuition {question} |
| Running a real behavior demand test (smoke-test page, waitlist, pre-sale) after research | /sales-idea-validation or /sales-funnel {question} |
| Analyzing existing NPS/CSAT/VoC feedback (post-launch, not new recruits) | /sales-customer-feedback {question} |
When routing, give the exact command: "This is a {domain} question — run: /sales-idea-validation {original question}"
Otherwise, answer Respondent-specific questions using Step 3.
Read references/platform-guide.md for the full reference — the capability/automation-surface
table (API vs webhook vs UI-only), best-effort pricing/plan gates, the Project → Screener → Response →
Participant data model, integrations, and quick-start recipes (create+screen+publish, webhook recruit
pipeline, reconcile poll). Read references/respondent-api-reference.md for the verbatim API
surface (two-header auth, base URLs, rate limits, full endpoint catalog, webhooks). Answer using only
the relevant section — don't dump the full reference.
/sales-idea-validation.Mark as no-show) so they don't get paid. Respondent cites ~95% show rate — plan
for the other ~5%.Report participant).Mark as attended then Trigger manual payout (via Tremendous, typically 7–10 business
days). For automation, wire "attended → pay" but keep the no-show path so you never auto-pay an absent
person.Client ID +
Client Secret sent as x-api-key + x-api-secret (not Bearer), requested via the Quickstart +
a demo-video checklist (no instant self-serve key). Build against staging first (test participants
are staging-only). Verify the webhook signature/HMAC and event-type names on the live Webhooks
Overview page (they're not on the fetchable docs) and add a status-filtered reconcile poll since
retry behavior isn't documented.If you discover a gotcha or tip not in references/learnings.md, append it there with today's date.
Best-effort from research (2026-07) — pricing (~$40/session PAYG, ~$34 bundle min ~63, unmoderated ~-38%, ~5% fee), panel size ("4M+"), the two-header API, and webhook specifics all move; verify at respondent.io/pricing and developers.respondent.io.
x-api-key + x-api-secret./sales-idea-validation — The validate-before-building method + the full research/recruitment/validator tool landscape (a research "yes" is not demand). Install: npx skills add sales-skills/sales --skill sales-idea-validation -a claude-code/sales-great-question — The all-in-one recruit + run + repository suite (Respondent is recruit-only; Great Question also runs the study and stores it). Install: npx skills add sales-skills/sales --skill sales-great-question -a claude-code/sales-prolific — Prolific: the developer-native online research panel peer — recruit + screen + pay vetted participants at scale for surveys, online tasks, and AI human-data collection via a self-serve public REST API (instant Token key) + webhooks + MCP + CLI. Reach for it over Respondent for broad/representative online samples and a programmatic pipeline (Respondent's edge is hard-to-reach B2B professionals + moderated interviews). Install: npx skills add sales-skills/sales --skill sales-prolific -a claude-code/sales-userintuition — Pure real-human AI-moderated interviews with a self-serve REST API + webhooks + MCP — the pick when you want the interview run for you, not just a recruit. Install: npx skills add sales-skills/sales --skill sales-userintuition -a claude-code/sales-funnel — Build the smoke-test / fake-door landing page that turns a research hypothesis into a real demand test. Install: npx skills add sales-skills/sales --skill sales-funnel -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: "I'm building a research platform and want to create studies and pay participants through Respondent's API."
Skill does: Explains the Partner API is a partner/embed API — request Client ID + Client Secret, send them as x-api-key + x-api-secret (not Bearer), build against staging first.
Sketches the flow: POST /v1/projects → add screener questions → publish → subscribe to
response.status_changed webhooks → on attended, call Mark as attended then Trigger manual payout (Tremendous). Flags that webhook HMAC/retry specifics aren't on the public docs — verify
the signature live and add a status-filtered reconcile poll — and that production access needs the
demo-video checklist.
Result: The user builds a webhook + reconcile pipeline behind their own UI with the payout gate correct.
User says: "Half the people I recruit don't actually fit the profile — am I on a bad panel?" Skill does: Reframes it as a screener-design problem, not a bad panel (Respondent is phone+work-email verified, <1% fraud). Prescribes behavior-based screener questions (last time they did X), a hidden disqualifier, skip logic, and quotas; tells the user to report/hide off-brief applicants and tighten targeting. Notes reviewers do report occasional off-brief participants on incentivized panels — the fix is the screener. Result: The user rewrites the screener and gets qualified B2B participants.
User says: "I need 8 B2B interviews — what will this actually cost?" Skill does: Breaks down total = recruit fee (~$40 PAYG or ~$34/session on a ~63-session bundle) + the incentive you set (B2B often $50–$150/hr) + ~5% fee — so the sticker price is not the whole cost. Suggests unmoderated (~-38%) where the method allows and a credit bundle for volume, and that surveys are custom-priced. Presents all figures as best-effort — confirm at respondent.io/pricing. Result: The user budgets recruit + incentive + fee and picks the cheaper methodology where possible.
Symptom: Booked participants don't join the call.
Cause: No-shows are the top researcher-side complaint even at ~95% show rate; and payouts are
manual, so a mis-marked attendee can get paid.
Solution: Over-recruit past your target, enable automated reminders + the calendar/Zoom
integration, and Mark as no-show for absentees so they aren't paid. Only run Trigger manual payout after Mark as attended.
Symptom: Requests fail auth, or you can't find a key.
Cause: Respondent uses two headers — x-api-key (Client ID) + x-api-secret (Client Secret) —
not a Bearer token, and credentials are partner-provisioned (Quickstart + demo-video
checklist), not instant self-serve. (You may also be reading respond.io's Bearer docs by mistake.)
Solution: Request Client ID/Secret via the Quickstart, send both headers, and test on staging
(api-staging.respondent.io) with a test participant (staging-only) before production.
Symptom: Attendance happened but no incentive arrived. Cause: Payouts are researcher-triggered and gated on attendance — if you didn't **mark attended
Mark as attended then Trigger manual payout; check View credit and incentive balance to confirm funds, and use Retrieve payout counts to audit. Automate "attended → pay"
but keep a manual review for disputes.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).