trading

trading is a skill for Claude Code, Codex from ntaffzii/Skill-Agents. It costs 75 tokens per session (1,065 once invoked), scanned A, original, MIT.

A collection of skills for reviewing markets, managing investment risk, screening dividend and value investments, and keeping a trade journal.

In plain words
What is it for?
Use it for market-condition checks, portfolio exposure, position sizing, drawdown limits, dividend and value screens, portfolio reviews, and trade records.
Why use it?
It organizes several investing tasks into a repeatable workflow while leaving the trading decision to the user; it does not place trades or provide signals.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for market-condition checks, portfolio exposure, position sizing, drawdown limits, dividend…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ntaffzii/skill-agents/trading
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 ntaffzii/Skill-Agents --skill trading
Clone the repo
git clone --depth 1 https://github.com/ntaffzii/Skill-Agents

Made for: Claude Code, Codex.

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 trading

README.md
[![agentmods](https://agentmods.dev/badge/skills/ntaffzii/skill-agents/trading.svg)](https://agentmods.dev/skills/ntaffzii/skill-agents/trading)
Your own site
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/trading"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/trading.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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.00075 $0.01065
Opus 5 $0.00037 $0.00532
Sonnet 5 $0.00015 $0.00213
Haiku 4.5 $0.00007 $0.00106

Measured 6d ago against content hash 4e40bc920316, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

trading 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 6d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (backtest-expert/backtest.py, drawdown-circuit-breaker/gate.py, exposure-coach/posture.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/trading/SKILL.md · 43 lines

How it starts

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

Trading Skills

Use this skill to find the right trading/investing skill in skills/trading/.

Purpose

skills/trading/ is a workflow toolkit for a time-constrained individual investor — long-term/dividend/ETF core holdings, plus disciplined swing trading as a satellite strategy, plus general market-awareness. It structures market review, risk management, and trade journaling. It is not a signal service and does not place trades. Every skill in this category treats the human as the decision-maker; the skills compute numbers and structure checklists, they don't recommend trades.

Pattern inspired by tradermonty/claude-trading-skills (MIT) — see NOTICE.md for attribution. That source repo has 71 skills; this starter set (9 skills) covers the three areas actually in use here (long-term/dividend investing, disciplined swing trading, general market awareness) rather than replicating the full catalog. Expand it the same way thai/ was expanded — pick one gap at a time, verify it, register it.

Skills in this category

Skill Purpose Area
market-breadth-analyzer % of a universe trading above a moving average, from a CSV Market regime
uptrend-analyzer % of a universe in an established "stage 2" uptrend structure Market regime
exposure-coach Combines breadth + uptrend + drawdown state into one exposure-ceiling read Market regime
position-sizer Risk-based share sizing (fixed-fractional, ATR-based, Kelly) Swing / risk
drawdown-circuit-breaker Mechanical size-reduction/halt rule after account drawdown Swing / risk
portfolio-manager Periodic core-portfolio review checklist (concentration, rebalance, dividends) Core portfolio
dividend-value-screener Value/dividend-quality screening checklist, yield-trap detection Core portfolio
trader-memory-core Trade journal schema + win rate / R-multiple / expectancy stats Trade memory
backtest-expert Simulate a long-only rule (or MA-crossover) against historical prices — win rate, drawdown, profit factor Strategy validation

Read the full file on GitHub · 43 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. 6d ago First seen · 43 lines · 75 tokens per session scan A 4e40bc920316

Subscribe to this mod's changes

trading is a skill published in the GitHub repository ntaffzii/Skill-Agents (4 stars, last pushed 4d ago), licensed MIT. It adds 75 tokens to every session and 1,065 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-31.