Install
openclaw skills install agentic-customer-success-skillCreate CompleteTech LLC customer success and account management artifacts for agentic development clients, including account profiles, contact maps, approved email/contact routing, meeting notes, follow-up trackers, health scorecards, relationship risk logs, renewal readiness, expansion briefs, QBRs, support escalations, satisfaction surveys, testimonial/referral plans, executive check-ins, at-risk recovery, offboarding, stakeholder changes, communication cadence, success criteria reviews, and post-launch adoption check-ins. Use after first contact, during delivery, after launch, and through renewal or expansion when Codex needs to manage customer relationships without inventing facts.
openclaw skills install agentic-customer-success-skillCreate customer success and account management artifacts for CompleteTech LLC agentic development clients. Use this skill to keep communication organized, route messages to verified contacts, track health, prevent missed follow-ups, and identify retention or expansion opportunities.
This skill owns post-contact and post-sale relationship state: contacts, routing, follow-ups, health, renewal, expansion, advocacy planning, and at-risk recovery. Use agentic-delivery-skill for implementation execution records, agentic-email-skill for polished outbound copy, agentic-invoice-skill for billing documents, and agentic-case-study-skill for public or reusable proof after client approval.
references/use-case-decision-table.md to choose the right customer success artifact.references/customer-success-positioning.md for CompleteTech LLC language, contact routing, and guardrails.references/customer-success-catalog.md for the artifact library.TBD or open questions when evidence is missing.client-account-profile.customer-contact-map.approved-contact-routing-guide.meeting-notes.follow-up-tracker.client-health-scorecard.relationship-risk-log.renewal-readiness-review.expansion-opportunity-brief.quarterly-business-review or executive-check-in-brief.support-escalation-summary.client-satisfaction-survey.testimonial-referral-request-plan.at-risk-customer-recovery-plan.offboarding-transition-checklist.stakeholder-change-note.communication-cadence-plan.success-criteria-review.post-launch-adoption-check-in.When several artifacts fit, choose the one closest to the customer event. Use supporting artifacts only when they clarify ownership, timing, risk, or approval.
TBD unless verified.references/customer-success-positioning.md: load for CompleteTech LLC relationship language, routing, and guardrails.references/use-case-decision-table.md: load when choosing a customer success artifact.references/customer-success-lifecycle.md: load for flow from first contact through renewal, expansion, or offboarding.references/customer-success-catalog.md: load for reusable artifact templates.references/template-index.json: machine-readable artifact metadata used by the renderer.scripts/render_customer_success.py: list customer success artifacts 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_customer_success.py and scripts/render_pdf.py.python3 scripts/render_customer_success.py --list
python3 scripts/render_customer_success.py --stage relationship --list
python3 scripts/render_customer_success.py --template client-account-profile --var client_name=Acme --var workflow="support triage agent"
Rendered artifacts are drafts. Replace placeholders with verified account, contact, communication, delivery, support, renewal, and approval facts before use.
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_customer_success.py --template client-health-scorecard \
--out artifact.pdf --png artifact.png \
--title "Client Health Scorecard & QBR Summary" --doc-type "CUSTOMER SUCCESS — INTERNAL" \
--subtitle "Account: <b>Northwind Trading Co.</b>" --meta "DOCUMENT NO.=CS-2026-0051" --meta "DATE=2026-06-10" \
--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 customer-success run metadata to an external service.