{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solax-cloud-api",
    "name": "Solar Cloud API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AllMightySauron/solax-cloud-api",
    "canonicalUrl": "https://clawhub.ai/AllMightySauron/solax-cloud-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solax-cloud-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solax-cloud-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/fetch_summary.mjs",
      "scripts/package.json",
      "references/solax-summary.d.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "solax-cloud-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T06:03:44.905Z",
      "expiresAt": "2026-05-16T06:03:44.905Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solax-cloud-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solax-cloud-api",
        "contentDisposition": "attachment; filename=\"solax-cloud-api-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "solax-cloud-api"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solax-cloud-api"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/solax-cloud-api",
    "agentPageUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "solax-summary-fetch",
        "body": "Fetch Solax inverter summary data as JSON."
      },
      {
        "title": "Setup (one-time)",
        "body": "This skill uses Node.js and the npm package solax-cloud-api.\n\nInstall dependencies inside the skill folder:\n\ncd /home/openclaw/.openclaw/workspace/skills/solax-summary-fetch/scripts\nnpm install\n\n(We use npm install instead of npm ci because this skill does not ship with a lockfile.)"
      },
      {
        "title": "Inputs",
        "body": "You need:\n\ntokenId (Solax Cloud API token id)\nsn (inverter serial number)"
      },
      {
        "title": "Recommended: environment variables",
        "body": "Set these in your runtime (preferred so you don’t leak secrets into shell history):\n\nSOLAX_TOKENID\nSOLAX_SN\n\nDo not hardcode credentials into the skill files."
      },
      {
        "title": "Alternate: CLI arguments",
        "body": "Pass them explicitly as:\n\n--tokenId <tokenId>\n--sn <serial>"
      },
      {
        "title": "Command",
        "body": "cd /home/openclaw/.openclaw/workspace/skills/solax-summary-fetch/scripts\nnode fetch_summary.mjs --tokenId \"$SOLAX_TOKENID\" --sn \"$SOLAX_SN\""
      },
      {
        "title": "Output",
        "body": "Prints a single JSON object to stdout.\nThe JSON conforms to the SolaxSummary interface exposed by solax-cloud-api (see references/solax-summary.d.ts).\nUnder the hood (solax-cloud-api v0.2.0): fetches getAPIData() then converts via SolaxCloudAPI.toSummary()."
      },
      {
        "title": "Guardrails",
        "body": "Never print or log the tokenId beyond confirming whether it is set (redact it).\nIf the API call fails, return a structured error JSON with ok:false and a short error message."
      }
    ],
    "body": "solax-summary-fetch\n\nFetch Solax inverter summary data as JSON.\n\nSetup (one-time)\n\nThis skill uses Node.js and the npm package solax-cloud-api.\n\nInstall dependencies inside the skill folder:\n\ncd /home/openclaw/.openclaw/workspace/skills/solax-summary-fetch/scripts\nnpm install\n\n\n(We use npm install instead of npm ci because this skill does not ship with a lockfile.)\n\nInputs\n\nYou need:\n\ntokenId (Solax Cloud API token id)\nsn (inverter serial number)\nRecommended: environment variables\n\nSet these in your runtime (preferred so you don’t leak secrets into shell history):\n\nSOLAX_TOKENID\nSOLAX_SN\n\nDo not hardcode credentials into the skill files.\n\nAlternate: CLI arguments\n\nPass them explicitly as:\n\n--tokenId <tokenId>\n--sn <serial>\nCommand\ncd /home/openclaw/.openclaw/workspace/skills/solax-summary-fetch/scripts\nnode fetch_summary.mjs --tokenId \"$SOLAX_TOKENID\" --sn \"$SOLAX_SN\"\n\nOutput\nPrints a single JSON object to stdout.\nThe JSON conforms to the SolaxSummary interface exposed by solax-cloud-api (see references/solax-summary.d.ts).\nUnder the hood (solax-cloud-api v0.2.0): fetches getAPIData() then converts via SolaxCloudAPI.toSummary().\nGuardrails\nNever print or log the tokenId beyond confirming whether it is set (redact it).\nIf the API call fails, return a structured error JSON with ok:false and a short error message."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AllMightySauron/solax-cloud-api",
    "publisherUrl": "https://clawhub.ai/AllMightySauron/solax-cloud-api",
    "owner": "AllMightySauron",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solax-cloud-api",
    "downloadUrl": "https://openagent3.xyz/downloads/solax-cloud-api",
    "agentUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solax-cloud-api/agent.md"
  }
}