Install
openclaw skills install @andrey198224/crypto-market-dataFetches live cryptocurrency prices, market data, historical trends, and comparative analysis. Use when the user asks about crypto prices, coin values, market cap, trading volume, price history, portfolio tracking, or wants to compare cryptocurrencies. Supports Bitcoin (BTC), Ethereum (ETH), Solana (SOL), and all major coins via the CoinGecko public API. Outputs structured JSON for easy parsing and integration.
openclaw skills install @andrey198224/crypto-market-dataGive any AI agent the ability to fetch live cryptocurrency market data, analyze price trends, and generate structured reports.
Install dependencies first:
pip install -r scripts/requirements.txt
Get current prices:
python scripts/fetch_prices.py --coins bitcoin,ethereum
Get market overview (top coins):
python scripts/market_overview.py --top 10
Get price history with trend analysis:
python scripts/price_history.py --coin bitcoin --days 30 --analysis
Compare multiple coins:
python scripts/coin_compare.py --coins bitcoin,ethereum,solana
Use this to pick the right script:
scripts/fetch_prices.pyscripts/market_overview.pyscripts/price_history.pyscripts/coin_compare.py--help first to see all available options.bitcoin not BTC, ethereum not ETH.bitcoin not btc. Run scripts/fetch_prices.py --list-coins to search for coin IDs.usd, eur, gbp, etc.requests — HTTP client for API calls