skills/ai-marketing-skills/testimonial-collector/SKILL.md
Systematically gather, score, and format client testimonials. Use when someone needs social proof, wants to collect feedback, needs to turn happy clients into public advocates, or asks for help requesting or drafting a testimonial.
npx skillsauth add aaaaqwq/claude-code-skills testimonial-collectorInstall 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.
Before proceeding, gather:
If results are vague (e.g., "things improved"), stop and ask: "Can you name one specific number — even a rough estimate? That's what makes a testimonial credible and usable." Do not draft until you have this.
If the user wants to skip a field: note it and flag the quality impact in the output.
Before drafting anything, reason through:
Output a brief situation summary:
"You have a [length] engagement with [client] in [industry], with [strong/weak] results data. I'll draft in [format] with [authentic/templated] voice. Main gap to address: [specific gap]."
Score the raw testimonial content (or anticipated content) before drafting:
| Dimension | Score 1 | Score 3 | Score 5 | |---|---|---|---| | Specificity | No details | Vague references | Specific named result | | Measurability | "It was great" | "Noticeable improvement" | "40% increase in leads" | | Authentic Voice | Sounds like ad copy | Slightly stilted | Reads exactly how a person talks | | Length | Too short (no context) | Decent but thin | Enough for all 3 formats |
Scoring rule:
Direct Ask:
Subject: Quick favor (30 seconds)
Hey [Name],
Loved working on [project] with you — especially seeing [specific result].
Would you be open to sharing a quick testimonial I could use on my site?
No pressure. If yes, I can either:
A) Send you 3 questions to answer
B) Write a draft for you to approve/edit
Whatever's easier.
Question Route:
3 quick questions:
1. What was the situation before we worked together?
2. What changed or improved?
3. Would you recommend this to others? Why?
Draft-on-Behalf Framework: Rules for writing in the client's voice:
Fill-in template:
"[Client situation in 1 sentence]. [What the engagement delivered — concrete].
[Specific result, ideally with a number]. [Recommendation statement in client's natural voice]."
"[One punchy outcome sentence — lead with the result]"
— [Name], [Title] at [Company]
Use for: Homepage, LinkedIn featured section, proposal proof points
"[Problem or situation]. [What changed]. [Recommendation or result]."
— [Name], [Title] at [Company]
Use for: Services page, sales decks, email sequences
Structure:
Use for: Case study pages, downloadable PDFs, high-trust sales assets
After generating all formats, evaluate:
Specificity check: Does the short version have at least one concrete outcome (not just "great results")? Voice check: Could the client have actually written this, or does it sound like a marketing headline? Placement check: Is the recommended format actually correct length for the stated use case? Ethics check: Does the draft contain any claims the client didn't make or numbers you added?
Flag any issues: "The short version lacks a specific metric — you'll need to get one number from the client before using this on a homepage."
If the received testimonial scores ≤2 on any dimension, send this gentle follow-up:
"Thanks so much — this is great. One small ask: could you add one specific
number or outcome? Even rough ('saved us about 5 hours a week') makes it
much more compelling for other clients. Totally optional, but makes a real difference."
If a second request still yields nothing specific: use Tier 3 proxy language:
"noticeable improvement in [area]" or "process now runs without manual oversight"
Always deliver a placement recommendation with the formatted testimonials:
| Format | Recommended Locations | Why | |---|---|---| | Short (2-liner) | Homepage, proposals, LinkedIn | Trust at first glance | | Medium | Services page, email, sales decks | Overcome late-stage objections | | Long | Case study page, PDF, portfolio | Deep proof for serious buyers |
Cross-reference: If this client has a strong story, suggest running case-study-builder to expand into a full case study.
## Testimonial: [Client Name] — [Date]
### Quality Assessment
- Specificity: [X/5]
- Measurability: [X/5]
- Authentic Voice: [X/5]
- Length: [X/5]
- **Total: [X/20] — [Ready to use / Needs iteration]**
### Short Format (2-liner)
"[Quote]"
— [Name], [Title], [Company]
### Medium Format
"[Quote]"
— [Name], [Title], [Company]
### Long Format
[Full narrative]
### Placement Recommendation
[Where to use each format]
### Next Step
[Iteration note OR cross-reference to case-study-builder]
Skill by Brian Wagner | AI Marketing Architect | brianrwagner.com
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。