{
  "schemaVersion": "1.0",
  "item": {
    "slug": "prismapi-sdk",
    "name": "PRISM API SDK",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/StrykrAgent/prismapi-sdk",
    "canonicalUrl": "https://clawhub.ai/StrykrAgent/prismapi-sdk",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/prismapi-sdk",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=prismapi-sdk",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.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",
      "slug": "prismapi-sdk",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T20:37:53.652Z",
      "expiresAt": "2026-05-13T20:37:53.652Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=prismapi-sdk",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=prismapi-sdk",
        "contentDisposition": "attachment; filename=\"prismapi-sdk-0.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "prismapi-sdk"
      },
      "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/prismapi-sdk"
    },
    "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/prismapi-sdk",
    "agentPageUrl": "https://openagent3.xyz/skills/prismapi-sdk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/prismapi-sdk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/prismapi-sdk/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": "PRISM API SDK",
        "body": "The elite agentic finance toolkit. Drop-in market intelligence for AI agents, Claude Code, Cursor, or autonomous trading bots."
      },
      {
        "title": "Quick Start",
        "body": "npm install prismapi-sdk\n\nimport { PrismClient } from 'prismapi-sdk';\n\nconst prism = new PrismClient({ apiKey: 'your-api-key' });\n\n// Resolve any symbol to canonical data (sub-50ms)\nconst btc = await prism.resolve('BTC');\n// → { canonical: 'BTC', name: 'Bitcoin', price: 71514.84, confidence: 0.97 }\n\n// Batch resolve for trading agents\nconst assets = await prism.resolveBatch(['BTC', 'ETH', 'AAPL', 'SOL']);\n\n// Get family (wrapped tokens, derivatives)\nconst family = await prism.getFamily('BTC');\n// → [BTC, WBTC, cbBTC, tBTC, renBTC]"
      },
      {
        "title": "Key Features",
        "body": "FeatureDescriptionCanonical ResolutionResolve any ticker, contract, or symbol to single source of truthSub-50ms LatencyCache-first architecture with 4-layer resolution100+ EndpointsCrypto, DeFi, stocks, forex, macro, predictionsFamily GroupingBTC → WBTC, cbBTC, tBTC in one queryMCP-NativeBuilt for OpenClaw, Claude, function calling"
      },
      {
        "title": "API Categories",
        "body": "Resolution (12 endpoints) - Symbol disambiguation, batch resolve, family grouping\nCrypto (35+ endpoints) - Prices, markets, OHLCV, metadata\nTradFi (30+ endpoints) - Stocks, ETFs, forex, financials\nDEX (25+ endpoints) - Pairs, pools, trending tokens\nDeFi - Yields, protocols, TVL\nPredictions - Polymarket, Kalshi, sports odds"
      },
      {
        "title": "Security Notes",
        "body": "Read-only API — fetches public market data only\nNo wallet access — does not interact with wallets or private keys\nNo trading — cannot execute trades\nData only — returns JSON market data"
      },
      {
        "title": "Links",
        "body": "Docs: https://prismapi.ai/docs\nnpm: https://www.npmjs.com/package/prismapi-sdk\nGitHub: https://github.com/Strykr-Prism/PRISM-OS-SDK"
      }
    ],
    "body": "PRISM API SDK\n\nThe elite agentic finance toolkit. Drop-in market intelligence for AI agents, Claude Code, Cursor, or autonomous trading bots.\n\nQuick Start\nnpm install prismapi-sdk\n\nimport { PrismClient } from 'prismapi-sdk';\n\nconst prism = new PrismClient({ apiKey: 'your-api-key' });\n\n// Resolve any symbol to canonical data (sub-50ms)\nconst btc = await prism.resolve('BTC');\n// → { canonical: 'BTC', name: 'Bitcoin', price: 71514.84, confidence: 0.97 }\n\n// Batch resolve for trading agents\nconst assets = await prism.resolveBatch(['BTC', 'ETH', 'AAPL', 'SOL']);\n\n// Get family (wrapped tokens, derivatives)\nconst family = await prism.getFamily('BTC');\n// → [BTC, WBTC, cbBTC, tBTC, renBTC]\n\nKey Features\nFeature\tDescription\nCanonical Resolution\tResolve any ticker, contract, or symbol to single source of truth\nSub-50ms Latency\tCache-first architecture with 4-layer resolution\n100+ Endpoints\tCrypto, DeFi, stocks, forex, macro, predictions\nFamily Grouping\tBTC → WBTC, cbBTC, tBTC in one query\nMCP-Native\tBuilt for OpenClaw, Claude, function calling\nAPI Categories\nResolution (12 endpoints) - Symbol disambiguation, batch resolve, family grouping\nCrypto (35+ endpoints) - Prices, markets, OHLCV, metadata\nTradFi (30+ endpoints) - Stocks, ETFs, forex, financials\nDEX (25+ endpoints) - Pairs, pools, trending tokens\nDeFi - Yields, protocols, TVL\nPredictions - Polymarket, Kalshi, sports odds\nSecurity Notes\nRead-only API — fetches public market data only\nNo wallet access — does not interact with wallets or private keys\nNo trading — cannot execute trades\nData only — returns JSON market data\nLinks\nDocs: https://prismapi.ai/docs\nnpm: https://www.npmjs.com/package/prismapi-sdk\nGitHub: https://github.com/Strykr-Prism/PRISM-OS-SDK"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/StrykrAgent/prismapi-sdk",
    "publisherUrl": "https://clawhub.ai/StrykrAgent/prismapi-sdk",
    "owner": "StrykrAgent",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/prismapi-sdk",
    "downloadUrl": "https://openagent3.xyz/downloads/prismapi-sdk",
    "agentUrl": "https://openagent3.xyz/skills/prismapi-sdk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/prismapi-sdk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/prismapi-sdk/agent.md"
  }
}