Claude-skill-registry-data market-report

Create a structured market analysis report with regime, levels, catalysts, and risks.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/market-report" ~/.claude/skills/majiayu000-claude-skill-registry-data-market-report && rm -rf "$T"
manifest: data/market-report/SKILL.md
source content

Market Report

Produce a concise, structured market analysis report for a single asset.

When to use

  • User asks for market analysis, outlook, or trade plan.
  • User requests regime/trend/levels/catalysts/risk summary.

Inputs to confirm (ask if missing)

  • Asset (symbol + market: crypto/stocks/futures/forex)
  • Timeframe(s) (e.g., 1h/4h/1d)
  • Risk tolerance (low/medium/high)
  • Style (scalp/intraday/swing/position)
  • Data availability (quotes, indicators, news)

Process

  1. State data sources and whether any data is missing or stale.
  2. Separate facts vs assumptions.
  3. Provide a structured report with clear, labeled sections.
  4. Include invalidation levels and a brief disclaimer.

Output format (markdown)

# Market Analysis: <ASSET>

## Summary
- Direction/Bias:
- Confidence (0-100):
- Regime:

## Trend & Structure
- Trend (1h/4h/1d):
- Structure notes:

## Key Levels
- Support:
- Resistance:
- Invalidation:

## Catalysts
- Upcoming/Recent:

## Risks
- Primary risks:
- What would change the view:

## Plan (optional)
- Entry ideas:
- Stop:
- Targets:
- Position size guidance:

> Disclaimer: MarketBot provides research/analysis only. Not financial advice.

Style rules

  • Keep it concise and actionable.
  • Call out missing data explicitly.
  • Avoid execution claims without user confirmation.