Install
openclaw skills install @crawlora-org/crypto-market-researchResearches public cryptocurrency markets, coins, exchanges, categories, global metrics, news, NFTs, token unlocks, and treasuries through CoinGecko via the Crawlora API. Use for market snapshots and comparative research, not trading or financial advice.
openclaw skills install @crawlora-org/crypto-market-researchPull public CoinGecko market data as normalized JSON for coin discovery, market comparisons, category and chain research, global metrics, news, NFT surfaces, token unlocks, and treasury snapshots.
/coingecko/search and use the returned CoinGecko ID. Tickers
are ambiguous and must not be used as stable identity keys./coingecko/coin/{id} and /coingecko/markets with explicit currency,
page, and ordering parameters. Preserve the quote currency and timestamp.scripts/crawlora.sh /coingecko/search query="bitcoin" | jq '.'
scripts/crawlora.sh /coingecko/coin/bitcoin vs_currency=usd | jq '.'
scripts/crawlora.sh /coingecko/markets vs_currency=usd order=market_cap_desc | jq '.'
scripts/crawlora.sh /coingecko/trending | jq '.'
scripts/crawlora.sh /coingecko/global | jq '.'
See reference/endpoints.md for the complete generated endpoint list.