{
  "$schema": "https://agentskills.io/schemas/index-0.2.json",
  "publisher": { "name": "NoTrackr editorial", "url": "https://notrackr.com/" },
  "skills": [
    {
      "name": "notrackr/reviews.list",
      "type": "api",
      "description": "List privacy-tool reviews with metadata (cluster, verdict, last audited).",
      "url": "https://notrackr.com/api/index.json",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "notrackr/clusters.list",
      "type": "api",
      "description": "List topic clusters (VPN, password managers, email, tracker blockers, private browsers).",
      "url": "https://notrackr.com/clusters/api/index.json",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "notrackr/strip",
      "type": "api",
      "description": "Strip tracking parameters (utm_*, fbclid, gclid, ...) from a URL.",
      "url": "https://tool.notrackr.com/api/strip",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "notrackr/llms",
      "type": "llms-txt",
      "description": "AI-readable index of NoTrackr reviews.",
      "url": "https://notrackr.com/llms.txt",
      "outputFormat": "text/plain",
      "sha256": null
    },
    {
      "name": "notrackr/llms-full",
      "type": "llms-txt",
      "description": "Full-text dump of NoTrackr reviews for retrieval augmentation.",
      "url": "https://notrackr.com/llms-full.txt",
      "outputFormat": "text/plain",
      "sha256": null
    }
  ]
}
