{
  "skill_id": "gf-crypto-chargeback-response-pack",
  "name": "Crypto Chargeback Response Pack",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 4.99,
  "category": "Trust",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Evidence checklists and response letter skeletons for USDC and crypto payment disputes.",
  "when_to_use": [
    "A Base USDC or crypto-settled digital sale is disputed and you need an evidence checklist",
    "Support must draft a structured response that ties tx hash to unlock delivery logs",
    "You want consistent internal language for chargeback-like disputes on agent sales"
  ],
  "outline": [
    "Assemble an evidence inventory checklist: payment proof, invoice/order id, unlock timestamp, artifact delivery log, and policy version shown at purchase",
    "Map dispute categories (non-receipt, unauthorized, quality) to the minimum artifact set for each category",
    "Draft response skeletons that cite on-chain reference and delivery log fields without overclaiming legal conclusions",
    "Define internal escalation triggers and what package goes to counsel or the payment rail",
    "Create a redaction guide so exported evidence strips unnecessary PII while keeping order and tx identifiers"
  ],
  "capabilities": [
    "Crypto digital-sale evidence inventory checklist",
    "Dispute-category to artifact-set mapping",
    "Response letter skeletons tied to tx and unlock logs",
    "PII redaction guide for evidence exports"
  ],
  "artifact_outputs": [
    "chargeback-evidence-checklist.md",
    "dispute-response-skeletons.md",
    "evidence-redaction-guide.md"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-crypto-chargeback-response-pack",
  "sample": "https://lvlltd.com/skills/gf-crypto-chargeback-response-pack/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-crypto-chargeback-response-pack",
  "teaser": "https://lvlltd.com/sealed/gf-crypto-chargeback-response-pack/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Trust. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}