{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kraken",
    "name": "Kraken",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/TheSethRose/kraken",
    "canonicalUrl": "https://clawhub.ai/TheSethRose/kraken",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kraken",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "kraken_api.py",
      "kraken_cli.py",
      "requirements.txt"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/kraken"
    },
    "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/kraken",
    "agentPageUrl": "https://openagent3.xyz/skills/kraken/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kraken/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kraken/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": "Kraken Crypto Skill",
        "body": "Use the kraken_cli.py wrapper to query your Kraken account."
      },
      {
        "title": "Setup",
        "body": "Export your Kraken API credentials.\n\nexport KRAKEN_API_KEY=\"your_api_key\"\nexport KRAKEN_API_SECRET=\"your_api_secret\"\n\nYou can also create a .env file in the skill directory."
      },
      {
        "title": "1. Primary Commands",
        "body": "Use these commands for portfolio queries. They calculate totals automatically.\n\nCommandDescriptionsummaryPortfolio overview with correct totalsnet-worthTotal net worth calculationperformanceReturns compared to depositsholdingsAsset breakdown with USD valuesstakingStaking positions and rewards"
      },
      {
        "title": "Example Output summary",
        "body": "TOTAL NET WORTH\n  Main Wallet (Equity):    $544.95\n  Earn Wallet (Bonded):    $81.89\n  TOTAL:                   $626.84\n\nAUTO EARN (Flexible) in Main Wallet\n  BTC   : $493.92 (rewards: $0.03)\n  ETH   : $50.66 (rewards: $0.11)\n\nBONDED STAKING in Earn Wallet\n  SOL   : $66.73 (rewards: $0.89)\n  DOT   : $15.16 (rewards: $0.55)\n\n  Total Staking Rewards:   $1.71\n\nThe wrapper separates Auto Earn from Bonded staking to avoid double counting."
      },
      {
        "title": "2. Raw API Commands",
        "body": "These commands use kraken_api.py for detailed data. Use them for specific information not covered by primary commands."
      },
      {
        "title": "Market Data Public",
        "body": "CommandDescriptionUse Caseticker --pair XXBTZUSDCurrent price and 24h statsPrice checksohlc --pair XXBTZUSDHistorical candlesChart datadepth --pair XXBTZUSDOrder bookLiquidity analysisrecent-trades --pair XXBTZUSDLive tradesMarket activityassetsAsset names and decimalsAsset lookupspairsValid trading pairsPair discoverystatusExchange statusConnectivity checktimeServer timeAPI health check"
      },
      {
        "title": "Account Data Private",
        "body": "CommandDescriptionUse CasebalanceRaw asset quantitiesDetailed holdingsbalance-exBalance with reserved fundsMargin analysisportfolioTrade balance in USDRaw equity dataopen-ordersActive ordersOrder managementclosed-ordersCompleted ordersOrder historytradesTrade execution historyTrade analysisledgerAll transactionsTransaction trackingledger --asset ZUSDFiltered by assetAsset historyvolume30 day volumeFee tier info"
      },
      {
        "title": "Earn Data Private",
        "body": "CommandDescriptionUse Caseearn-positionsRaw staking allocationsDetailed staking dataearn-strategiesAvailable yield programsStrategy discoveryearn-statusPending stakesAllocation monitoringearn-dealloc-status --refid IDPending unstakesDeallocation monitoring"
      },
      {
        "title": "Funding Private",
        "body": "CommandDescriptionUse Casedeposits-methodsAvailable deposit methodsDeposit optionsdeposits-address --asset BTCWallet addressReceiving crypto"
      },
      {
        "title": "Double Counting Warning",
        "body": "Do not add balance and earn-positions together.\n\nKraken has two staking types.\n\nAuto Earn Flexible assets stay in the Main wallet. These are included in portfolio equity.\nBonded Staking assets move to the Earn wallet. These are not in portfolio equity.\n\nThe summary command handles this correctly. If you use raw commands manually follow this logic.\n\nCorrect calculation is Total equals Portfolio Equity plus Bonded Earn Only.\nIncorrect calculation is Total equals Portfolio Equity plus All Earn Allocations."
      },
      {
        "title": "API Response Notes",
        "body": "ohlc returns a list under the pair key.\ndepth bids and asks are nested under the pair key.\nrecent-trades returns a list containing price, volume, time, side, type, and misc.\nearn-strategies uses the items key with apr_estimate."
      },
      {
        "title": "4. Example Usage",
        "body": "User RequestBot ActionWhat is my crypto portfolio?Run summaryWhat is my net worth?Run net-worthHow am I performing?Run performanceShow my holdingsRun holdingsShow my stakingRun stakingWhat is BTC price?Run ticker --pair XXBTZUSDShow my open ordersRun open-ordersShow my trade historyRun tradesGet my BTC deposit addressRun deposits-address --asset BTC"
      },
      {
        "title": "5. API Key Permissions Required",
        "body": "FeaturePermissionBalance and PortfolioQuery FundsOrders and Trades and LedgersQuery FundsEarn AllocationsEarnDeposit AddressesQuery FundsMarket DataNone"
      }
    ],
    "body": "Kraken Crypto Skill\n\nUse the kraken_cli.py wrapper to query your Kraken account.\n\nSetup\n\nExport your Kraken API credentials.\n\nexport KRAKEN_API_KEY=\"your_api_key\"\nexport KRAKEN_API_SECRET=\"your_api_secret\"\n\n\nYou can also create a .env file in the skill directory.\n\n1. Primary Commands\n\nUse these commands for portfolio queries. They calculate totals automatically.\n\nCommand\tDescription\nsummary\tPortfolio overview with correct totals\nnet-worth\tTotal net worth calculation\nperformance\tReturns compared to deposits\nholdings\tAsset breakdown with USD values\nstaking\tStaking positions and rewards\nExample Output summary\nTOTAL NET WORTH\n  Main Wallet (Equity):    $544.95\n  Earn Wallet (Bonded):    $81.89\n  TOTAL:                   $626.84\n\nAUTO EARN (Flexible) in Main Wallet\n  BTC   : $493.92 (rewards: $0.03)\n  ETH   : $50.66 (rewards: $0.11)\n\nBONDED STAKING in Earn Wallet\n  SOL   : $66.73 (rewards: $0.89)\n  DOT   : $15.16 (rewards: $0.55)\n\n  Total Staking Rewards:   $1.71\n\n\nThe wrapper separates Auto Earn from Bonded staking to avoid double counting.\n\n2. Raw API Commands\n\nThese commands use kraken_api.py for detailed data. Use them for specific information not covered by primary commands.\n\nMarket Data Public\nCommand\tDescription\tUse Case\nticker --pair XXBTZUSD\tCurrent price and 24h stats\tPrice checks\nohlc --pair XXBTZUSD\tHistorical candles\tChart data\ndepth --pair XXBTZUSD\tOrder book\tLiquidity analysis\nrecent-trades --pair XXBTZUSD\tLive trades\tMarket activity\nassets\tAsset names and decimals\tAsset lookups\npairs\tValid trading pairs\tPair discovery\nstatus\tExchange status\tConnectivity check\ntime\tServer time\tAPI health check\nAccount Data Private\nCommand\tDescription\tUse Case\nbalance\tRaw asset quantities\tDetailed holdings\nbalance-ex\tBalance with reserved funds\tMargin analysis\nportfolio\tTrade balance in USD\tRaw equity data\nopen-orders\tActive orders\tOrder management\nclosed-orders\tCompleted orders\tOrder history\ntrades\tTrade execution history\tTrade analysis\nledger\tAll transactions\tTransaction tracking\nledger --asset ZUSD\tFiltered by asset\tAsset history\nvolume\t30 day volume\tFee tier info\nEarn Data Private\nCommand\tDescription\tUse Case\nearn-positions\tRaw staking allocations\tDetailed staking data\nearn-strategies\tAvailable yield programs\tStrategy discovery\nearn-status\tPending stakes\tAllocation monitoring\nearn-dealloc-status --refid ID\tPending unstakes\tDeallocation monitoring\nFunding Private\nCommand\tDescription\tUse Case\ndeposits-methods\tAvailable deposit methods\tDeposit options\ndeposits-address --asset BTC\tWallet address\tReceiving crypto\n3. Critical Caveats\nDouble Counting Warning\n\nDo not add balance and earn-positions together.\n\nKraken has two staking types.\n\nAuto Earn Flexible assets stay in the Main wallet. These are included in portfolio equity.\nBonded Staking assets move to the Earn wallet. These are not in portfolio equity.\n\nThe summary command handles this correctly. If you use raw commands manually follow this logic.\n\nCorrect calculation is Total equals Portfolio Equity plus Bonded Earn Only.\nIncorrect calculation is Total equals Portfolio Equity plus All Earn Allocations.\nAPI Response Notes\nohlc returns a list under the pair key.\ndepth bids and asks are nested under the pair key.\nrecent-trades returns a list containing price, volume, time, side, type, and misc.\nearn-strategies uses the items key with apr_estimate.\n4. Example Usage\nUser Request\tBot Action\nWhat is my crypto portfolio?\tRun summary\nWhat is my net worth?\tRun net-worth\nHow am I performing?\tRun performance\nShow my holdings\tRun holdings\nShow my staking\tRun staking\nWhat is BTC price?\tRun ticker --pair XXBTZUSD\nShow my open orders\tRun open-orders\nShow my trade history\tRun trades\nGet my BTC deposit address\tRun deposits-address --asset BTC\n5. API Key Permissions Required\nFeature\tPermission\nBalance and Portfolio\tQuery Funds\nOrders and Trades and Ledgers\tQuery Funds\nEarn Allocations\tEarn\nDeposit Addresses\tQuery Funds\nMarket Data\tNone"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TheSethRose/kraken",
    "publisherUrl": "https://clawhub.ai/TheSethRose/kraken",
    "owner": "TheSethRose",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kraken",
    "downloadUrl": "https://openagent3.xyz/downloads/kraken",
    "agentUrl": "https://openagent3.xyz/skills/kraken/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kraken/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kraken/agent.md"
  }
}