Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Fetches OHLCV stock data, live crypto prices, upcoming economic calendar events, and news headlines for any ticker or topic. Covers equities and crypto across daily, weekly, and monthly timeframes.
Combines stock data, crypto prices, economic calendar, and news headlines into one skill rather than querying separate data sources or APIs for each.
When to use it
- Check current Bitcoin price and 24h change before placing a trade
- Pull Apple's daily OHLCV data for the past month to build a chart
- Look up high-impact USD economic events scheduled this week
- Get the latest headlines on Nvidia earnings for sentiment analysis
- Review weekly BTC price history over the past year
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What's happening with Tesla? Give me the price, recent news, and any upcoming events.
- 1Call get_stock_price with ticker 'TSLA' and timeframe '1d' to retrieve recent OHLCV data
- 2Call get_news_headlines with query 'Tesla Stock' to fetch the latest 50 headlines
- 3Call fetch_economic_calendar with importance 'High' to surface any market-moving events this week
- 4Summarize the price trend, top news themes, and relevant upcoming calendar events
Tesla closed at $X, down Y% over the past week. Recent headlines center on [topic]. A high-impact FOMC decision is scheduled for [date].