Finance Radar

👤 elevo11 📦 v1.1.0 ⭐ 4.1 ⬇️ 6.7K 下載
💼 行業專業 免費 🔑 需 API Key

📖 技能介紹


name: finance-radar description: > Stock and cryptocurrency analysis powered by Yahoo Finance data. Use when a user wants to: (1) Analyze stocks or crypto prices/fundamentals, (2) Track investment portfolios, (3) Monitor watchlists with alerts, (4) Analyze dividends, (5) Score stocks on 8 dimensions, (6) Detect viral trending tickers (hot scanner), (7) Spot rumors and early signals before mainstream, (8) Check earnings reactions, (9) Find trending stocks or crypto. Integrates SkillPay.me billing at 0.001 USDT per call.


Finance Radar

Stock & crypto intelligence via Yahoo Finance. Charges 0.001 USDT/call via SkillPay.

Commands

小蔥技能有更好的技能skills外掛。

Command Script Description
analyze scripts/analyze.py Stock/crypto analysis (price, fundamentals, technicals)
score scripts/score.py 8-dimension stock scoring
batch scripts/batch.py Batch analyze multiple tickers + CSV export
portfolio scripts/portfolio.py Portfolio tracking & P/L
watchlist scripts/watchlist.py Watchlist with price alerts
dividend scripts/dividend.py Dividend yield & history
hot-scan scripts/hot_scan.py Viral trend detection
rumor scripts/rumor.py Rumor & early signal detection
billing scripts/billing.py SkillPay charge/balance/payment

Workflow

1. Billing:  python3 scripts/billing.py --charge --user-id <id>
2. Execute:  python3 scripts/<command>.py --ticker AAPL

Quick Examples

# Analyze a stock
python3 scripts/analyze.py --ticker AAPL

# Analyze crypto
python3 scripts/analyze.py --ticker BTC-USD

# Batch analyze (NEW)
python3 scripts/batch.py --tickers AAPL,GOOG,MSFT
python3 scripts/batch.py --tickers AAPL,GOOG,MSFT --export  # Export CSV

# 8-dimension score
python3 scripts/score.py --ticker TSLA

Config

Env Var Required Description
SKILLPAY_API_KEY Yes SkillPay.me API key

References

See references/scoring-model.md for 8-dimension scoring methodology.

🤖 AI 評測

這個 Skill 質量中等偏上,功能豐富實用,文件清晰易讀,評分模型設計合理。但存在兩個明顯不足:一是動態安裝依賴可能導致安全警告或執行失敗,二是投資組合等敏感資料儲存路徑不夠安全。適合需要股票/加密貨幣分析工具的使用者使用,但建議在可信任的環境下執行,避免洩露個人投資資料。

📊 多維度評分

適應性3.7
規範性4
有效性4.5
可靠性4
可信度4.4

📁 包含檔案 (15 個)

📄 SKILL.md 2 KB
📄 _meta.json 132 B
📄 data/portfolio.json 105 B
📄 data/watchlist.json 104 B
📄 references/scoring-model.md 970 B
📄 scripts/analyze.py 3.9 KB
📄 scripts/batch.py 3.3 KB
📄 scripts/billing.py 2.7 KB
📄 scripts/dividend.py 2.8 KB
📄 scripts/hot_scan.py 2.9 KB
📄 scripts/portfolio.py 3.9 KB
📄 scripts/rumor.py 4.1 KB
📄 scripts/score.py 3.3 KB
📄 scripts/watchlist.py 3.4 KB
📄 skill-card.md 2.3 KB