{
  "schemaVersion": "1.0",
  "item": {
    "slug": "avalanche",
    "name": "Avalanche",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/avalanche",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/avalanche",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/avalanche",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=avalanche",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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/avalanche"
    },
    "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/avalanche",
    "agentPageUrl": "https://openagent3.xyz/skills/avalanche/agent",
    "manifestUrl": "https://openagent3.xyz/skills/avalanche/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/avalanche/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": "Network Architecture (Critical)",
        "body": "Avalanche has three chains: X-Chain, P-Chain, C-Chain — each serves different purpose\nC-Chain is EVM compatible — where most DeFi and tokens live, uses AVAX for gas\nX-Chain for fast transfers — native AVAX transfers, not EVM compatible\nP-Chain for staking — validators and subnet management\nSame AVAX token across all chains — but must transfer between chains to use"
      },
      {
        "title": "C-Chain (Most Common)",
        "body": "EVM compatible — MetaMask, same tools as Ethereum\nUses AVAX for gas — need AVAX to transact\nChain ID: 43114 — RPC: https://api.avax.network/ext/bc/C/rpc\nBlock explorer: snowtrace.io — transaction verification\nMost tokens and DeFi here — Trader Joe, Aave, GMX"
      },
      {
        "title": "Cross-Chain Transfers",
        "body": "Moving AVAX between chains uses Avalanche Wallet — not regular transfers\nC-Chain ↔ X-Chain transfer takes seconds — but requires correct process\nExport from one chain, import to another — two-step process\nUse official Core wallet or Avalanche Wallet — supports all three chains\nMetaMask only sees C-Chain — can't transfer to X or P chains directly"
      },
      {
        "title": "Bridging from Other Networks",
        "body": "Avalanche Bridge official — bridge.avax.network, from Ethereum\nBridged tokens are wrapped — ETH becomes WETH.e on Avalanche\nLayerZero, Stargate for multi-chain — faster alternatives with fees\nBridge fees plus gas on both chains — budget for both\nWithdrawal to Ethereum can take time — depends on bridge used"
      },
      {
        "title": "Gas and Fees",
        "body": "Gas model same as Ethereum post-EIP-1559 — base fee + priority fee\nCheaper than Ethereum, more than some L2s — typically $0.01-0.10 per transaction\nGas paid in AVAX only — no token payments for gas\nFast finality (under 2 seconds) — no waiting for confirmations\nFailed transactions cost gas — same as Ethereum"
      },
      {
        "title": "Tokens and DeFi",
        "body": "AVAX is native gas token — also tradeable like ETH\nWAVAX is wrapped AVAX — needed for some DeFi protocols\nMajor DEXs: Trader Joe, Pangolin — similar to Uniswap\nLending: Aave, Benqi — borrow and lend\nVerify token addresses — scam tokens exist, check snowtrace.io"
      },
      {
        "title": "Subnets",
        "body": "Subnets are custom blockchains on Avalanche — like app-specific chains\nDFK Chain (DeFi Kingdoms), Dexalot — examples of subnets\nEach subnet can have own token for gas — not always AVAX\nBridging to subnets through official bridges — subnet-specific\nSubnets have independent validators — different security assumptions"
      },
      {
        "title": "Staking",
        "body": "Minimum 25 AVAX to delegate — stake with validators\nMinimum 2 weeks lock — staking period required\nRewards vary by validator — check uptime and commission\nNo slashing — underperforming validators just earn less\nLiquid staking: sAVAX, ggAVAX — maintain liquidity while staking"
      },
      {
        "title": "Wallet Options",
        "body": "Core Wallet (official) — supports all three chains, subnets\nMetaMask for C-Chain only — familiar interface, limited to C-Chain\nLedger supported — via Core or MetaMask\nMobile wallets available — Core has mobile app"
      },
      {
        "title": "Common Issues",
        "body": "\"Insufficient funds\" — need AVAX for gas on C-Chain\nTokens on wrong chain — bridged to X-Chain instead of C-Chain\nCan't find tokens — wrong chain or need to add custom token\nSlow bridge — some bridges take 10-30 minutes, be patient\nSubnet tokens not showing — need to add subnet network to wallet"
      },
      {
        "title": "Security",
        "body": "Standard EVM security on C-Chain — same best practices as Ethereum\nPrivate key controls all three chains — one seed, all chains\nVerify addresses on all chains — X-Chain addresses start with \"X-\"\nRevoke unused approvals — snowtrace.io token approval checker\nOfficial bridges safest — third-party bridges add risk"
      }
    ],
    "body": "Network Architecture (Critical)\nAvalanche has three chains: X-Chain, P-Chain, C-Chain — each serves different purpose\nC-Chain is EVM compatible — where most DeFi and tokens live, uses AVAX for gas\nX-Chain for fast transfers — native AVAX transfers, not EVM compatible\nP-Chain for staking — validators and subnet management\nSame AVAX token across all chains — but must transfer between chains to use\nC-Chain (Most Common)\nEVM compatible — MetaMask, same tools as Ethereum\nUses AVAX for gas — need AVAX to transact\nChain ID: 43114 — RPC: https://api.avax.network/ext/bc/C/rpc\nBlock explorer: snowtrace.io — transaction verification\nMost tokens and DeFi here — Trader Joe, Aave, GMX\nCross-Chain Transfers\nMoving AVAX between chains uses Avalanche Wallet — not regular transfers\nC-Chain ↔ X-Chain transfer takes seconds — but requires correct process\nExport from one chain, import to another — two-step process\nUse official Core wallet or Avalanche Wallet — supports all three chains\nMetaMask only sees C-Chain — can't transfer to X or P chains directly\nBridging from Other Networks\nAvalanche Bridge official — bridge.avax.network, from Ethereum\nBridged tokens are wrapped — ETH becomes WETH.e on Avalanche\nLayerZero, Stargate for multi-chain — faster alternatives with fees\nBridge fees plus gas on both chains — budget for both\nWithdrawal to Ethereum can take time — depends on bridge used\nGas and Fees\nGas model same as Ethereum post-EIP-1559 — base fee + priority fee\nCheaper than Ethereum, more than some L2s — typically $0.01-0.10 per transaction\nGas paid in AVAX only — no token payments for gas\nFast finality (under 2 seconds) — no waiting for confirmations\nFailed transactions cost gas — same as Ethereum\nTokens and DeFi\nAVAX is native gas token — also tradeable like ETH\nWAVAX is wrapped AVAX — needed for some DeFi protocols\nMajor DEXs: Trader Joe, Pangolin — similar to Uniswap\nLending: Aave, Benqi — borrow and lend\nVerify token addresses — scam tokens exist, check snowtrace.io\nSubnets\nSubnets are custom blockchains on Avalanche — like app-specific chains\nDFK Chain (DeFi Kingdoms), Dexalot — examples of subnets\nEach subnet can have own token for gas — not always AVAX\nBridging to subnets through official bridges — subnet-specific\nSubnets have independent validators — different security assumptions\nStaking\nMinimum 25 AVAX to delegate — stake with validators\nMinimum 2 weeks lock — staking period required\nRewards vary by validator — check uptime and commission\nNo slashing — underperforming validators just earn less\nLiquid staking: sAVAX, ggAVAX — maintain liquidity while staking\nWallet Options\nCore Wallet (official) — supports all three chains, subnets\nMetaMask for C-Chain only — familiar interface, limited to C-Chain\nLedger supported — via Core or MetaMask\nMobile wallets available — Core has mobile app\nCommon Issues\n\"Insufficient funds\" — need AVAX for gas on C-Chain\nTokens on wrong chain — bridged to X-Chain instead of C-Chain\nCan't find tokens — wrong chain or need to add custom token\nSlow bridge — some bridges take 10-30 minutes, be patient\nSubnet tokens not showing — need to add subnet network to wallet\nSecurity\nStandard EVM security on C-Chain — same best practices as Ethereum\nPrivate key controls all three chains — one seed, all chains\nVerify addresses on all chains — X-Chain addresses start with \"X-\"\nRevoke unused approvals — snowtrace.io token approval checker\nOfficial bridges safest — third-party bridges add risk"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/avalanche",
    "publisherUrl": "https://clawhub.ai/ivangdavila/avalanche",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/avalanche",
    "downloadUrl": "https://openagent3.xyz/downloads/avalanche",
    "agentUrl": "https://openagent3.xyz/skills/avalanche/agent",
    "manifestUrl": "https://openagent3.xyz/skills/avalanche/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/avalanche/agent.md"
  }
}