{
  "specVersion": "1.0",
  "host": {
    "displayName": "ComicStyles",
    "identifier": "did:web:staging.zackig.dedyn.io"
  },
  "entries": [
    {
      "identifier": "urn:air:staging.zackig.dedyn.io:skill:make-a-comic",
      "displayName": "make-a-comic agent skill",
      "type": "application/agent-skills+gzip",
      "description": "Turn a story idea into an illustrated multi-panel comic strip via the ComicStyles public API and return the finished comic's URL.",
      "tags": [
        "comics",
        "image-generation",
        "storytelling"
      ],
      "url": "https://staging.zackig.dedyn.io/skills/make-a-comic.tar.gz",
      "representativeQueries": [
        "make a comic strip about a cat who learns to fly",
        "turn this story idea into an illustrated comic",
        "draw a multi-panel comic from my prompt",
        "create a manga-style comic about a robot chef"
      ]
    },
    {
      "identifier": "urn:air:staging.zackig.dedyn.io:catalog:api",
      "displayName": "ComicStyles API catalog",
      "type": "application/linkset+json",
      "description": "RFC 9727 API catalog: the agent-facing endpoints, the skill artifacts and the health check.",
      "url": "https://staging.zackig.dedyn.io/.well-known/api-catalog",
      "representativeQueries": [
        "which endpoints does ComicStyles expose to agents",
        "how do I call the ComicStyles comic API"
      ]
    },
    {
      "identifier": "urn:air:staging.zackig.dedyn.io:doc:llms-txt",
      "displayName": "ComicStyles agent brief (llms.txt)",
      "type": "text/markdown",
      "description": "Plain-language brief for agents: what the site does, the endpoints, trial limits and constraints.",
      "url": "https://staging.zackig.dedyn.io/llms.txt",
      "representativeQueries": [
        "what can an agent do on ComicStyles",
        "ComicStyles comic generation limits for agents"
      ]
    }
  ]
}