Install
openclaw skills install finance-watcherStock and cryptocurrency price monitoring with alerts and daily reports. Track your portfolio, set price alerts, and generate investment reports. No API key required.
openclaw skills install finance-watcherMonitor stock and cryptocurrency prices with ease. Set alerts, track your portfolio, and generate daily reports.
# Install
npm install
# Add assets to watchlist
finance-watcher add BTC --type crypto
finance-watcher add AAPL --type stock
# Check current prices
finance-watcher prices
# Set an alert
finance-watcher alert BTC --above 50000
# Generate report
finance-watcher report --output daily-report.md
| Command | Description |
|---|---|
add <symbol> | Add to watchlist (--type crypto/stock) |
remove <symbol> | Remove from watchlist |
list | Show watchlist |
prices | Get current prices |
alert <symbol> | Set price alert (--above, --below, --percent) |
check | Check all alerts |
report | Generate portfolio report |
Works great with: