{
  "schemaVersion": "1.0",
  "item": {
    "slug": "helius-api",
    "name": "Helius API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/itsahedge/helius-api",
    "canonicalUrl": "https://clawhub.ai/itsahedge/helius-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/helius-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=helius-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/balances.md",
      "references/enhanced-transactions.md",
      "references/funded-by.md",
      "references/history.md"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/helius-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/helius-api",
    "agentPageUrl": "https://openagent3.xyz/skills/helius-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/helius-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/helius-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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Helius API",
        "body": "Query comprehensive Solana data via REST endpoints. Requires HELIUS_API_KEY env var."
      },
      {
        "title": "Setup",
        "body": "export HELIUS_API_KEY=\"your-key-here\"\n\nGet a key at https://dashboard.helius.dev"
      },
      {
        "title": "Base URLs",
        "body": "Wallet API: https://api.helius.xyz/v1/wallet/{address}/...?api-key=KEY\nEnhanced Transactions: https://api-mainnet.helius-rpc.com/v0/...?api-key=KEY\n\nAuth: ?api-key=$HELIUS_API_KEY query param or X-Api-Key header."
      },
      {
        "title": "Wallet API Endpoints",
        "body": "EndpointPathDescriptionBalances/v1/wallet/{address}/balancesToken + NFT holdings with USD valuesHistory/v1/wallet/{address}/historyParsed transaction history with balance changesTransfers/v1/wallet/{address}/transfersToken transfer activity (sent/received)Identity/v1/wallet/{address}/identityKnown wallet labels (exchanges, protocols)Batch Identity/v1/wallet/batch-identity (POST)Look up up to 100 addresses at onceFunded By/v1/wallet/{address}/funded-byOriginal funding source of a wallet"
      },
      {
        "title": "Enhanced Transactions Endpoints",
        "body": "EndpointPathDescriptionParse Transactions/v0/transactions/ (POST)Parse signatures into human-readable dataTransaction History/v0/addresses/{address}/transactionsEnhanced tx history with type/time/slot filtering"
      },
      {
        "title": "Reference Files",
        "body": "Read the appropriate file for detailed parameters, response formats, and examples:\n\nBalances (portfolio, holdings, USD values): See references/balances.md\nHistory (wallet tx history, P&L, tax reports): See references/history.md\nTransfers (sent/received, payment tracking): See references/transfers.md\nIdentity (wallet labels, exchange detection): See references/identity.md\nFunded By (funding source, sybil detection): See references/funded-by.md\nEnhanced Transactions (parse tx, enhanced history): See references/enhanced-transactions.md"
      },
      {
        "title": "Implementation Notes",
        "body": "Use curl or fetch — no SDK required\nAll endpoints return JSON\nPagination: use page param (balances) or before/cursor (history, transfers)\nDefault limit: 100 per request\nWallet API requests cost 100 credits each\nIdentity returns 404 for unknown wallets — handle gracefully\nFunded By returns 404 if wallet never received SOL\nEnhanced Transactions uses a different base URL (api-mainnet.helius-rpc.com)"
      }
    ],
    "body": "Helius API\n\nQuery comprehensive Solana data via REST endpoints. Requires HELIUS_API_KEY env var.\n\nSetup\nexport HELIUS_API_KEY=\"your-key-here\"\n\n\nGet a key at https://dashboard.helius.dev\n\nBase URLs\nWallet API: https://api.helius.xyz/v1/wallet/{address}/...?api-key=KEY\nEnhanced Transactions: https://api-mainnet.helius-rpc.com/v0/...?api-key=KEY\n\nAuth: ?api-key=$HELIUS_API_KEY query param or X-Api-Key header.\n\nWallet API Endpoints\nEndpoint\tPath\tDescription\nBalances\t/v1/wallet/{address}/balances\tToken + NFT holdings with USD values\nHistory\t/v1/wallet/{address}/history\tParsed transaction history with balance changes\nTransfers\t/v1/wallet/{address}/transfers\tToken transfer activity (sent/received)\nIdentity\t/v1/wallet/{address}/identity\tKnown wallet labels (exchanges, protocols)\nBatch Identity\t/v1/wallet/batch-identity (POST)\tLook up up to 100 addresses at once\nFunded By\t/v1/wallet/{address}/funded-by\tOriginal funding source of a wallet\nEnhanced Transactions Endpoints\nEndpoint\tPath\tDescription\nParse Transactions\t/v0/transactions/ (POST)\tParse signatures into human-readable data\nTransaction History\t/v0/addresses/{address}/transactions\tEnhanced tx history with type/time/slot filtering\nReference Files\n\nRead the appropriate file for detailed parameters, response formats, and examples:\n\nBalances (portfolio, holdings, USD values): See references/balances.md\nHistory (wallet tx history, P&L, tax reports): See references/history.md\nTransfers (sent/received, payment tracking): See references/transfers.md\nIdentity (wallet labels, exchange detection): See references/identity.md\nFunded By (funding source, sybil detection): See references/funded-by.md\nEnhanced Transactions (parse tx, enhanced history): See references/enhanced-transactions.md\nImplementation Notes\nUse curl or fetch — no SDK required\nAll endpoints return JSON\nPagination: use page param (balances) or before/cursor (history, transfers)\nDefault limit: 100 per request\nWallet API requests cost 100 credits each\nIdentity returns 404 for unknown wallets — handle gracefully\nFunded By returns 404 if wallet never received SOL\nEnhanced Transactions uses a different base URL (api-mainnet.helius-rpc.com)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/itsahedge/helius-api",
    "publisherUrl": "https://clawhub.ai/itsahedge/helius-api",
    "owner": "itsahedge",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/helius-api",
    "downloadUrl": "https://openagent3.xyz/downloads/helius-api",
    "agentUrl": "https://openagent3.xyz/skills/helius-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/helius-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/helius-api/agent.md"
  }
}