A specialized technical analysis skill for interpreting market breadth and uptrend ratio charts to generate strategic positioning and tactical trading signals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install breadth-chart-analyst
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A comprehensive framework for analyzing brand identity, conducting professional audits, and generating actionable brand guidelines.

A comprehensive self-hosted authentication framework for TypeScript and Cloudflare Workers with native support for 15+ enterprise-grade plugins.

A systematic framework for stress-testing and validating quantitative trading strategies to ensure real-world robustness.

A full-stack authentication pattern for Microsoft Entra ID using MSAL.js in React and JWT validation via the jose library in Cloudflare Workers.

A specialized tool for generating production-ready CI/CD configurations for GitHub Actions, GitLab CI, and CircleCI to automate testing and deployment.

A comprehensive toolkit for building autonomous AI agents with Claude, featuring robust error prevention and structured JSON outputs.








































