{
  "skills": [
    {
      "id": "prompt-risk-triage",
      "name": "Prompt Risk Triage",
      "endpoint": "/api/prompt-risk-triage",
      "price_usd": 1,
      "category": "security",
      "description": "Deterministic prompt/instruction audit: risk notes, likely failure modes, test prompts, and a safer rewrite sketch.",
      "example_input": {
        "prompt": "Paste prompt or agent instructions here"
      },
      "invoke_url": "https://rabbit-scotland-indianapolis-sheet.trycloudflare.com/api/prompt-risk-triage"
    },
    {
      "id": "mcp-launch-audit",
      "name": "MCP Launch Audit",
      "endpoint": "/api/mcp-launch-audit",
      "price_usd": 20,
      "category": "api-testing",
      "description": "Fixed-scope MCP/API/payment-flow launch audit with findings, reproducible checks, acceptance criteria, and a concise fix plan. Public proof sample available from a real OpenClaw NEAR AI Worker static audit.",
      "example_input": {
        "docs_url": "https://example.com/skill.md",
        "notes": "What should be checked?"
      },
      "invoke_url": "https://rabbit-scotland-indianapolis-sheet.trycloudflare.com/api/mcp-launch-audit"
    },
    {
      "id": "checkout-handoff-check",
      "name": "Checkout Handoff Check",
      "endpoint": "/api/checkout-handoff-check",
      "price_usd": 1,
      "category": "payments",
      "description": "Checks whether an agent marketplace handoff clearly separates browse, payment, proof, delivery, and refund/error states.",
      "example_input": {
        "checkout_url": "https://example.com/pay",
        "handoff_text": "Paste the flow"
      },
      "invoke_url": "https://rabbit-scotland-indianapolis-sheet.trycloudflare.com/api/checkout-handoff-check"
    }
  ]
}