payment-incident-responder

Coordinate payment incident response with structured triage, blast-radius assessment, mitigation actions, stakeholder communication, reconciliation recovery, and postmortem tracking.

3,891 stars

Best use case

payment-incident-responder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Coordinate payment incident response with structured triage, blast-radius assessment, mitigation actions, stakeholder communication, reconciliation recovery, and postmortem tracking.

Teams using payment-incident-responder should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/payment-incident-responder/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/anugotta/payment-incident-responder/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/payment-incident-responder/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How payment-incident-responder Compares

Feature / Agentpayment-incident-responderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Coordinate payment incident response with structured triage, blast-radius assessment, mitigation actions, stakeholder communication, reconciliation recovery, and postmortem tracking.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Payment Incident Responder

## Purpose

Help teams respond to payment incidents quickly and consistently:

- detect and classify incident severity
- define immediate containment actions
- coordinate internal/external communication
- restore correctness via reconciliation and data repair
- produce postmortem action items

## Disclaimer

This skill provides operational guidance only. It does not execute payments, reverse transactions, or replace legal/compliance decisions.

Use at your own risk. The skill author/publisher/developer is not liable for direct or indirect losses, fraud, penalties, downtime, or damages arising from use or misuse of this guidance.

## Incident severity model

- `P0`: broad outage / incorrect success/failure state at scale
- `P1`: major degradation with partial workaround
- `P2`: limited impact to specific cohorts or features
- `P3`: minor issue, low customer impact

## Standard response workflow

1. **Acknowledge and assign roles**
   - incident commander
   - tech lead
   - comms owner
   - reconciliation owner

2. **Establish blast radius**
   - affected methods/regions/providers
   - impacted users/orders
   - error signatures and trend window

3. **Contain**
   - freeze risky deploys
   - enable degraded mode messaging
   - pause high-risk paths if needed

4. **Diagnose**
   - check webhook pipeline, API errors, queue lag, provider status
   - identify first failing component and triggering change

5. **Mitigate and recover**
   - apply safe rollback/fix
   - reconcile pending and mismatched states
   - verify customer-facing correctness

6. **Close and learn**
   - final incident summary
   - postmortem with owner/due-date action items

## Guardrails

- Never communicate "resolved" before metrics and correctness checks pass.
- Never run blind retries that can create duplicate charges.
- Always include transaction reference IDs in customer/support comms.
- Keep all decisions time-stamped in incident log.

## Output format

When invoked, return:

1. severity + current phase
2. top 3 immediate actions
3. customer impact summary
4. next update time and owner
5. reconciliation and correctness checklist

## Setup

Read [setup.md](setup.md) on first use.

## Validation

Run [validation-checklist.md](validation-checklist.md) for drills and live incidents.

## References

- Triage and mitigation templates: [incident-playbook.md](incident-playbook.md)
- Stakeholder/customer comms templates: [comms-templates.md](comms-templates.md)
- Post-incident tracking template: [postmortem-template.md](postmortem-template.md)
- Launch/readiness checks: [validation-checklist.md](validation-checklist.md)

Related Skills

Incident Postmortem Generator

3891
from openclaw/skills

Generate blameless incident postmortems from raw notes, Slack threads, or bullet points.

DevOps & Infrastructure

Post-Mortem & Incident Review Framework

3891
from openclaw/skills

Run structured post-mortems that actually prevent repeat failures. Blameless analysis, root cause identification, and action tracking.

DevOps & Infrastructure

Incident Response Playbook

3891
from openclaw/skills

Structured incident response for business and IT teams. Guides you through detection, triage, containment, resolution, and post-mortem — with auto-generated timelines and action items.

DevOps & Infrastructure

upi-payment-ux-ops

3891
from openclaw/skills

Design UPI payment user experience and operations playbooks: consent wording, payment status messaging, retries, support workflows, refunds, and dispute communication. Use when creating product copy, UX flows, support SOPs, or incident communication for UPI payments and mandates.

upi-payment-integration

3891
from openclaw/skills

Design and implement robust UPI payment integrations (collect, intent, QR, and autopay mandates) with production-grade webhook handling, idempotency, reconciliation, and RBI-aligned authentication/compliance guardrails. Use when building or debugging UPI payment flows, payment status issues, recurring mandates, settlement mismatches, or gateway timeout edge cases.

ClawVault Payments

3891
from openclaw/skills

Security middleware for AI agents handling money. Non-custodial crypto wallets and virtual Visa cards with spending limits, whitelists, and human approval.

incident-commander

3891
from openclaw/skills

Incident Commander Skill

settld-mcp-payments

3891
from openclaw/skills

Connect OpenClaw agents to Settld MCP for paid tool calls with quote-bound authorization and verifiable receipts.

mayar-payment

3891
from openclaw/skills

Mayar.id payment integration for generating invoices, payment links, and tracking transactions via MCP. Use when needing to: (1) Create payment invoices/links for customers, (2) Track payment status and transactions, (3) Generate WhatsApp-friendly payment messages, (4) Handle Indonesian payment methods (bank transfer, e-wallet, QRIS), (5) Manage subscriptions/memberships, or (6) Automate payment workflows for e-commerce, services, or digital products.

incident-response-plan

3891
from openclaw/skills

Generate a tailored incident response plan for AI agent deployments and SaaS operations. Covers detection, triage, containment, recovery, and post-mortem. Use when deploying agents to production, preparing for SOC2 audits, or building operational resilience. Built by AfrexAI.

nevermined-payments

3891
from openclaw/skills

Integrates Nevermined payment infrastructure into AI agents, MCP servers, Google A2A agents, and REST APIs. Handles x402 protocol, credit billing, payment plans, and SDK integration for TypeScript (@nevermined-io/payments) and Python (payments-py).

incident-postmortem-assistant

3891
from openclaw/skills

将事故线索整理成复盘草案,区分根因、诱因、放大器、影响与修复动作。;use for incident, postmortem, sre workflows;do not use for 归责个人, 篡改时间线.