{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cosmos",
    "name": "Cosmos",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/cosmos",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/cosmos",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cosmos",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cosmos",
    "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-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/cosmos"
    },
    "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/cosmos",
    "agentPageUrl": "https://openagent3.xyz/skills/cosmos/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cosmos/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cosmos/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": "Ecosystem Overview",
        "body": "Cosmos is a network of blockchains — not a single chain\nCosmos Hub is the main chain — where ATOM lives\nIBC connects all Cosmos chains — Inter-Blockchain Communication\nEach chain is sovereign — own validators, own token, own governance\nSame wallet works across chains — different addresses per chain"
      },
      {
        "title": "ATOM Token",
        "body": "Native token of Cosmos Hub — staking and governance\nUsed to secure the Hub — not other Cosmos chains\nInflationary — staking rewards come from inflation\nNot used for gas on other chains — each chain has own token"
      },
      {
        "title": "IBC Transfers (Critical)",
        "body": "Send tokens between Cosmos chains — native cross-chain\nRecipient address differs per chain — same seed, different address\nChannel/path matters — tokens take specific routes\nTokens may be wrapped — ATOM on Osmosis is IBC ATOM\nVerify channel is active — some channels deprecated"
      },
      {
        "title": "Address Format",
        "body": "Bech32 format — human-readable prefix + data\ncosmos1... for Cosmos Hub — other chains have different prefixes\nosmo1... for Osmosis, juno1... for Juno — each chain unique\nSame mnemonic gives different addresses — per chain derivation\nVerify prefix matches destination chain — wrong prefix = wrong chain"
      },
      {
        "title": "Staking",
        "body": "Delegate to validators — earn staking rewards\n21-day unbonding period — funds locked during unstake\nSlashing risk — validators can lose stake for misbehavior\nRedelegation instant — switch validators without unbonding\nLiquid staking available — stATOM, qATOM maintain liquidity"
      },
      {
        "title": "Validators",
        "body": "Choose carefully — commission and uptime vary\nVoting power concentration — avoid top validators for decentralization\nValidator can vote on your behalf — unless you vote yourself\nCheck slashing history — past behavior indicates reliability\nCommunity validators vs exchanges — support decentralization"
      },
      {
        "title": "Governance",
        "body": "On-chain proposals — deposit, voting period, execution\nVote with staked ATOM — voting power = stake\nOptions: Yes, No, NoWithVeto, Abstain — veto can kill proposal\nValidator votes if you don't — delegate your vote\nActive participation encouraged — proposals affect chain direction"
      },
      {
        "title": "Wallets",
        "body": "Keplr — most popular, browser extension + mobile\nLeap — alternative to Keplr, similar features\nCosmostation — mobile and web\nLedger support — via Keplr or native app\nOne seed for all Cosmos chains — Keplr manages addresses"
      },
      {
        "title": "Gas and Fees",
        "body": "Fees paid in native token — ATOM on Hub, OSMO on Osmosis\nRelatively low fees — fractions of a cent typically\nGas estimation usually automatic — wallets handle it\nCan fail if gas too low — retry with higher gas"
      },
      {
        "title": "DeFi on Cosmos",
        "body": "Osmosis — largest Cosmos DEX, AMM pools\nStride — liquid staking protocol\nMars Protocol — lending on Osmosis\nAstroport — DEX on multiple chains\nKava — lending, originally separate, now IBC connected"
      },
      {
        "title": "Common Issues",
        "body": "\"Account not found\" — address exists but has no transactions yet\nIBC transfer stuck — usually relayer delay, wait or try different path\n\"Sequence mismatch\" — transaction sent twice, wait for first to confirm\nUnbonding pending — 21 days is normal, not stuck\nWrong chain address — cosmos1 address won't work on Osmosis"
      },
      {
        "title": "Airdrops",
        "body": "Cosmos ecosystem has frequent airdrops — stakers rewarded\nStake with non-exchange validators — exchanges don't qualify\nCheck claiming requirements — some have expiration\nPopular for early supporters — OSMO, JUNO, STARS all airdropped"
      },
      {
        "title": "Security",
        "body": "Same seed for all chains — secure it carefully\nVerify Keplr connections — phishing sites common\nIBC doesn't add security risk — but verify channels\nLedger recommended for large amounts — works with Keplr\nRevoke unused permissions — wallet can audit connections"
      }
    ],
    "body": "Ecosystem Overview\nCosmos is a network of blockchains — not a single chain\nCosmos Hub is the main chain — where ATOM lives\nIBC connects all Cosmos chains — Inter-Blockchain Communication\nEach chain is sovereign — own validators, own token, own governance\nSame wallet works across chains — different addresses per chain\nATOM Token\nNative token of Cosmos Hub — staking and governance\nUsed to secure the Hub — not other Cosmos chains\nInflationary — staking rewards come from inflation\nNot used for gas on other chains — each chain has own token\nIBC Transfers (Critical)\nSend tokens between Cosmos chains — native cross-chain\nRecipient address differs per chain — same seed, different address\nChannel/path matters — tokens take specific routes\nTokens may be wrapped — ATOM on Osmosis is IBC ATOM\nVerify channel is active — some channels deprecated\nAddress Format\nBech32 format — human-readable prefix + data\ncosmos1... for Cosmos Hub — other chains have different prefixes\nosmo1... for Osmosis, juno1... for Juno — each chain unique\nSame mnemonic gives different addresses — per chain derivation\nVerify prefix matches destination chain — wrong prefix = wrong chain\nStaking\nDelegate to validators — earn staking rewards\n21-day unbonding period — funds locked during unstake\nSlashing risk — validators can lose stake for misbehavior\nRedelegation instant — switch validators without unbonding\nLiquid staking available — stATOM, qATOM maintain liquidity\nValidators\nChoose carefully — commission and uptime vary\nVoting power concentration — avoid top validators for decentralization\nValidator can vote on your behalf — unless you vote yourself\nCheck slashing history — past behavior indicates reliability\nCommunity validators vs exchanges — support decentralization\nGovernance\nOn-chain proposals — deposit, voting period, execution\nVote with staked ATOM — voting power = stake\nOptions: Yes, No, NoWithVeto, Abstain — veto can kill proposal\nValidator votes if you don't — delegate your vote\nActive participation encouraged — proposals affect chain direction\nWallets\nKeplr — most popular, browser extension + mobile\nLeap — alternative to Keplr, similar features\nCosmostation — mobile and web\nLedger support — via Keplr or native app\nOne seed for all Cosmos chains — Keplr manages addresses\nGas and Fees\nFees paid in native token — ATOM on Hub, OSMO on Osmosis\nRelatively low fees — fractions of a cent typically\nGas estimation usually automatic — wallets handle it\nCan fail if gas too low — retry with higher gas\nDeFi on Cosmos\nOsmosis — largest Cosmos DEX, AMM pools\nStride — liquid staking protocol\nMars Protocol — lending on Osmosis\nAstroport — DEX on multiple chains\nKava — lending, originally separate, now IBC connected\nCommon Issues\n\"Account not found\" — address exists but has no transactions yet\nIBC transfer stuck — usually relayer delay, wait or try different path\n\"Sequence mismatch\" — transaction sent twice, wait for first to confirm\nUnbonding pending — 21 days is normal, not stuck\nWrong chain address — cosmos1 address won't work on Osmosis\nAirdrops\nCosmos ecosystem has frequent airdrops — stakers rewarded\nStake with non-exchange validators — exchanges don't qualify\nCheck claiming requirements — some have expiration\nPopular for early supporters — OSMO, JUNO, STARS all airdropped\nSecurity\nSame seed for all chains — secure it carefully\nVerify Keplr connections — phishing sites common\nIBC doesn't add security risk — but verify channels\nLedger recommended for large amounts — works with Keplr\nRevoke unused permissions — wallet can audit connections"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/cosmos",
    "publisherUrl": "https://clawhub.ai/ivangdavila/cosmos",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cosmos",
    "downloadUrl": "https://openagent3.xyz/downloads/cosmos",
    "agentUrl": "https://openagent3.xyz/skills/cosmos/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cosmos/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cosmos/agent.md"
  }
}