{
  "$schema": "https://agentskills.io/schemas/v0.2.0/skill-index.json",
  "schemaVersion": "0.2.0",
  "version": "0.2.0",
  "publisher": {
    "name": "Immedia Power",
    "url": "https://www.immediapower.com/",
    "contact": "rony@immediapower.com"
  },
  "lastUpdated": "2026-04-19",
  "skills": [
    {
      "name": "gx230-company-overview",
      "title": "GX230 Company Overview",
      "description": "Structured company and product summary for Immedia Power and the GX230 200 kW modular multi-fuel power unit. Includes founders, business models, key specs, and verified economic claims.",
      "version": "1.0.0",
      "schemaVersion": "0.2.0",
      "type": "context",
      "url": "https://www.immediapower.com/llms.txt",
      "contentType": "text/markdown",
      "capabilities": ["context.read", "content.retrieve"],
      "tags": ["company", "overview", "founders", "business-models"],
      "examples": [
        {
          "prompt": "What is Immedia Power?",
          "response": "Structured summary from llms.txt covering mission, product, founders, and pipeline traction."
        }
      ],
      "authentication": { "required": false },
      "rateLimits": { "anonymous": "unlimited" }
    },
    {
      "name": "gx230-technology-spec",
      "title": "GX230 Technology Specification",
      "description": "Full product specification with JSON-LD Product schema. Engine efficiency, engine-to-grid, dimensions, weight, supported fuels, operating modes, and per-business-model offer details.",
      "version": "1.0.0",
      "schemaVersion": "0.2.0",
      "type": "context",
      "url": "https://www.immediapower.com/technology/",
      "contentType": "text/html",
      "alternates": [
        { "url": "https://www.immediapower.com/technology.md", "contentType": "text/markdown" }
      ],
      "capabilities": ["context.read", "content.retrieve", "schema.jsonld"],
      "tags": ["specifications", "product", "engineering"],
      "examples": [
        {
          "prompt": "What are the GX230 specs?",
          "response": "Returns structured Product schema: 200 kW electrical, 42% thermal efficiency, 87% engine-to-grid, 36.5% total, supported fuels, dimensions."
        }
      ],
      "authentication": { "required": false },
      "rateLimits": { "anonymous": "unlimited" }
    },
    {
      "name": "gx230-roi-simulator",
      "title": "GX230 ROI Simulator",
      "description": "Interactive ROI and payback model. Select business type (EV fleet, data center, C&I, real estate, petrol, rental), enter site parameters, receive unit economics and side-by-side Sale/Lease/PaaS comparison.",
      "version": "1.0.0",
      "schemaVersion": "0.2.0",
      "type": "tool",
      "url": "https://www.immediapower.com/simulator/",
      "contentType": "text/html",
      "capabilities": ["tool.invoke", "ui.navigate", "calculation.roi"],
      "tags": ["simulator", "roi", "pricing", "calculator"],
      "parameters": {
        "scenario": {
          "type": "string",
          "enum": ["ev_fleet", "data_center", "commercial_industrial", "real_estate", "petrol_station", "rental"],
          "required": false,
          "description": "Optional scenario to pre-select."
        },
        "model": {
          "type": "string",
          "enum": ["sale", "lease", "paas"],
          "required": false,
          "description": "Optional business model to pre-select."
        }
      },
      "examples": [
        {
          "prompt": "Model ROI for a 250-stall EV fast-charging hub",
          "invocation": "https://www.immediapower.com/simulator/?scenario=ev_fleet&model=lease"
        }
      ],
      "authentication": { "required": false },
      "rateLimits": { "anonymous": "unlimited" }
    },
    {
      "name": "gx230-faq",
      "title": "GX230 FAQ",
      "description": "Frequently asked questions with structured Q&A answers covering deployment time, cost, efficiency, fuel types, markets served, and competitive positioning. Encoded as schema.org FAQPage.",
      "version": "1.0.0",
      "schemaVersion": "0.2.0",
      "type": "context",
      "url": "https://www.immediapower.com/faq/",
      "contentType": "text/html",
      "alternates": [
        { "url": "https://www.immediapower.com/faq.md", "contentType": "text/markdown" }
      ],
      "capabilities": ["context.read", "content.retrieve", "schema.faqpage"],
      "tags": ["faq", "q-and-a", "help"],
      "examples": [
        {
          "prompt": "How long does a GX230 take to deploy?",
          "response": "Returns the matching FAQPage entry: ~4 weeks from signed site survey to energized unit."
        }
      ],
      "authentication": { "required": false },
      "rateLimits": { "anonymous": "unlimited" }
    },
    {
      "name": "immedia-ai-policy",
      "title": "Immedia Power AI Policy",
      "description": "AI crawler, training, and citation policy. Immedia Power actively allows training, indexing, and live AI-agent inputs (ai-train=yes, search=yes, ai-input=yes).",
      "version": "1.0.0",
      "schemaVersion": "0.2.0",
      "type": "policy",
      "url": "https://www.immediapower.com/ai-policy/",
      "contentType": "text/html",
      "alternates": [
        { "url": "https://www.immediapower.com/llms.txt", "contentType": "text/markdown" }
      ],
      "capabilities": ["policy.declare", "content.retrieve"],
      "tags": ["policy", "ai", "compliance", "citation"],
      "examples": [
        {
          "prompt": "Is it permitted to cite Immedia Power content?",
          "response": "Yes. Policy confirms ai-train=yes, search=yes, ai-input=yes."
        }
      ],
      "authentication": { "required": false },
      "rateLimits": { "anonymous": "unlimited" }
    }
  ]
}
