โ† All skills
Tencent SkillHub ยท Developer Tools

Messari

Crypto market intelligence powered by Messari's REST API. Provides real-time access to Messari AI (chat completions over 30TB+ crypto data), Signal (sentiment, mindshare, trending narratives), Metrics (prices, volumes, fundamentals for 34,000+ assets across 210+ exchanges), News, Research, Stablecoins, Exchanges, Networks, Protocols, Token Unlocks, Fundraising, Intel, Topics, and X-Users data. Use when the user asks about crypto markets, token analysis, sentiment, protocol metrics, asset research, trending narratives, stablecoin flows, token unlock schedules, fundraising rounds, governance events, or any blockchain/crypto data question. Requires a Messari API key and Messari AI credits.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Crypto market intelligence powered by Messari's REST API. Provides real-time access to Messari AI (chat completions over 30TB+ crypto data), Signal (sentiment, mindshare, trending narratives), Metrics (prices, volumes, fundamentals for 34,000+ assets across 210+ exchanges), News, Research, Stablecoins, Exchanges, Networks, Protocols, Token Unlocks, Fundraising, Intel, Topics, and X-Users data. Use when the user asks about crypto markets, token analysis, sentiment, protocol metrics, asset research, trending narratives, stablecoin flows, token unlock schedules, fundraising rounds, governance events, or any blockchain/crypto data question. Requires a Messari API key and Messari AI credits.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api_services.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Messari Crypto Intel

Real-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.

Prerequisites

Messari API Key โ€” get one at messari.io/api Messari AI Credits โ€” required for AI completion endpoints

REST API Overview

Base URL: https://api.messari.io Authentication: Include your API key in every request: x-messari-api-key: <YOUR_API_KEY> All endpoints accept and return JSON. Use Content-Type: application/json for POST requests.

Service Routing Table

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 For detailed endpoint documentation, see references/api_services.md.

AI Chat Completion

curl -X POST "https://api.messari.io/ai/v1/chat/completions" \ -H "x-messari-api-key: $MESSARI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "messages": [ {"role": "user", "content": "What is the bull case for ETH right now?"} ] }'

Asset Metrics Lookup

curl "https://api.messari.io/metrics/v2/assets?assetSlugs=bitcoin,ethereum" \ -H "x-messari-api-key: $MESSARI_API_KEY"

Signal Mindshare Gainers

curl "https://api.messari.io/signal/v1/assets/gainers-losers?type=mindshare&limit=10" \ -H "x-messari-api-key: $MESSARI_API_KEY"

News Feed

curl "https://api.messari.io/news/v1/news/feed?limit=20" \ -H "x-messari-api-key: $MESSARI_API_KEY"

General crypto questions

Route through AI first โ€” broadest context, synthesizes across market data, research, news, social.

Quantitative questions

Use Metrics for price/volume/fundamentals. Exchanges for exchange-level data. Networks for L1/L2 metrics. Protocols for DeFi-specific data.

Sentiment and narratives

Signal for mindshare and sentiment. Topics for trending narrative classes. X-Users for influencer-level metrics.

Specific asset classes

Stablecoins for stablecoin supply and flows. Token Unlocks for vesting schedules and upcoming unlocks.

Research, news, and events

Research for deep dives and reports. News for real-time events. Intel for governance and protocol updates. Fundraising for funding rounds and M&A.

Multi-service queries

Combine services for richer answers. Example โ€” "Is SOL overvalued?": Metrics โ†’ current price, volume, fundamentals Signal โ†’ sentiment and mindshare trend Token Unlocks โ†’ upcoming supply pressure AI โ†’ synthesize a view from all data

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/api_services.md Docs