crypto-pricesFetch live cryptocurrency and commodity prices from verified sources with caching and fallback, ensuring accurate and up-to-date market data.
Install via ClawdBot CLI:
clawdbot install ryandeangraves/crypto-pricesFetch live cryptocurrency and commodity prices using the local crypto_prices.py module. This is your single source of truth for all price data — never use web search for prices.
cd ~/clawd && python3 -c "
from crypto_prices import fetch_live_price, format_price_text
data = fetch_live_price('COIN_NAME')
if data:
print(format_price_text(data))
# Full details available in data dict:
# data['price'], data['change_24h'], data['change_7d'], data['change_30d']
# data['market_cap'], data['volume_24h'], data['high_24h'], data['low_24h']
# data['ath'], data['ath_change_pct'], data['source']
else:
print('Price unavailable — all providers failed')
"
cd ~/clawd && python3 -c "
from crypto_prices import fetch_multiple_prices, format_prices_block
prices = fetch_multiple_prices(['bitcoin', 'ethereum', 'xrp', 'sui', 'gold', 'silver'])
print(format_prices_block(prices))
"
cd ~/clawd && python3 -c "
from crypto_prices import fetch_live_price
d = fetch_live_price('COIN_NAME')
if d: print(f\"{d['symbol']}: \${d['price']:,.6g} ({d['change_24h']:+.2f}%)\")
"
| Input | Resolves To | Source |
|-------|-------------|--------|
| btc, bitcoin | bitcoin | CoinGecko |
| eth, ethereum | ethereum | DexScreener → CoinGecko |
| xrp, ripple | ripple | DexScreener → CoinGecko |
| sui | sui | CoinGecko |
| sol, solana | solana | CoinGecko |
| gold, xau | gold | Yahoo Finance → CoinGecko |
| silver, xag | silver | Yahoo Finance → CoinGecko |
| doge, ada, dot, avax, link, matic | various | CoinGecko |
Generated Mar 1, 2026
Used by financial analysts or executives to quickly gather current cryptocurrency and commodity prices for daily reports or meetings. The batch lookup feature allows fetching multiple assets at once, ensuring up-to-date data for market analysis without manual web searches.
Traders or automated trading systems utilize single price lookups to monitor live price movements and changes (e.g., 24-hour percentage change) for decision-making. The cache and provider chain ensure reliable, low-latency data to avoid stale information during volatile markets.
Asset managers or individual investors integrate this skill into dashboards to display current prices and performance metrics (like market cap and all-time highs) for holdings. The structured data output supports automated updates and alerts based on price thresholds.
Businesses in manufacturing or retail use it to track gold and silver prices sourced from Yahoo Finance, aiding in procurement or pricing strategies. The skill prevents reliance on inaccurate web searches, ensuring commodity data is fresh and trustworthy.
Deployed in fintech or crypto exchange chatbots to answer user queries about asset prices in conversations. The quick price output provides minimal, readable responses, enhancing user experience without delays from external searches.
Offer this skill as a paid API service for businesses needing reliable price data, with tiered pricing based on request volume and features like batch lookups. Revenue comes from subscription fees, targeting fintech startups and trading platforms.
License the skill to financial institutions for embedding into their proprietary tools, such as trading apps or reports, with customization options. Revenue is generated through one-time licensing fees or annual contracts, focusing on banks and investment firms.
Provide basic price data for free to attract individual users, while charging for advanced features like historical trends, higher rate limits, or premium assets. Revenue streams include ad-supported free tiers and premium upgrades for power users.
💬 Integration Tip
Ensure the local module is properly installed and cache settings are configured to handle rate limits; use batch queries for efficiency when fetching multiple assets to minimize API calls.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.