← 返回
数据分析 中文

US Stock Radar

Professional US stock radar for screening, deep dives, and watchlist alerts using public market data. Use when the user wants ranked stock candidates, A/B/C/...
使用公开市场数据的专业美股雷达,用于筛选、深度分析和自选提醒。适用于需要按排名筛选股票候选(A/B/C...)的场景。
spyfree
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 608
下载
💾 30
安装
1
版本
#latest

概述

US Stock Radar

Run a practical US stock workflow in 3 modes:

  • screener: rank a ticker universe by multi-factor signal score
  • deep-dive: analyze one ticker with fundamentals + technical proxies
  • watchlist: monitor custom tickers and output alert candidates

This skill is a read-only heuristic market workflow, not a full institutional research terminal. Public free endpoints may be partial, delayed, or rate-limited; surface those gaps explicitly.

Workflow

  1. Run scripts/us_stock_radar.py with the appropriate mode.
  2. Read JSON output first; treat it as the source of truth.
  3. Explain conclusions with explicit caveats, confidence, and data gaps.
  4. Avoid deterministic predictions; present signal grade, trigger reasons, and partial-data warnings.
  5. If some endpoints fail, continue with degraded coverage and expose the reduction in confidence.

Quick Audit Path

For a fast review:

  1. Run python3 skills/us-stock-radar/scripts/us_stock_radar.py --sources
  2. Run python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode screener --json
  3. Confirm the script only performs read-only public HTTP requests.
  4. Verify that availability, data_gaps, and degraded_mode are exposed when coverage is partial.

Commands

python3 skills/us-stock-radar/scripts/us_stock_radar.py --sources
python3 skills/us-stock-radar/scripts/us_stock_radar.py --version
python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode screener --tickers "AAPL,MSFT,NVDA,AMZN,GOOGL"
python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode deep-dive --ticker AAPL --audience pro
python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode deep-dive --ticker TSLA --audience beginner --lang zh
python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode watchlist --tickers "AAPL,NVDA,TSLA" --event-mode high-alert
python3 skills/us-stock-radar/scripts/us_stock_radar.py --mode screener --json

Safety / Scope Boundary

  • Read-only skill: query public market endpoints only.
  • Use no authentication, cookies, brokerage accounts, or private APIs.
  • Place no orders, execute no trades, and mutate no portfolio state.
  • Write no files and send no outbound messages as part of normal use.
  • Produce analysis only; not investment advice.

Output Policy

  • Default language behavior: auto.
  • If --lang auto and the prompt contains Chinese, switch final narrative to Chinese.
  • If --lang auto and no Chinese is detected, use English.
  • --json output is language-neutral.
  • Always include:
  • as_of_utc
  • mode
  • event_mode
  • availability
  • data_gaps
  • degraded_mode
  • confidence
  • sources
  • heuristic notes / caveats
  • Audience modes:
  • pro: concise signal summary
  • beginner: plain-language interpretation
  • Event modes:
  • normal
  • high-alert (stricter thresholds)

Scoring (A/B/C/D)

Signal score combines heuristic checks such as:

  • valuation range (PE)
  • RSI health
  • volume expansion
  • price vs MA50
  • revenue growth
  • ROE quality

Grades:

  • A: score >= 5
  • B: score = 4
  • C: score = 2-3
  • D: score <= 1

Interpretation Guardrails

  • Grades are heuristic summaries, not price targets.
  • Missing fundamentals should lower confidence rather than silently default bullish/bearish.
  • Free-market endpoints can be delayed, partially populated, or blocked by region.
  • Premarket / scheduled workflows should keep timestamps explicit.

Data Sources

  • Yahoo Finance quote API: /v7/finance/quote
  • Yahoo Finance chart API: /v8/finance/chart
  • Yahoo Finance quoteSummary API: /v10/finance/quoteSummary
  • Stooq public fallback: daily quote / history CSV endpoints

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

AI Displacement Monitor

spyfree
监测AI驱动的白领劳动替代及宏观金融溢出的早期预警信号,适用于需要实际指标框架的情形。
★ 0 📥 963
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,049
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,526