Install
openclaw skills install crypto-market-newsFetch real-time crypto and market news from major sources (CoinDesk, CoinTelegraph, Decrypt, Blockworks). Use when the user asks for market news, latest crypto news, news about a specific token (BTC, ETH, ZEC, etc.), or wants a market overview before trading decisions. Triggers on phrases like "市場消息", "最新消息", "新聞", "market news", "what's happening in crypto", "news about [token]", "any news on [coin]".
openclaw skills install crypto-market-newsFetch live crypto news from public RSS feeds — no API key required.
scripts/fetch_news.sh [keyword] [hours]
keyword — filter by token or topic (e.g. bitcoin, ZEC, ETF, regulation). Leave empty for all news.hours — lookback window, default 24# All news, last 24h
bash skills/crypto-market-news/scripts/fetch_news.sh
# ZEC-specific news, last 48h
bash skills/crypto-market-news/scripts/fetch_news.sh "zcash" 48
# Regulation news
bash skills/crypto-market-news/scripts/fetch_news.sh "regulation" 24