Find Customer Social Proof
Finds approved customer proof, gated by channel, freshness, and approval status
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 21842e5
Fetched SKILL.md + metadata.yaml; frontmatter parses (name+description) and the 3 spot-checked sibling files it depends on (README.md, SETUP.md, SCHEMA-MAP.md) all return HTTP 200. No security smells — pure prose, no scripts/curl|sh/base64. Trigger phrasings judged: SHOULD-fire "find a customer quote+stat for our fintech landing page", "need a case-study slide for my sales deck", "what approved logos can I use in this launch email" (all YES); SHOULD-NOT "write a cold outreach email to a prospect" and "draft a case study from this interview transcript" (both NO — creation/outreach, not approved-proof retrieval) = 5/5. Output test: built a 5-row mock proof library with approval traps; baseline picked FinFlow ("200 hrs/month", but approved internal-decks-only) and MidPay (approval expired) for a public landing page — two would-be violations; skill-followed run blocked both, selected the one clean public asset (PayMid), and listed the approval gaps with next actions. Concrete safer difference, so output=7 not baseline-equal. Docs=4: accurate but "source-backed-v1" oversells what is really prompt guidance + a schema map; real data-source use requires standing up Zapier MCP + a connected content library (disclosed in SETUP.md).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Find Customer Social Proof does
A prompt-only skill that finds relevant customer proof (quotes, stats, case studies, slides, logos, peer examples) for a campaign, page, deck, email, or sales conversation, then ranks matches by relevance, approval status, and freshness and flags any that lack channel-specific approval. Triggers when a marketer or seller asks which approved customer proof to use for a given audience, segment, industry, or channel. Wires to live sources via an optional Zapier MCP/SDK, but the ranking-and-approval-gating logic runs on whatever proof content is provided.
How to install Find Customer Social Proof
git clone --depth 1 https://github.com/zapier/gtm-cheat-codes.git /tmp/find-customer-social-proof-src
mkdir -p ~/.claude/skills
cp -R /tmp/find-customer-social-proof-src/skills/customer-advocacy/find-customer-social-proof ~/.claude/skills/find-customer-social-proof
# Prompt-only skill: no scripts, no deps to install.
# Full data-source use is optional and needs a Zapier MCP server (https://mcp.zapier.com)
# with your approved-content library / CRM / deck library connected, plus the
# SCHEMA-MAP.md fields mapped (see the skill's SETUP.md). Without that, the skill
# still ranks and approval-gates whatever proof content you paste into the chat.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Find Customer Social Proof
-
/find-customer-social-proofFinds approved customer proof, gated by channel, freshness, and approval status
It also activates on plain-language prompts like these:
-
Find a customer quote for this sales deck -
Locate case studies relevant to this prospect -
Get approved stats to support this campaign
Frequently asked questions
- Is the Find Customer Social Proof skill free?
- Yes. The skill itself is free from zapier/gtm-cheat-codes. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Find Customer Social Proof work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Tested · Works. Fetched SKILL.md + metadata.yaml; frontmatter parses (name+description) and the 3 spot-checked sibling files it depends on (README.md, SETUP.md, SCHEMA-MAP.md) all return HTTP 200. No security smells — pure prose, no scripts/curl|sh/base64. Trigger phrasings judged: SHOULD-fire "find a customer quote+stat for our fintech landing page", "need a case-study slide for my sales deck", "what approved logos can I use in this launch email" (all YES); SHOULD-NOT "write a cold outreach email to a prospect" and "draft a case study from this interview transcript" (both NO — creation/outreach, not approved-proof retrieval) = 5/5. Output test: built a 5-row mock proof library with approval traps; baseline picked FinFlow ("200 hrs/month", but approved internal-decks-only) and MidPay (approval expired) for a public landing page — two would-be violations; skill-followed run blocked both, selected the one clean public asset (PayMid), and listed the approval gaps with next actions. Concrete safer difference, so output=7 not baseline-equal. Docs=4: accurate but "source-backed-v1" oversells what is really prompt guidance + a schema map; real data-source use requires standing up Zapier MCP + a connected content library (disclosed in SETUP.md).
- What is the Find Customer Social Proof SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Find Customer Social Proof?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Find Customer Social Proof with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.