Install
openclaw skills install agentic-case-study-skillCreate CompleteTech LLC case studies, testimonials, and proof assets for completed agentic development engagements, including intake questionnaires, outcome interview guides, anonymized and named-client case studies, before/after workflow summaries, implementation stories, technical notes, risk/control summaries, approval-gate summaries, evaluation results, testimonial requests/drafts, proof libraries, sales one-pagers, website stories, LinkedIn posts, nurture emails, referral blurbs, portfolio entries, pitches, award submissions, press releases, quote approvals, and anonymization checks. Use after delivery when Codex needs to package verified client-approved outcomes without exposing confidential details or inventing proof.
openclaw skills install agentic-case-study-skillCreate case studies, testimonials, and proof assets after CompleteTech LLC agentic development delivery, using only verified and client-approved facts.
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.
references/use-case-decision-table.md to choose the right proof artifact.references/proof-positioning.md for CompleteTech LLC proof language, evidence rules, and anonymization guardrails.references/proof-catalog.md for the near-exhaustive proof asset library.case-study-intake-questionnaire.client-outcome-interview-guide.internal-case-study-brief.anonymized-case-study.public-named-client-case-study.before-after-workflow-summary.implementation-story.technical-implementation-note.risk-control-summary.human-approval-gate-summary.evaluation-results-summary.testimonial-request.testimonial-draft.proof-point-library.sales-one-pager.website-case-study.linkedin-post.email-nurture-story.referral-enablement-blurb.portfolio-entry.speaker-podcast-pitch.award-submission-draft.press-release-draft.customer-quote-approval-checklist.confidentiality-and-anonymization-checklist.micro-proof-snippet.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.
TBD, "not approved for public use", or "client approval required" where facts or permissions are missing.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.This skill needs local filesystem access only for its documented renderer workflow:
assets/logo.png, and user-provided Markdown or variable inputs.--out, --png, --markdown-out, or default output/ artifact paths.scripts/render_proof.py and scripts/render_pdf.py.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.
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.python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".#/##/### 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.This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts case-study run metadata to an external service.