{
  "schema": "skillkit.creator_submission.v1",
  "status": "draft_for_review",
  "product": {
    "name": "Example SkillKit Name",
    "slug": "example-skillkit-name",
    "category": "AI / ChatGPT",
    "summary": "One sentence explaining what the buyer can build or improve.",
    "target_buyer": "Who this is for",
    "buyer_intent": "The exact search or problem this product targets",
    "keywords": [
      "primary keyword",
      "secondary keyword",
      "buyer problem keyword"
    ],
    "suggested_price_usd": 19,
    "delivery_type": "downloadable_zip"
  },
  "creator": {
    "display_name": "Creator Name",
    "contact_email": "creator@example.com",
    "payout_method": "to_be_confirmed",
    "country": "to_be_confirmed"
  },
  "included_files": [
    "SKILL.md",
    "README.md",
    "CHATGPT_START.md",
    "SAFETY.md",
    "templates/",
    "examples/",
    "preview.png"
  ],
  "safety": {
    "contains_code": false,
    "contains_financial_content": false,
    "contains_health_content": false,
    "contains_personal_data": false,
    "contains_credentials_or_tokens": false,
    "contains_external_links": false,
    "blocked_claims_removed": true,
    "uses_fake_demo_data_only": true,
    "notes": "Explain any risk, limitation, or buyer responsibility here."
  },
  "review_requirements": {
    "no_passwords": true,
    "no_api_keys": true,
    "no_tokens": true,
    "no_private_paths": true,
    "no_account_ids": true,
    "no_obfuscated_code": true,
    "no_auto_run_commands": true,
    "no_guaranteed_outcomes": true
  }
}
