LaunchKit · 2026
Back to Skills

finance-watcher

Stock and cryptocurrency price monitoring with alerts and daily reports.

0
0 downloads
by @su707181393-del

Setup & Installation

openclaw skills install @su707181393-del/finance-watcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install finance-watcher

What This Skill Does

finance-watcher is a CLI tool for monitoring stock and cryptocurrency prices. It pulls data from CoinGecko and Yahoo Finance without requiring API keys or account registration. You can track a watchlist, set price alerts, and export markdown reports.

Uses CoinGecko and Yahoo Finance free APIs so you get real-time crypto and stock data with no account signup or key management.

When to use it

  • Checking live BTC price before placing a trade
  • Setting an alert when AAPL falls below a target buy price
  • Generating a daily markdown summary of portfolio performance
  • Comparing crypto and stock returns side by side
  • Scheduling automated price checks with a cron job

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Track ETH and TSLA, alert me if ETH drops below $2000, and generate a report

AGENT
  1. 1Runs `finance-watcher add ETH --type crypto` to add Ethereum to the watchlist
  2. 2Runs `finance-watcher add TSLA --type stock` to add Tesla
  3. 3Runs `finance-watcher alert ETH --below 2000` to set the price alert
  4. 4Runs `finance-watcher check` to verify current alert status
  5. 5Runs `finance-watcher report --output daily-report.md` to generate the portfolio summary
OUTPUT

Watchlist contains ETH and TSLA, a below-$2000 alert is set for ETH, and daily-report.md is written with current prices and changes