analyze-us30

analyze-us30 is a skill for Claude Code from mahmoud20138/Tradecraft. It costs 73 tokens per session (1,813 once invoked), scanned A, original, MIT.

A preset command for analysing US30, a CFD that follows the Dow Jones Industrial Average, with settings for its trading sessions, earnings sensitivity and response to Federal Reserve interest-rate decisions.

In plain words
What is it for?
Use it to request US30 or Dow analysis for different timeframes and trading styles, including standard, conservative, scalp and swing modes.
Why use it?
It saves the user from configuring the US30 symbol and index-specific analysis assumptions each time.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: positional $N argument.

Part of the tradecraft plugin — 58 skills shipped together

Good fit Use it to request US30 or Dow analysis for different timeframes and trading styles, including standard, conservative, scalp and swing modes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahmoud20138/tradecraft/analyze-us30
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mahmoud20138/Tradecraft --skill analyze-us30
Clone the repo
git clone --depth 1 https://github.com/mahmoud20138/Tradecraft

Made for: Claude Code.

Or install tradecraft, the plugin that ships this one along with the rest of its 58 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyze-us30

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahmoud20138/tradecraft/analyze-us30/github.svg)](https://agentmods.dev/skills/mahmoud20138/tradecraft/analyze-us30)
Your own site
<a href="https://agentmods.dev/skills/mahmoud20138/tradecraft/analyze-us30"><img src="https://agentmods.dev/badge/skills/mahmoud20138/tradecraft/analyze-us30/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyze-us30

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahmoud20138/tradecraft/analyze-us30"><img src="https://agentmods.dev/badge/skills/mahmoud20138/tradecraft/analyze-us30.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,813 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01813
Opus 5 $0.00036 $0.00907
Sonnet 5 $0.00015 $0.00363
Haiku 4.5 $0.00007 $0.00181

Measured 11d ago against content hash 1a34da8ad342, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

analyze-us30 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/tradecraft/skills/analyze-us30/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Analyze US30 — Combination Command

Pre-configured wrapper around pair-analyze for US30 (Dow Jones Industrial Average CFD) with index-specific calibration. Pick this when the user says "analyze US30" or "Dow setup" so defaults match how the index actually trades.

Invocation

/tradecraft:analyze-us30 [TIMEFRAME] [MODE]

# Examples
/tradecraft:analyze-us30              # defaults: H1, standard
/tradecraft:analyze-us30 H4 conservative
/tradecraft:analyze-us30 M15 scalp
/tradecraft:analyze-us30 D1 swing

Arguments are exposed via $ARGUMENTS. Symbol is locked to US30.

What This Wrapper Does

  1. Binds symbol = US30 (also accepts broker variants: US30.cash, DJ30, YM, DOW — normalize before dispatch).
  2. Applies US30-specific overrides (see below).
  3. Delegates to the pair-analyze pipeline.
  4. Returns the same JSON output contract as pair-analyze, plus a us30_context block.

US30-Specific Calibration

Aspect Override vs. generic pair-analyze
Pip / point 1.0 USD per unit — price quoted to 1 decimal
Typical spread 1.0 – 3.0 during cash session; 4.0 – 10.0 overnight
Active sessions US pre-market and cash session (12:00 – 21:00 UTC)
Dead zone Asian session — wide spreads, low volume, gap risk
Volatility reference H1 ATR(14) typically 60–160 pts; >250 = elevated
SL minimum Max(structure-based, 0.8 × H1 ATR, 40 pts)
High-impact drivers FOMC, CPI, NFP, ISM, mega-cap earnings (AAPL/MSFT/GS/UNH), yields
News gate buffer 15 min before / 45 min after red-folder USD events
Correlation to monitor SPX (high positive), VIX (inverse), USTs (context), DXY (weak inverse)
Gap behavior Weekend and overnight gaps are common — open positions past cash close at risk

Mode Defaults Adjusted for US30

Mode Per-trade risk Min R:R Notes
conservative 0.5% 3.0 H4/D1 only; avoid FOMC week and earnings peaks
standard 1.0% 2.0 H1/H4; cash session only
aggressive 1.5% 1.5 H1/M15; first 90 min of US open, or post-FOMC trend
scalp 0.5% 1.5 M5/M15; cash session only — never overnight
swing 1.0% 3.0 H4/D1; align with SPX and breadth trend

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 141 lines · 73 tokens per session scan A 1a34da8ad342

Subscribe to this mod's changes

analyze-us30 is a skill published in the GitHub repository mahmoud20138/Tradecraft (15 stars, last pushed 4mo ago), licensed MIT. It adds 73 tokens to every session and 1,813 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

etf-premium

Calculate ETF premium/discount vs NAV via Yahoo Finance, and decompose single-day surges into NAV-driven vs structural components (gamma squeeze, dealer hedging, blocked AP arbitrage). Use whenever the user asks about an ETF's premium or discount, NAV comparison, why an ETF diverged from its holdings, or how much of a…

himself65/finance-skills · 223 tokens

stock-liquidity

Analyze stock liquidity using bid-ask spreads, volume profiles, order book depth, market impact estimates, and turnover ratios via Yahoo Finance data. Use this skill whenever the user asks about liquidity, trading costs, bid-ask spread, market depth, volume analysis, slippage, market impact, turnover ratio, or how…

himself65/finance-skills · 188 tokens

tradingview-reader

Read TradingView desktop app for market data, news, alerts, watchlists, and screener results using opencli (read-only). Use this skill whenever the user wants quotes, options chains, options expiries, screener results across stocks/crypto/forex/futures/bonds, gainers/losers/movers, news headlines or full story bodies…

himself65/finance-skills · 247 tokens

company-valuation

Estimate the intrinsic value of a public company using DCF, relative (peer multiple) and sum-of-parts (SOTP) methods, then triangulate to an implied share price with upside/downside versus the current market price. Use this skill whenever the user asks: "what is AAPL worth", "valuation of NVDA", "fair value of TSLA"…

himself65/finance-skills · 234 tokens

sepa-strategy

Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) methodology. Use this skill whenever the user mentions SEPA, Minervini, superperformance, trend template, VCP (Volatility Contraction Pattern), Stage 2 uptrend, stage analysis, pivot point breakout, or asks about growth stock screening…

himself65/finance-skills · 194 tokens

stock-correlation

Analyze stock correlations to find related companies and trading pairs. Use when the user asks about correlated stocks, related companies, sector peers, trading pairs, or how two or more stocks move together. Triggers: "what correlates with NVDA", "find stocks related to AMD", "correlation between AAPL and MSFT"…

himself65/finance-skills · 208 tokens