{
  "name": "Vishal Rajpurohit — Request Consultation",
  "description": "A single real skill: start a conversation with Vishal Rajpurohit about a software problem, by discovery-call link or email.",
  "version": "1.0.0",
  "provider": {
    "url": "https://vishal.life",
    "organization": "Vishal Rajpurohit"
  },
  "documentationUrl": "https://vishal.life/.well-known/agent-skills/request-consultation/SKILL.md",
  "iconUrl": "https://vishal.life/favicon.svg",
  "supportedInterfaces": [
    {
      "url": "https://vishal.life/message:send",
      "protocolBinding": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "request_consultation",
      "name": "Request consultation",
      "description": "Get how to start a conversation with Vishal Rajpurohit about a software problem: his discovery-call booking link, or a pre-filled email draft link.",
      "tags": ["consultation", "scheduling", "contact"],
      "examples": [
        "How do I book time with Vishal?",
        "I want to email Vishal about a production incident."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
