finance-watcher
Finance Watcher tracks stock and cryptocurrency prices from free sources, letting you set alerts when prices hit your targets and generate daily portfolio reports. Build a watchlist of assets, check current prices anytime, and get notified automatically—all without needing API keys or registration.
Finance Watcher monitors stock and crypto prices with real-time alerts and portfolio tracking.
AI-generated summary based on this skill's SKILL.md
Install
berabuddies/Semia/finance-watcher · repository language: Python
git clone https://github.com/berabuddies/Semia
cp -r Semia/tests/fixtures/skills/su707181393-del/finance-watcher ~/.claude/skills/finance-watchernpx skillfed install berabuddies/Semia/finance-watcherFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What can finance-watcher do for monitoring stock and crypto prices?
Finance Watcher monitors stock and cryptocurrency prices from free sources in real time, letting you set alerts when prices hit your target entry and exit points. You can build a watchlist of assets, check current prices anytime, and receive automated notifications—all without needing API keys or registration.
How do I set price alerts for stocks and crypto with finance-watcher?
Finance Watcher lets you set price alerts for both stocks and cryptocurrencies by specifying your target prices. When an asset reaches your alert threshold, you'll receive a notification automatically. This works for entry points (buy signals) and exit points (sell signals) across your entire watchlist.
Can finance-watcher generate daily investment reports?
Yes, Finance Watcher generates automated daily investment reports for your portfolio. These reports track your watchlist performance and can be exported in markdown format, making it easy to review your asset performance and market trends without manual work.
Does finance-watcher require API keys or registration to use?
No, Finance Watcher requires no API keys or registration. It pulls stock and cryptocurrency price data from free sources, so you can start tracking your portfolio and setting alerts immediately without any setup barriers or account creation.
How does finance-watcher compare cryptocurrency and stock performance?
Finance Watcher lets you track and compare cryptocurrency and stock performance side by side in your watchlist. You can monitor assets like Bitcoin and Ethereum alongside stocks like AAPL, making it easy to see how different asset classes are performing relative to each other.
What license does finance-watcher use?
Finance Watcher is released under the Apache-2.0 license, which permits free use, modification, and distribution of the software under the terms specified by the Apache License 2.0.
SKILL.md
rendered from the published skill — quoted content, verbatim
Finance Watcher
Monitor stock and cryptocurrency prices with ease. Set alerts, track your portfolio, and generate daily reports.
Features
- ✅ Real-time Prices - Crypto (CoinGecko) & Stocks (Yahoo Finance)
- ✅ Price Alerts - Get notified when prices hit your targets
- ✅ Portfolio Tracking - Watchlist for all your assets
- ✅ Daily Reports - Markdown reports with price changes
- ✅ No API Key - Free data sources, no registration needed
Quick Start
```bash
Install
npm install
Add assets to watchlist
finance-watcher add BTC --type crypto finance-watcher add
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 10 files
tests/fixtures/skills/su707181393-del/finance-watcher/README.md
tests/fixtures/skills/su707181393-del/finance-watcher/SKILL.md
tests/fixtures/skills/su707181393-del/finance-watcher/_meta.json
tests/fixtures/skills/su707181393-del/finance-watcher/bin/finance-watcher.js
tests/fixtures/skills/su707181393-del/finance-watcher/lib/alerts.js
tests/fixtures/skills/su707181393-del/finance-watcher/lib/crypto.js
tests/fixtures/skills/su707181393-del/finance-watcher/lib/reporter.js
tests/fixtures/skills/su707181393-del/finance-watcher/lib/stock.js
tests/fixtures/skills/su707181393-del/finance-watcher/package-lock.json
tests/fixtures/skills/su707181393-del/finance-watcher/package.json