원클릭으로
dispute-respond
Prepare a governed dispute response artifact from a linked charge receipt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare a governed dispute response artifact from a linked charge receipt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit authority, and inspect signed receipts for what happened.
Audit a sealed runx receipt for governance, comparing the authority a run exercised against what it was granted, and flag over-reach, ungated mutation, unrecorded refusals, or exposed secret material.
Verify the receipt ids behind a normalized authority-usage summary, compare that evidence with granted scopes, and propose the narrowest grant the evidence supports.
Answer a cross-run audit question against the receipt ledger, returning matched receipts and a chain-verification result.
Read durable reflect projections, group repeated signals by skill, and emit validated handoffs to skill-lab improve when the evidence clears configured floors.
Review receipts and harness failures to propose bounded skill improvements.
| name | dispute-respond |
| description | Prepare a governed dispute response artifact from a linked charge receipt. |
| runx | {"category":"payments"} |
Prepare a profile-local dispute response artifact for a counterparty-initiated payment dispute.
This skill attaches the linked sealed charge receipt, prior refund receipts, and provider evidence, then selects a response posture. It does not settle the dispute or produce a rail closure receipt.
accept, contest, refund_already_sent,
needs_more_evidence, or operator_review from the evidence and operator
posture.needs_agent when the dispute id, linked charge
receipt, prior refunds, evidence posture, or submission authority is unclear.It does not submit the response to Stripe, x402, MPP, or another rail; it does not issue a refund; and it does not mark a dispute closed.
dispute_event and original_receipt_ref are present.prior_refund_receipt_refs and record whether any refund fully or
partially covers the disputed amount.operator_posture only as a preference. Evidence still controls the
final posture; a contest request without evidence returns needs_agent.dispute_response, dispute_evidence, linked_receipts, posture,
open_questions, and a submission readiness decision.needs_agent; do not prepare
a contest packet.needs_agent with the
mismatched fields.refund_already_sent or operator_review and cite the refund receipt.needs_agent when it is required for the posture.needs_agent; do not fabricate narrative.needs_agent for submission.dispute_response_artifact)decision: ready | needs_agent
dispute_response:
dispute_id: string
posture: accept | contest | refund_already_sent | needs_more_evidence | operator_review
amount: string | null
currency: string | null
counterparty: string | null
settlement_family: string | null
dispute_evidence:
timeline:
- at: string
kind: price | challenge | verify | delivery | refund | support | recovery | dispute
ref: string
summary: string
redactions:
- field: string
reason: string
linked_receipts:
original_charge: string
verification: [string]
refunds: [string]
recoveries: [string]
open_questions: [string]
recommendation: string
A ready decision means the artifact is complete for review or downstream rail
submission. It does not mean the dispute has been submitted or closed.
A Stripe test-mode dispute dp_test_01 references charge receipt rcpt_charge.
The receipt proves the caller accepted challenge ch_test_01 for 0.08 USD,
verification receipt rcpt_verify sealed, and the provider delivery log ref
shows the paid result was returned. No refund receipts exist. The skill returns
decision: ready, posture contest, linked receipts, redacted evidence refs,
and a recommendation to submit the packet through the Stripe dispute adapter.
If refund receipt rcpt_refund already covers the full disputed amount, the
skill returns posture refund_already_sent, cites the refund receipt, and
warns against an untracked second refund.
dispute_event (required): provider-initiated dispute or chargeback event.original_receipt_ref (required): linked sealed charge receipt reference.prior_refund_receipt_refs (optional): prior refund receipts.evidence_refs (optional): provider evidence references.operator_posture (optional): requested response posture.