sector-analyst

Fetch sector uptrend data from a public CSV and analyze sector rotation patterns.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill sector-analyst-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sector-analyst
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-market-analysis/skills/sector-analyst
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill sector-analyst-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Sector rotation analysis often requires consolidating sector-level data, validating market-cycle positioning, and producing a structured narrative; this skill streamlines that workflow.

Core Features & Use Cases

  • Fetch sector uptrend data from public CSV sources (no API key required) and compute rankings, risk regime scores, and cycle phase estimates.
  • Accept optional chart images to augment data-driven insights with industry-level context.
  • Produce a structured sector-rotation analysis report including executive summary, current situation, and scenario planning.

Quick Start

Run python3 scripts/analyze_sector_rotation.py to generate the sector rotation analysis from the public CSV dataset.

Frequently Asked Questions about sector-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze sector rotation patterns from CSV data?

Sector rotation analysis fetches sector uptrend data from a public CSV, computes risk regime scores, and estimates market cycle phases without API keys. You run a local Python script to generate a structured report covering current situation and scenario planning.

What is sector rotation analysis and when do I need it?

Sector rotation analysis tracks cyclical versus defensive sector positioning to estimate market cycle phases. You need it when validating market-cycle positioning, identifying overbought or oversold signals, and consolidating sector-level data into a structured narrative for timing decisions.

Do I need an API key to fetch sector uptrend data for market cycle analysis?

No API key is required to fetch sector uptrend data for market cycle analysis. The process retrieves data directly from public CSV sources and runs locally using a Python script, eliminating external authentication barriers for sector rotation computations.

Can I use chart images to augment CSV-based sector rotation insights?

Yes, you can supply optional chart images to augment CSV-based sector rotation insights. The analysis integrates these visual inputs to provide supplementary industry-level context alongside computed rankings and cycle phase estimates.

What's the best way to estimate market cycle phases from sector data?

The best way to estimate market cycle phases is computing risk regime scores and cyclical versus defensive positioning from public CSV sector data. This approach produces structured scenario planning and executive summaries without external API dependencies.

What are the limitations of using public CSV data for sector rotation analysis?

Using public CSV data for sector rotation analysis requires a local Python environment and depends on the CSV's data freshness and coverage. It does not support real-time streaming or automated API updates, meaning overbought and oversold signals rely on static snapshots.