← 返回 Skills 市场
completetech

Agentic Case Study Skill

作者 CompleteTech · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ pending
48
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install agentic-case-study-skill
功能描述
Create CompleteTech LLC case studies, testimonials, and proof assets for completed agentic development engagements, including intake questionnaires, outcome...
使用说明 (SKILL.md)

Agentic Case Study Skill

Purpose

Create case studies, testimonials, and proof assets after CompleteTech LLC agentic development delivery, using only verified and client-approved facts.

System Boundary

This skill owns approved outcome packaging and reusable proof after delivery. Use agentic-delivery-skill for raw delivery evidence, agentic-customer-success-skill for relationship and approval routing, and agentic-email-skill only for messages that request approval or share the proof. Do not turn internal notes, unapproved metrics, private client details, or speculative outcomes into public proof.

Core Workflow

  1. Identify the proof need: intake, interview, internal brief, anonymized/public case study, sales asset, social post, quote, referral, award, press, or approval checklist.
  2. Gather verified facts: client approval status, workflow, before state, implementation, controls, evaluation evidence, qualitative observations, measured outcomes, quotes, confidentiality constraints, and allowed attribution.
  3. Use references/use-case-decision-table.md to choose the right proof artifact.
  4. Use references/proof-positioning.md for CompleteTech LLC proof language, evidence rules, and anonymization guardrails.
  5. Use references/proof-catalog.md for the near-exhaustive proof asset library.
  6. Distinguish measured outcomes from qualitative observations. Do not fabricate ROI, savings, approvals, quotes, metrics, regulated-use assurances, legal claims, or client facts.

Proof Asset Selection Guide

  • Starting proof collection: use case-study-intake-questionnaire.
  • Interviewing client stakeholders: use client-outcome-interview-guide.
  • Internal sales enablement: use internal-case-study-brief.
  • Confidential client or sensitive details: use anonymized-case-study.
  • Client approved public attribution: use public-named-client-case-study.
  • Show process change: use before-after-workflow-summary.
  • Tell delivery narrative: use implementation-story.
  • Technical buyer proof: use technical-implementation-note.
  • Governance proof: use risk-control-summary.
  • Approval workflow proof: use human-approval-gate-summary.
  • Evaluation evidence: use evaluation-results-summary.
  • Ask for testimonial: use testimonial-request.
  • Draft testimonial for approval: use testimonial-draft.
  • Build reusable proof snippets: use proof-point-library.
  • Sales handout: use sales-one-pager.
  • Website page: use website-case-study.
  • Social post: use linkedin-post.
  • Nurture campaign: use email-nurture-story.
  • Referral ask: use referral-enablement-blurb.
  • Portfolio listing: use portfolio-entry.
  • Speaking or podcast outreach: use speaker-podcast-pitch.
  • Award entry: use award-submission-draft.
  • Press announcement: use press-release-draft.
  • Quote approval: use customer-quote-approval-checklist.
  • Confidentiality review: use confidentiality-and-anonymization-checklist.
  • Short proof for proposal/email reuse: use micro-proof-snippet.
  • Internal proof QA: use proof-approval-status-tracker.

When several artifacts fit, choose the safest asset that matches approval status. If client approval is unknown, use internal or anonymized artifacts and run the approval/anonymization checklist before public use.

Quality Rules

  • Use only verified, client-approved facts.
  • Separate measured outcomes from qualitative observations.
  • Preserve confidential details and anonymize when required.
  • Keep the CompleteTech LLC frame: bounded workflow implementation, human approval gates, evaluation, monitoring, documentation, support, and handoff.
  • Do not imply regulated-use approval, legal conclusions, or guaranteed outcomes.
  • Use TBD, "not approved for public use", or "client approval required" where facts or permissions are missing.

Resource Guide

  • references/proof-positioning.md: load for evidence rules, brand language, and anonymization boundaries.
  • references/use-case-decision-table.md: load when choosing a proof artifact.
  • references/proof-lifecycle.md: load for flow from outcome collection through public proof approval.
  • references/proof-catalog.md: load for the near-exhaustive proof asset templates.
  • references/template-index.json: machine-readable template metadata used by the renderer.
  • scripts/render_proof.py: list proof assets or render a draft with placeholders.

Renderer

python3 scripts/render_proof.py --list
python3 scripts/render_proof.py --stage case_study --list
python3 scripts/render_proof.py --template anonymized-case-study --var workflow="support triage"

Rendered artifacts are drafts. Replace placeholders with verified facts and confirm approval status before publishing or sending externally.

Rendering to a Branded PDF

Artifacts from this skill are delivered as branded CompleteTech LLC PDF documents, not raw Markdown. The renderer emits the PDF (and prints the Markdown) in one command, using the same reportlab branding engine as the contract skill:

pip install -r requirements.txt
python3 scripts/render_proof.py --template public-named-client-case-study \
  --out artifact.pdf --png artifact.png \
  --title "Customer Support Email Triage Agent" --doc-type "CLIENT CASE STUDY" \
  --subtitle "Northwind Trading Co. × CompleteTech LLC" --meta "CASE NO.=CASE-2026-007" --meta "DATE=2026-07-01" \
  --var client_name="Client Name" --var workflow="support triage"
  • --no-pdf emits Markdown only (the original behavior); --no-cover drops the cover page.
  • Already drafted the Markdown yourself? Render it directly: python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".
  • The PDF supports a Markdown subset: #/##/### headings, paragraphs, - bullets, tables, > callouts, **bold**, and [PAGE_BREAK]. PDF requires reportlab; the optional --png preview requires pypdfium2 and pillow. See assets/examples/ for a rendered example.

Certificate Receipt Guidance

The skill remains usable without a classroom key. When certificate credit is needed, use scripts/request_receipt.py after the skill run. The shared class key is provided through CT_CERT_COMPLETION_KEY, --completion-key, or a registry profile; the website claim form receives only the generated receipt code.

Receipt requests include this skill ID: agentic-case-study-skill. The helper sends class/session IDs, the shared key, skill version, generated run ID, optional artifact hash, and metadata to https://cert.complete.tech/api/skill-runs. The student claims the certificate at https://cert.complete.tech/claim with the returned receipt.

Do not print, store, or commit real classroom completion keys.

如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentic-case-study-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentic-case-study-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix installed package validation and packaged contract template
v1.0.0
Initial CompleteTech public ClawHub release
元数据
Slug agentic-case-study-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Agentic Case Study Skill 是什么?

Create CompleteTech LLC case studies, testimonials, and proof assets for completed agentic development engagements, including intake questionnaires, outcome... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Agentic Case Study Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-case-study-skill」即可一键安装,无需额外配置。

Agentic Case Study Skill 是免费的吗?

是的,Agentic Case Study Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agentic Case Study Skill 支持哪些平台?

Agentic Case Study Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agentic Case Study Skill?

由 CompleteTech(@completetech)开发并维护,当前版本 v1.0.1。

💬 留言讨论