Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

market-breadth-analyzer市场广度分析器

Agent Skill

market-breadth-analyzer 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,771

周安装

111

GitHub Stars

公开资料未说明

下载量

897
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:market-breadth-analyzer(市场广度分析器)
来源仓库:https://github.com/finskills/market-breadth-analyzer
安装命令:
openclaw skills install market-breadth-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install market-breadth-analyzer

简介

通过 Finskills API 使用上涨/下跌线、高于移动平均线的股票百分比以及新高/新低来衡量美国股市的广度。

SKILL.md

name
Market Breadth Analyzer
version
1.0.2
description
Measure US equity market breadth using advance/decline lines, percentage of stocks above moving averages, and new highs/lows via the Finskills API.
author
finskills
metadata
openclaw
requires
env
primaryEnv
FINSKILLS_API_KEY
homepage
https://github.com/finskills/market-breadth-analyzer

Market Breadth Analyzer

Assess internal market health and regime using breadth indicators from the Finskills API: advance/decline data, percentage of stocks above key moving averages, new highs vs. new lows, and short volume. Identify divergences between index price action and underlying breadth — the most reliable early warning system for market tops and bottoms.


Setup

API Key requiredRegister at https://finskills.net to get your free key. Header: X-API-Key: <your_api_key>

Get your API key: Register at https://finskills.net — free tier available, Pro plan unlocks real-time quotes, history, and financials.

When to Activate This Skill

Activate when the user:

  • Asks "is this rally broad-based or narrow?"
  • Wants to assess whether the market is healthy or deteriorating
  • Asks about advance/decline ratio, new highs/lows, or breadth divergence
  • Wants to understand if it's a good environment to be fully invested
  • Asks "are we in a bull or bear market internally?"

Data Retrieval — Finskills API Calls

1. Market Breadth Indicators

GET https://finskills.net/v1/free/market/breadth

Extract:

  • advancers: number of stocks advancing
  • decliners: number of stocks declining
  • unchanged: number of stocks flat
  • new52wHigh: stocks hitting 52-week highs
  • new52wLow: stocks hitting 52-week lows
  • pctAbove200MA: % of S&P 500 stocks trading above 200-day MA
  • pctAbove50MA: % of S&P 500 stocks trading above 50-day MA
  • advanceVolume: volume in advancing stocks
  • declineVolume: volume in declining stocks

2. Market Summary (Index Price Context)

GET https://finskills.net/v1/market/summary

Extract: S&P 500 and Nasdaq current level, daily change, YTD performance

3. Short Volume (Market Stress Signal)

GET https://finskills.net/v1/free/market/short-volume-top

Extract: list of most heavily shorted stocks today (ratio of short vol to total vol)


Analysis Workflow

Step 1 — Advance/Decline Analysis

Advance/Decline Ratio (ADR):

ADR = advancers / decliners
ADRSignal
> 3.0Strong breadth — broad rally
1.5–3.0Good breadth — healthy market
0.75–1.5Mixed breadth — selective market
0.25–0.75Weak breadth — narrow or declining market
< 0.25Very weak breadth — broad selloff

Volume-Weighted A/D:

Volume A/D = advanceVolume / declineVolume

If Volume ADR > ADR: Distribution (smart money selling into rally) — bearish signal If Volume ADR < ADR: Accumulation (buying on pullbacks) — bullish signal

Net New Highs/Lows:

Net New Highs = new52wHigh - new52wLow
  • Positive and growing: Strong bull market confirmation
  • Negative while index is rising: Breadth divergence ⚠️ (early warning signal)
  • Accelerating lows: Risk-off, potential broad decline

Step 2 — Moving Average Participation

Classify market health by % of stocks above key moving averages:

% Stocks Above 200-Day MA:

LevelMarket Health
> 70%Bull market — broad participation
50–70%Moderate — mixed conditions
30–50%Weakening — selective market
< 30%Bear market conditions

% Stocks Above 50-Day MA:

  • Leading indicator (shorter-term): signals shifts 2–4 weeks before 200MA
  • When 50MA% drops below 40% while 200MA% still > 60%: caution flag ⚠️

