Breadth Chart Analyst for Openclaw

A specialized technical analysis skill for interpreting market breadth and uptrend ratio charts to generate strategic positioning and tactical trading signals.

veeramanikandanr48
v0.1.1
Jan 31, 2026
6
3.1k
12

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install breadth-chart-analyst

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install breadth-chart-analyst using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Breadth Chart Analyst?

The Breadth Chart Analyst is a sophisticated tool designed for Openclaw Skills that enables deep technical analysis of market health. It focuses on two primary indicators: the S&P 500 Breadth Index (based on the 200-Day Moving Average) and the US Stock Market Uptrend Stock Ratio. By synthesizing these charts, the skill provides a dual-timeframe perspective that covers both medium-term strategic outlooks and short-term swing trading tactics.

This skill is built upon backtested strategies and systematic signal identification, moving away from discretionary guesswork toward objective, data-driven decision making. It helps developers and investors identify market regimes, ranging from healthy bull markets to extreme oversold capitulation events, ensuring that every recommendation is backed by historical patterns and clear technical markers.

Breadth Chart Analyst Use Cases

  • Analyzing S&P 500 breadth chart images to determine current market cycle stages.
  • Identifying high-probability buy and sell signals based on 8-day and 200-day moving average reversals.
  • Assessing short-term tactical timing for swing trades using the Uptrend Stock Ratio transitions.
  • Generating comprehensive, English-language market reports for investment strategy meetings.
  • Validating market sentiment by detecting failed reversals and death/golden cross formations.

How Breadth Chart Analyst Works

  1. The agent receives one or more chart images from the user and identifies whether they represent the 200MA Breadth Index or the Uptrend Stock Ratio.
  2. It references internal methodology documents and sample assets to establish threshold baselines and signal markers.
  3. A mandatory trend analysis is performed on the rightmost data points to capture the most recent market trajectory, ensuring accuracy over historical noise.
  4. The skill applies backtested strategy rules to determine the current signal status, such as Confirmed Buy, Developing, or Failed Reversal.
  5. Finally, it generates a structured Markdown report including executive summaries, probability-weighted scenarios, and specific positioning recommendations.

Breadth Chart Analyst Setup

To utilize this skill within your Openclaw Skills environment, ensure you have the necessary reference files in your repository:

# Structure the references and assets directories
mkdir -p references assets

# Ensure the methodology and templates are present
touch references/breadth_chart_methodology.md
touch assets/breadth_analysis_template.md

Once files are in place, simply provide a JPEG or PNG of a market breadth chart to the agent to initiate the analysis workflow.

Breadth Chart Analyst Data Schema & Taxonomy

The skill organizes its analysis and output using a standardized schema for consistency and clarity:

Component File/Format Purpose
Strategic Chart SP500_Breadth_Index_200MA_8MA.jpeg Reference for 200MA/8MA signals and 73%/23% thresholds.
Tactical Chart US_Stock_Market_Uptrend_Ratio.jpeg Reference for red/green trend phases and 10%/40% levels.
Methodology breadth_chart_methodology.md Contains the backtested rules and interpretation logic.
Report Template breadth_analysis_template.md Defines the structure for English-language analysis output.
Output File breadth_combined_analysis_[DATE].md The final generated report for the user.

Breadth Chart Analyst Advanced Features

  • Failed Reversal Detection: Automatically identifies and warns against invalid signals when a bounce fails to sustain momentum.
  • Multi-Chart Alignment Matrix: Synchronizes strategic and tactical views into a single positioning recommendation.
  • Automated Quality Assurance: Performs a 14-point check to verify line color identification, slope accuracy, and strategy adherence.
  • Probability Scenario Modeling: Generates Base, Alternative, and Bear case scenarios with assigned probability estimates for better risk management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*