{
  "skill_id": "gf-pc-partner-fee-contract-kit",
  "name": "Partner Fee Contract Kit",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 9.99,
  "category": "Finance",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Modular fee schedule exhibits, calculation order cards, and settlement-statement outlines for agent, affiliate, and platform partner cuts on USDC sales.",
  "when_to_use": [
    "You onboard referral agents or vendors and need a shared fee schedule exhibit template",
    "Confirmed GMV and fee math disagree across partner statements and internal ledgers",
    "Holdbacks on disputed settlements must be described the same way in ops and partner packets"
  ],
  "outline": [
    "Draft fee schedule exhibit slots—party role, rate type, basis (confirmed GMV or net), caps, and effective dates—before any narrative clauses",
    "Lock calculation order cards so platform, agent, and fixed fees apply in one documented sequence matching receipt lines",
    "Define statement period, currency (USDC), and line schema partners receive each cycle with order-level detail optional flags",
    "Specify dispute holdback and release rules tied to settlement dispute codes so unpaid holds do not silently vanish from statements",
    "Outline payout settlement notes for Base USDC transfers including memo fields and reconciliation keys without custody promises"
  ],
  "capabilities": [
    "Modular partner fee schedule exhibits",
    "Canonical fee calculation order cards",
    "Partner statement period and line schemas",
    "Dispute holdback and release rules",
    "USDC payout memo and recon key notes"
  ],
  "artifact_outputs": [
    "partner-fee-schedule-exhibit.md",
    "fee-calculation-order-card.md",
    "partner-statement-schema.json",
    "dispute-holdback-rules.md",
    "usdc-payout-recon-notes.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-pc-partner-fee-contract-kit",
  "sample": "https://lvlltd.com/skills/gf-pc-partner-fee-contract-kit/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pc-partner-fee-contract-kit",
  "teaser": "https://lvlltd.com/sealed/gf-pc-partner-fee-contract-kit/",
  "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: Finance. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}