Step 3 — Breadth Divergence Detection

Bullish Divergence (oversold bounce setup):

  • Index near 52-week lows
  • But % stocks above 200MA is rising
  • ADR improving

→ Signal: Internal strength building before price recovers

Bearish Divergence (distribution signal):

  • Index near 52-week highs
  • But % stocks above 200MA is falling
  • New highs count shrinking (fewer stocks making highs)
  • Net new lows expanding

→ Signal: Market becoming a narrow rally — top risk elevated

Participation Narrowing: Calculate the ratio:

Narrowness Index = (leaders outperforming SPY with > 5% weight) / total S&P 500 constituents

If < 10 stocks are driving most of the index return, flag as "narrow rally" with high reversal risk.

Step 4 — Short Volume Stress Signals

Top heavily-shorted stocks signal areas of market stress:

  • If heavily shorted stocks are in key sectors: sector under significant bearish pressure
  • High short ratio on recent IPOs or hyper-growth names: speculative froth reducing
  • Short squeeze potential: stocks with high short ratio + positive news catalyst = snapback risk

Step 5 — Overall Market Health Score

Score each dimension and compute composite:

DimensionScore (1–5)
ADR (daily)5=very strong, 1=very weak
NetNewHighs5=expanding, 1=contracting
% > 200MA5= > 70%, 1= < 30%
% > 50MA5= > 65%, 1= < 35%
Vol. A/D Confirm5=confirmed, 3=neutral, 1=diverging

Market Health Score = avg of 5 dimensions (scale 1–5)

  • 4–5: Healthy bull market — stay invested
  • 3–4: Moderate — selective stock picking
  • 2–3: Weakening — raise cash, reduce risk
  • 1–2: Unhealthy — defensive positioning

Output Format

╔══════════════════════════════════════════════════════╗
║    MARKET BREADTH REPORT  —  {DATE}                 ║
╚══════════════════════════════════════════════════════╝

📊 MARKET INDEXES
  S&P 500:  {level}  {change}%  YTD: {ytd}%
  Nasdaq:   {level}  {change}%  YTD: {ytd}%
  Russell:  {level}  {change}%  YTD: {ytd}%

🩺 MARKET HEALTH SCORE: {X}/5  →  {HEALTHY / MODERATE / WEAKENING / UNHEALTHY}

📈 BREADTH DASHBOARD
  Advancers / Decliners:  {adv} / {dec}  (ADR: {ratio} — {Strong/Weak/Mixed})
  Volume Split:           {adv_vol}B advancing / {dec_vol}B declining
  Volume A/D Ratio:       {ratio} [{Accumulation/Distribution}]

  New 52-Week Highs:  {n}
  New 52-Week Lows:   {n}
  Net New Highs:      {+/-n}  [{Expanding/Contracting}]

  % Stocks > 200-Day MA: {%}  [{Bull/Moderate/Bear} zone]
  % Stocks > 50-Day MA:  {%}

🔍 DIVERGENCE CHECK
  Price vs. Breadth: {No divergence / BULLISH divergence / BEARISH divergence ⚠️}
  Detail: {Brief explanation of any divergence}
  Narrowing Rally Check: {Broad / Narrowing ⚠️}

📊 SHORT INTEREST SIGNALS
  Top Heavily Shorted Stocks Today:
    {TICKER}: {short_ratio}% short volume
    {TICKER}: {short_ratio}% short volume
  Signal: {Normal / Elevated stress in {sector}}

🎯 MARKET HEALTH ASSESSMENT
  Overall Verdict: {Healthy Bull / Mixed / Weakening / Risk-Off}

  Implication for Investors:
    ✅ {What to do if healthy}  OR
    ⚠️ {What to watch / reduce if weakening}

  Key indicator to monitor: {The metric most likely to confirm direction}

Limitations

  • Breadth indicators work best over 5–20 day windows; single-day readings can be noisy.
  • % above MA data depends on the data provider's stock universe (may cover S&P 500 constituents only).
  • Short volume data from the prior trading day (T+1 reporting lag for official FINRA data).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.66%
按下载量换算643

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills