{
  "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
  "skills": [
    {
      "name": "find_creators_by_niche",
      "type": "url_template",
      "description": "Find top creators relevant to a free-form keyword (niche, topic, or product category).",
      "url": "https://collabstr.com/top-influencers/{niche}",
      "sha256": ""
    },
    {
      "name": "get_creator_profile",
      "type": "url_template",
      "description": "Retrieve a single creator's public profile, including bio, niches, follower counts, packages, prices, and reviews.",
      "url": "https://collabstr.com/{username}",
      "sha256": ""
    },
    {
      "name": "list_blog_posts",
      "type": "url",
      "description": "Browse Collabstr editorial posts on creator economy, influencer marketing strategy, and platform updates.",
      "url": "https://collabstr.com/blog",
      "sha256": ""
    },
    {
      "name": "get_llm_index",
      "type": "url",
      "description": "Compact LLM-optimized site index for ingestion.",
      "url": "https://collabstr.com/llms.txt",
      "sha256": ""
    },
    {
      "name": "get_llm_full_index",
      "type": "url",
      "description": "Full-content LLM ingestion file.",
      "url": "https://collabstr.com/llms-full.txt",
      "sha256": ""
    }
  ]
}
