{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "skills": [
    {
      "name": "design-conversation",
      "type": "skill-md",
      "description": "Drive the four-step Sticker Design Conversation that lets a user (including free-tier ChatGPT users) design and order a StickerLab sticker. The user becomes the bridge between the assistant and StickerLab — no MCP, no API access required from the assistant.",
      "url": "/.well-known/agent-skills/design-conversation/SKILL.md"
    },
    {
      "name": "configure-sticker",
      "type": "skill-md",
      "description": "Build a deep-link URL into the StickerLab configurator pre-filled with phrase, size and colour. Used as part of the four-step Sticker Design Conversation — see /.well-known/agent-skills/design-conversation/SKILL.md for the full flow.",
      "url": "/.well-known/agent-skills/configure-sticker/SKILL.md"
    },
    {
      "name": "list-products",
      "type": "skill-md",
      "description": "List StickerLab products with sizes, materials, and base prices.",
      "url": "/.well-known/agent-skills/list-products/SKILL.md"
    },
    {
      "name": "shipping-info",
      "type": "skill-md",
      "description": "Get StickerLab shipping options, costs, and delivery times by country.",
      "url": "/.well-known/agent-skills/shipping-info/SKILL.md"
    }
  ]
}
