case-study-writing by inferen-sh/skills
npx skills add https://github.com/inferen-sh/skills --skill case-study-writing通过 inference.sh CLI,结合研究和视觉元素,创作引人入胜的 B2B 案例研究。
需要 inference.sh CLI (
infsh)。安装说明
infsh login
# 研究客户所在行业
infsh app run tavily/search-assistant --input '{
"query": "SaaS customer onboarding challenges 2024 statistics"
}'
每个案例研究都遵循:背景 -> 任务 -> 行动 -> 结果
| 章节 | 长度 | 内容 | 目的 |
|---|---|---|---|
| 背景 | 100-150 词 | 客户是谁,他们的背景 | 设定场景 |
| 任务 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 100-150 词 |
| 他们面临的具体挑战 |
| 建立同理心 |
| 行动 | 200-300 词 | 实施了什么解决方案,如何实施 | 展示你的产品 |
| 结果 | 100-200 词 | 可衡量的成果,前后对比 | 证明价值 |
总计:800-1200 词。 太长会失去读者,太短则缺乏可信度。
❌ "公司 X 如何使用我们的产品"
❌ "公司 X 案例研究"
✅ "公司 X 如何通过 [产品] 将入职时间减少 60%"
✅ "公司 X 使用 [产品] 在 6 个月内收入增长 340%"
标题应具体、量化并陈述结果。
放在顶部,方便浏览者快速了解:
┌─────────────────────────────────────┐
│ 公司:Acme Corp │
│ 行业:电子商务 │
│ 规模:200 名员工 │
│ 挑战:手动订单处理 │
│ 结果:履约速度提升 60% │
│ 产品:[你的产品] │
└─────────────────────────────────────┘
❌ "提高了效率"
❌ "节省了时间"
❌ "取得了更好的结果"
✅ "将处理时间从 4 小时减少到 45 分钟(降低 81%)"
✅ "将转化率从 2.1% 提高到 5.8%(提升 176%)"
✅ "每年节省 240,000 美元的运营成本"
| 类别 | 示例 |
|---|---|
| 时间 | 节省的小时数、完成时间、部署速度 |
| 金钱 | 收入增长、成本降低、投资回报率 |
| 效率 | 吞吐量、错误率、自动化率 |
| 增长 | 获得的用户、市场扩张、功能采用率 |
| 满意度 | NPS 变化、留存率、减少的支持工单 |
# 生成前后对比图表
infsh app run infsh/python-executor --input '{
"code": "import matplotlib.pyplot as plt\nimport matplotlib\nmatplotlib.use(\"Agg\")\n\ncategories = [\"Processing Time\", \"Error Rate\", \"Cost per Order\"]\nbefore = [4, 12, 8.50]\nafter = [0.75, 1.5, 2.10]\n\nfig, ax = plt.subplots(figsize=(10, 6))\nx = range(len(categories))\nwidth = 0.35\nax.bar([i - width/2 for i in x], before, width, label=\"Before\", color=\"#ef4444\")\nax.bar([i + width/2 for i in x], after, width, label=\"After\", color=\"#22c55e\")\nax.set_ylabel(\"Value\")\nax.set_xticks(x)\nax.set_xticklabels(categories)\nax.legend()\nax.set_title(\"Impact of Implementation\")\nplt.tight_layout()\nplt.savefig(\"results-chart.png\", dpi=150)\nprint(\"Chart saved\")"
}'
❌ "我们喜欢这个产品。"(模糊,可能指任何方面)
❌ "它很棒。"(没有意义)
✅ "我们每天处理的订单从 50 个增加到 200 个,团队没有增加一个人。"
— Sarah Chen,运营副总裁,Acme Corp
✅ "在使用 [产品] 之前,我们的团队因为积压的报告而害怕周一早上。现在它自动化了,他们可以专注于实际的分析工作。"
— Marcus Rodriguez,分析主管,DataCo
> "我们每天处理的订单从 50 个增加到 200 个,团队没有增加一个人。"
>
> — Sarah Chen,运营副总裁,Acme Corp
# 行业基准
infsh app run tavily/search-assistant --input '{
"query": "average e-commerce order processing time industry benchmark 2024"
}'
# 竞争对手格局
infsh app run exa/search --input '{
"query": "order management automation solutions market overview"
}'
# 支持性统计数据
infsh app run exa/answer --input '{
"question": "What percentage of e-commerce businesses still use manual order processing?"
}'
| 格式 | 使用场景 | 备注 |
|---|---|---|
| 网页 | /customers/ 或 /case-studies/ | 完整版本,SEO 优化 |
| 销售团队,邮件附件 | 经过设计,可下载,可选择设置访问门槛 | |
| 幻灯片 | 销售电话,演示 | 5-8 页幻灯片,视觉元素丰富 |
| 单页摘要 | 展会,快速参考 | 摘要 + 关键指标 + 引述 |
| 社交媒体帖子 | LinkedIn, Twitter | 关键数据 + 引述 + 完整版链接 |
| 视频 | 网站,YouTube | 客户访谈或动画 |
标题数据 + 简要背景 + 客户引述 + 行动号召
示例:
"订单处理速度提升 60%。
Acme Corp 曾深陷手动履约的泥潭。每批订单处理耗时 4 小时。错误率 12%。
实施 [产品] 后:每批订单处理耗时 45 分钟。错误率 1.5%。
'我们每天处理的订单从 50 个增加到 200 个,团队没有增加一个人。' — Sarah Chen,运营副总裁
阅读完整故事 → [链接]"
| 错误 | 问题 | 修正方法 |
|---|---|---|
| 没有具体数字 | 读起来像营销套话 | 量化所有内容 |
| 全是关于你的产品 | 读起来像销售说辞 | 故事是关于客户的 |
| 通用引述 | 缺乏可信度 | 获取具体的、注明出处的引述 |
| 缺少"之前"的情况 | 没有对比来展示影响 | 始终展示起点 |
| 太长 | 失去读者注意力 | 最多 800-1200 词 |
| 未经客户批准 | 法律/关系风险 | 始终获得签字确认 |
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering
浏览所有应用:infsh app list
每周安装量
7.2K
仓库
GitHub Stars
202
首次出现
14 天前
安全审计
安装于
claude-code5.7K
gemini-cli5.1K
codex5.1K
opencode5.1K
amp5.1K
kimi-cli5.1K
Create compelling B2B case studies with research and visuals via inference.sh CLI.
Requires inference.sh CLI (
infsh). Install instructions
infsh login
# Research the customer's industry
infsh app run tavily/search-assistant --input '{
"query": "SaaS customer onboarding challenges 2024 statistics"
}'
Every case study follows: Situation - > Task -> Action -> Result
| Section | Length | Content | Purpose |
|---|---|---|---|
| Situation | 100-150 words | Who the customer is, their context | Set the scene |
| Task | 100-150 words | The specific challenge they faced | Create empathy |
| Action | 200-300 words | What solution was implemented, how | Show your product |
| Result | 100-200 words | Measurable outcomes, before/after | Prove value |
Total: 800-1200 words. Longer loses readers. Shorter lacks credibility.
❌ "How Company X Uses Our Product"
❌ "Company X Case Study"
✅ "How Company X Reduced Onboarding Time by 60% with [Product]"
✅ "Company X Grew Revenue 340% in 6 Months Using [Product]"
The headline should be specific, quantified, and state the outcome.
Place at the top for skimmers:
┌─────────────────────────────────────┐
│ Company: Acme Corp │
│ Industry: E-commerce │
│ Size: 200 employees │
│ Challenge: Manual order processing │
│ Result: 60% faster fulfillment │
│ Product: [Your Product] │
└─────────────────────────────────────┘
❌ "Improved efficiency"
❌ "Saved time"
❌ "Better results"
✅ "Reduced processing time from 4 hours to 45 minutes (81% decrease)"
✅ "Increased conversion rate from 2.1% to 5.8% (176% improvement)"
✅ "Saved $240,000 annually in operational costs"
| Category | Examples |
|---|---|
| Time | Hours saved, time-to-completion, deployment speed |
| Money | Revenue increase, cost reduction, ROI |
| Efficiency | Throughput, error rate, automation rate |
| Growth | Users gained, market expansion, feature adoption |
| Satisfaction | NPS change, retention rate, support tickets reduced |
# Generate a before/after comparison chart
infsh app run infsh/python-executor --input '{
"code": "import matplotlib.pyplot as plt\nimport matplotlib\nmatplotlib.use(\"Agg\")\n\ncategories = [\"Processing Time\", \"Error Rate\", \"Cost per Order\"]\nbefore = [4, 12, 8.50]\nafter = [0.75, 1.5, 2.10]\n\nfig, ax = plt.subplots(figsize=(10, 6))\nx = range(len(categories))\nwidth = 0.35\nax.bar([i - width/2 for i in x], before, width, label=\"Before\", color=\"#ef4444\")\nax.bar([i + width/2 for i in x], after, width, label=\"After\", color=\"#22c55e\")\nax.set_ylabel(\"Value\")\nax.set_xticks(x)\nax.set_xticklabels(categories)\nax.legend()\nax.set_title(\"Impact of Implementation\")\nplt.tight_layout()\nplt.savefig(\"results-chart.png\", dpi=150)\nprint(\"Chart saved\")"
}'
❌ "We love the product." (vague, could be about anything)
❌ "It's great." (meaningless)
✅ "We went from processing 50 orders a day to 200, without adding a single person to the team."
— Sarah Chen, VP Operations, Acme Corp
✅ "Before [Product], our team dreaded Monday mornings because of the report backlog.
Now it's automated and they can focus on actual analysis."
— Marcus Rodriguez, Head of Analytics, DataCo
> "We went from processing 50 orders a day to 200, without adding anyone to the team."
>
> — Sarah Chen, VP Operations, Acme Corp
# Industry benchmarks
infsh app run tavily/search-assistant --input '{
"query": "average e-commerce order processing time industry benchmark 2024"
}'
# Competitor landscape
infsh app run exa/search --input '{
"query": "order management automation solutions market overview"
}'
# Supporting statistics
infsh app run exa/answer --input '{
"question": "What percentage of e-commerce businesses still use manual order processing?"
}'
| Format | Where | Notes |
|---|---|---|
| Web page | /customers/ or /case-studies/ | Full version, SEO-optimized |
| Sales team, email attachment | Designed, downloadable, gated optional | |
| Slide deck | Sales calls, presentations | 5-8 slides, visual-heavy |
| One-pager | Trade shows, quick reference | Snapshot + key metrics + quote |
| Social post | LinkedIn, Twitter | Key stat + quote + link to full |
| Video | Website, YouTube | Customer interview or animated |
Headline stat + brief context + customer quote + CTA
Example:
"60% faster order processing.
Acme Corp was drowning in manual fulfillment. 4 hours per batch. 12% error rate.
After implementing [Product]: 45 minutes per batch. 1.5% errors.
'We went from 50 orders a day to 200 without adding headcount.' — Sarah Chen, VP Ops
Read the full story → [link]"
| Mistake | Problem | Fix |
|---|---|---|
| No specific numbers | Reads like marketing fluff | Quantify everything |
| All about your product | Reads like a sales pitch | Story is about the CUSTOMER |
| Generic quotes | No credibility | Get specific, attributed quotes |
| Missing the "before" | No contrast to show impact | Always show the starting point |
| Too long | Loses reader attention | 800-1200 words max |
| No customer approval | Legal/relationship risk | Always get sign-off |
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering
Browse all apps: infsh app list
Weekly Installs
7.2K
Repository
GitHub Stars
202
First Seen
14 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code5.7K
gemini-cli5.1K
codex5.1K
opencode5.1K
amp5.1K
kimi-cli5.1K
71,300 周安装