{
  "protocolVersion": "0.3.0",
  "name": "AI for Life Lessons Agent",
  "description": "Answers questions about learning Claude as a beginner using the free AI for Life curriculum: finds the right lesson for a topic, returns lesson links and markdown, and points to the community and custom-lesson options.",
  "version": "1.0.0",
  "url": "https://aiforlife.app/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://aiforlife.app/a2a", "transport": "JSONRPC" }
  ],
  "additionalInterfaces": [
    { "url": "https://aiforlife.app/a2a", "transport": "JSONRPC" }
  ],
  "provider": {
    "organization": "ByteFlowAI",
    "url": "https://byteflowai.com"
  },
  "documentationUrl": "https://aiforlife.app/.well-known/agent-skills/aiforlife-lessons/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "find-lessons",
      "name": "Find the right Claude lesson",
      "description": "Given a topic or beginner question, returns the best-matching free AI for Life lessons with page and markdown URLs.",
      "tags": ["education", "claude", "beginner", "lessons"],
      "examples": [
        "Which lesson teaches uploading a PDF to Claude?",
        "How do I get started with Claude from zero?",
        "What is Cowork and where do I learn it?"
      ]
    }
  ]
}
