{
  "schemaVersion": "1.0",
  "item": {
    "slug": "messari-crypto",
    "name": "Messari",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jds950/messari-crypto",
    "canonicalUrl": "https://clawhub.ai/jds950/messari-crypto",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/messari-crypto",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=messari-crypto",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api_services.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/messari-crypto"
    },
    "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/messari-crypto",
    "agentPageUrl": "https://openagent3.xyz/skills/messari-crypto/agent",
    "manifestUrl": "https://openagent3.xyz/skills/messari-crypto/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/messari-crypto/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": "Messari Crypto Intel",
        "body": "Real-time crypto market intelligence via Messari's REST API — AI-powered analysis,\non-chain metrics, sentiment, news, and institutional-grade research without building data pipelines."
      },
      {
        "title": "Prerequisites",
        "body": "Messari API Key — get one at messari.io/api\nMessari AI Credits — required for AI completion endpoints"
      },
      {
        "title": "REST API Overview",
        "body": "Base URL: https://api.messari.io\n\nAuthentication: Include your API key in every request:\n\nx-messari-api-key: <YOUR_API_KEY>\n\nAll endpoints accept and return JSON. Use Content-Type: application/json for POST requests."
      },
      {
        "title": "Service Routing Table",
        "body": "ServiceBase PathUse WhenAI/ai/General crypto questions, synthesis across data sourcesSignal/signal/v1/Sentiment, mindshare, trending narrativesMetrics/metrics/v2/Price, volume, market cap, fundamentalsNews/news/v1/Real-time crypto news, breaking eventsResearch/research/v1/Institutional reports, protocol deep divesStablecoins/stablecoins/v2/Stablecoin supply, per-chain breakdownsExchanges/exchanges/v2/Exchange volume, metrics, timeseriesNetworks/networks/v2/L1/L2 network metrics, timeseriesProtocols/protocols/v2/DeFi protocol metrics (DEX, lending, staking)Token Unlocks/token-unlocks/v1/Vesting schedules, unlock eventsFundraising/fundraising/v1/Funding rounds, investors, M&AIntel/intel/v1/Governance events, protocol updatesTopics/topics/v1/Trending topic classes, daily timeseriesX-Users/signal/v1/x-users/Crypto X/Twitter user metrics\n\nFor detailed endpoint documentation, see references/api_services.md."
      },
      {
        "title": "AI Chat Completion",
        "body": "curl -X POST \"https://api.messari.io/ai/v1/chat/completions\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"messages\": [\n      {\"role\": \"user\", \"content\": \"What is the bull case for ETH right now?\"}\n    ]\n  }'"
      },
      {
        "title": "Asset Metrics Lookup",
        "body": "curl \"https://api.messari.io/metrics/v2/assets?assetSlugs=bitcoin,ethereum\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\""
      },
      {
        "title": "Signal Mindshare Gainers",
        "body": "curl \"https://api.messari.io/signal/v1/assets/gainers-losers?type=mindshare&limit=10\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\""
      },
      {
        "title": "News Feed",
        "body": "curl \"https://api.messari.io/news/v1/news/feed?limit=20\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\""
      },
      {
        "title": "General crypto questions",
        "body": "Route through AI first — broadest context, synthesizes across market data, research, news, social."
      },
      {
        "title": "Quantitative questions",
        "body": "Use Metrics for price/volume/fundamentals. Exchanges for exchange-level data. Networks for L1/L2 metrics. Protocols for DeFi-specific data."
      },
      {
        "title": "Sentiment and narratives",
        "body": "Signal for mindshare and sentiment. Topics for trending narrative classes. X-Users for influencer-level metrics."
      },
      {
        "title": "Specific asset classes",
        "body": "Stablecoins for stablecoin supply and flows. Token Unlocks for vesting schedules and upcoming unlocks."
      },
      {
        "title": "Research, news, and events",
        "body": "Research for deep dives and reports. News for real-time events. Intel for governance and protocol updates. Fundraising for funding rounds and M&A."
      },
      {
        "title": "Multi-service queries",
        "body": "Combine services for richer answers. Example — \"Is SOL overvalued?\":\n\nMetrics → current price, volume, fundamentals\nSignal → sentiment and mindshare trend\nToken Unlocks → upcoming supply pressure\nAI → synthesize a view from all data"
      }
    ],
    "body": "Messari Crypto Intel\n\nReal-time crypto market intelligence via Messari's REST API — AI-powered analysis, on-chain metrics, sentiment, news, and institutional-grade research without building data pipelines.\n\nPrerequisites\nMessari API Key — get one at messari.io/api\nMessari AI Credits — required for AI completion endpoints\nREST API Overview\n\nBase URL: https://api.messari.io\n\nAuthentication: Include your API key in every request:\n\nx-messari-api-key: <YOUR_API_KEY>\n\n\nAll endpoints accept and return JSON. Use Content-Type: application/json for POST requests.\n\nService Routing Table\nService\tBase Path\tUse When\nAI\t/ai/\tGeneral crypto questions, synthesis across data sources\nSignal\t/signal/v1/\tSentiment, mindshare, trending narratives\nMetrics\t/metrics/v2/\tPrice, volume, market cap, fundamentals\nNews\t/news/v1/\tReal-time crypto news, breaking events\nResearch\t/research/v1/\tInstitutional reports, protocol deep dives\nStablecoins\t/stablecoins/v2/\tStablecoin supply, per-chain breakdowns\nExchanges\t/exchanges/v2/\tExchange volume, metrics, timeseries\nNetworks\t/networks/v2/\tL1/L2 network metrics, timeseries\nProtocols\t/protocols/v2/\tDeFi protocol metrics (DEX, lending, staking)\nToken Unlocks\t/token-unlocks/v1/\tVesting schedules, unlock events\nFundraising\t/fundraising/v1/\tFunding rounds, investors, M&A\nIntel\t/intel/v1/\tGovernance events, protocol updates\nTopics\t/topics/v1/\tTrending topic classes, daily timeseries\nX-Users\t/signal/v1/x-users/\tCrypto X/Twitter user metrics\n\nFor detailed endpoint documentation, see references/api_services.md.\n\nExample Requests\nAI Chat Completion\ncurl -X POST \"https://api.messari.io/ai/v1/chat/completions\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"messages\": [\n      {\"role\": \"user\", \"content\": \"What is the bull case for ETH right now?\"}\n    ]\n  }'\n\nAsset Metrics Lookup\ncurl \"https://api.messari.io/metrics/v2/assets?assetSlugs=bitcoin,ethereum\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\"\n\nSignal Mindshare Gainers\ncurl \"https://api.messari.io/signal/v1/assets/gainers-losers?type=mindshare&limit=10\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\"\n\nNews Feed\ncurl \"https://api.messari.io/news/v1/news/feed?limit=20\" \\\n  -H \"x-messari-api-key: $MESSARI_API_KEY\"\n\nRouting Guidance\nGeneral crypto questions\n\nRoute through AI first — broadest context, synthesizes across market data, research, news, social.\n\nQuantitative questions\n\nUse Metrics for price/volume/fundamentals. Exchanges for exchange-level data. Networks for L1/L2 metrics. Protocols for DeFi-specific data.\n\nSentiment and narratives\n\nSignal for mindshare and sentiment. Topics for trending narrative classes. X-Users for influencer-level metrics.\n\nSpecific asset classes\n\nStablecoins for stablecoin supply and flows. Token Unlocks for vesting schedules and upcoming unlocks.\n\nResearch, news, and events\n\nResearch for deep dives and reports. News for real-time events. Intel for governance and protocol updates. Fundraising for funding rounds and M&A.\n\nMulti-service queries\n\nCombine services for richer answers. Example — \"Is SOL overvalued?\":\n\nMetrics → current price, volume, fundamentals\nSignal → sentiment and mindshare trend\nToken Unlocks → upcoming supply pressure\nAI → synthesize a view from all data"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jds950/messari-crypto",
    "publisherUrl": "https://clawhub.ai/jds950/messari-crypto",
    "owner": "jds950",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/messari-crypto",
    "downloadUrl": "https://openagent3.xyz/downloads/messari-crypto",
    "agentUrl": "https://openagent3.xyz/skills/messari-crypto/agent",
    "manifestUrl": "https://openagent3.xyz/skills/messari-crypto/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/messari-crypto/agent.md"
  }
}