{
  "protocolVersion": "0.3.0",
  "name": "Project O2",
  "description": "Agent interface for Project O2 (Magic Forest d.o.o.), a European drone-reforestation service. Provides read-only company information, methodology, verified impact figures, partnership guidance and contact details.",
  "version": "1.0.0",
  "url": "https://project-o2.org",
  "documentationUrl": "https://project-o2.org/llm-info.md",
  "iconUrl": "https://project-o2.org/favicon.ico",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://project-o2.org",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "Magic Forest d.o.o.",
    "url": "https://project-o2.org"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "get-company-info",
      "name": "Get company information",
      "description": "Returns company facts about Project O2 (Magic Forest d.o.o.): legal entity, founder, countries of operation and what the service does.",
      "tags": [
        "company",
        "about",
        "profile"
      ],
      "examples": [
        "What does Project O2 do?",
        "Where does Project O2 operate?",
        "Who founded Project O2?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "get-methodology",
      "name": "Get reforestation methodology",
      "description": "Explains Project O2's four-step drone-seeding methodology: UAV/GIS survey, SeedBomb production, drone-seeded planting, and monitoring & verification.",
      "tags": [
        "methodology",
        "drone",
        "seedbomb",
        "process"
      ],
      "examples": [
        "How does Project O2 plant forests?",
        "What are SeedBombs?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "get-impact-stats",
      "name": "Get impact figures",
      "description": "Returns Project O2's verified impact: trees planted, area reforested and number of partner organisations.",
      "tags": [
        "impact",
        "stats",
        "trees",
        "esg"
      ],
      "examples": [
        "How many trees has Project O2 planted?",
        "What is Project O2's reforested area?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "get-partnership-info",
      "name": "Get partnership guidance",
      "description": "Guides companies (ESG/CSR/net-zero) and forestry institutions toward a drone-reforestation partnership with measurable, verifiable outcomes.",
      "tags": [
        "partnership",
        "esg",
        "b2b",
        "b2g",
        "companies"
      ],
      "examples": [
        "How can my company sponsor reforestation?",
        "Does Project O2 work with forestry agencies?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "get-contact-info",
      "name": "Get contact information",
      "description": "Returns contact details and key pages for Project O2, including email and partnership pages.",
      "tags": [
        "contact",
        "email"
      ],
      "examples": [
        "How do I contact Project O2?",
        "What is Project O2's email?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}
