{
  "$schema": "https://agentskills.io/schemas/v0.2.0/skills-index.schema.json",
  "version": "0.2.0",
  "name": "Telagus",
  "description": "Skills for working with Telagus CRM - connecting an agent to the Telagus MCP server, querying CRM data, and reading the help centre.",
  "homepage": "https://telagus.com",
  "skills": [
    {
      "name": "telagus-crm-queries",
      "type": "skill",
      "description": "Write correct read-only queries against Telagus CRM data through the MCP select tools, including the schema gotchas that cause most failed queries (lead contacts, user names, estimates, statuses, soft deletes). Use when answering questions from a connected Telagus account.",
      "url": "https://telagus.com/.well-known/agent-skills/telagus-crm-queries/SKILL.md",
      "sha256": "ee3fa8fab347228453fe84d0e885ad8b61954ed1686297d211fa17da68e9f766"
    },
    {
      "name": "telagus-help-search",
      "type": "skill",
      "description": "Search and read the Telagus help centre through its public, unauthenticated JSON API - browse content categories, search articles by keyword, and fetch a full article by slug. Use when answering \"how do I ... in Telagus\" questions.",
      "url": "https://telagus.com/.well-known/agent-skills/telagus-help-search/SKILL.md",
      "sha256": "1a4ff49263590b2f3585cd8bfaaf648f3e0bd8a692320ee46c79ef1c355e7317"
    },
    {
      "name": "telagus-mcp-connect",
      "type": "skill",
      "description": "Connect an AI agent to the Telagus CRM MCP server, including OAuth dynamic client registration, the PKCE authorization flow, and what the server exposes once connected. Use when a user asks to link, connect, or authenticate an agent with Telagus.",
      "url": "https://telagus.com/.well-known/agent-skills/telagus-mcp-connect/SKILL.md",
      "sha256": "b8a437ee28556ba97c348a1ee54ef9819b1147c336933b79dda602407dcebb0e"
    }
  ]
}
