trading

trading is a skill for Claude Code from ferdousbhai/tasty-agent. It costs 59 tokens per session (729 once invoked), scanned A, original, MIT.

A skill for managing TastyTrade brokerage accounts, including balances, holdings, options data, market prices, and orders. Options are contracts whose value depends on an underlying asset; Greeks measure how their risks change.

In plain words
What is it for?
Use it to monitor portfolios, inspect options chains and Greeks, stream market data, manage watchlists, and place, change, or cancel multi-leg orders.
Why use it?
It provides a defined process for checking market status, reviewing account risk, researching trades, and requiring confirmation before an order is placed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tasty plugin — 1 skill, 1 command shipped together

Good fit Use it to monitor portfolios, inspect options chains and Greeks, stream market data, manage watchlists, and place, change, or cancel multi-leg orders.

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

Made for: Claude Code.

Or install tasty, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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/ferdousbhai/tasty-agent/trading/github.svg)](https://agentmods.dev/skills/ferdousbhai/tasty-agent/trading)
Your own site
<a href="https://agentmods.dev/skills/ferdousbhai/tasty-agent/trading"><img src="https://agentmods.dev/badge/skills/ferdousbhai/tasty-agent/trading/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 trading

Your own site · 80×15
<a href="https://agentmods.dev/skills/ferdousbhai/tasty-agent/trading"><img src="https://agentmods.dev/badge/skills/ferdousbhai/tasty-agent/trading.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 729 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.00729
Opus 5 $0.00030 $0.00365
Sonnet 5 $0.00012 $0.00146
Haiku 4.5 $0.00006 $0.00073

Measured 9d ago against content hash 6d2eed094d1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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.

skills/trading/SKILL.md · 36 lines

How it starts

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

TastyTrade Trading

Interact with TastyTrade brokerage accounts via the tasty-agent MCP server. Covers portfolio monitoring, market data streaming, options analysis, and order management.

Workflow

  1. Check market status — call market_status to confirm the relevant exchange is open before placing orders or fetching live quotes.
  2. Review account state — use account_overview with include=["balances","positions"] to see net liquidating value and current holdings.
  3. Research — gather data with the appropriate tool:
    • get_quotes for real-time stock/option/futures quotes via DXLink streaming
    • get_greeks for delta, gamma, theta, vega, rho on specific option contracts
    • get_market_metrics for IV rank, IV percentile, beta, and liquidity across symbols
    • search_symbols to look up tickers by name
  4. Plan the trade — verify positions with account_overview, check Greeks for risk, and confirm the user's intent before proceeding.
  5. Execute — use place_order for new orders, replace_order to reprice existing live orders at the current mid, or cancel_order to cancel. Always require explicit user confirmation before placing.
  6. Track — use get_history for transaction or order history, list_orders for live orders, and watchlist to manage symbol lists.

Key Rules

  • Never place orders without explicit user confirmation.
  • Equity and option legs use Buy to Open, Buy to Close, Sell to Open, Sell to Close; futures use Buy or Sell.
  • place_order always uses quote-derived mid pricing; do not pass raw prices.
  • place_order aligns prices to the broker's valid tick grid; do not retry unchanged if tick-size data is unavailable.
  • quantity is the actual share/contract count. For dollar-budget orders, pass top-level target_value and omit quantity for single-leg orders. For multi-leg spreads with target_value, use quantity only to express the leg ratio, such as 1:1 or 2:1.
  • For replacing an order, call replace_order(order_id) to reprice at current mid.
  • Do not use underlying stock quotes as option order prices. place_order resolves the exact instrument quote and validates the signed net limit against the current bid/ask market.
  • Tool outputs are intentionally compact; use the returned bid/ask/mid, sizing, warnings, and order summaries rather than expecting full SDK dumps.
  • Supported time-in-force values: Day, GTC, GTD, Ext, Ext Overnight, GTC Ext, GTC Ext Overnight, IOC.
  • Use get_history(type="transactions") for trade/money history (default 90 days) and type="orders" for order history (default 7 days). Paginate with page_offset and limit.
  • watchlist(action="list") without a name returns watchlist metadata only. Call it again with name to fetch symbols for a specific watchlist.

Read the full file on GitHub · 36 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. 9d ago First seen · 36 lines · 59 tokens per session scan A 6d2eed094d1b

Subscribe to this mod's changes

trading is a skill published in the GitHub repository ferdousbhai/tasty-agent (84 stars, last pushed 7d ago), licensed MIT. It adds 59 tokens to every session and 729 once invoked, about $0.0003 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

trader-hand-skill

Expert knowledge for autonomous market intelligence and trading — technical analysis, risk management, Alpaca API, financial data sources.

RightNow-AI/openfang · 28 tokens

quantdata-daily-bias

Reads rolling Brooks price-action events for a stock, ETF, futures contract, FX pair or crypto pair from the Quant Data Brooks Events API — range breakouts with measured failure rates and a calibrated per-event estimate, breakout follow-through, range position, long-range breakouts and climactic spikes — together with…

celineycn/quantdata-plugin · 167 tokens

quantdata-max-pain

Looks up options positioning for US stocks and ETFs — max pain, open-interest call and put walls, put/call ratio, and estimated dealer gamma exposure (GEX) with the zero gamma flip level. Reads Quant Data's free public pages when no API key is set, and prefers the JSON endpoints /v1/maxpain and /v1/gamma when…

celineycn/quantdata-plugin · 140 tokens

quantdata-weis-wave

Reads Weis Wave volume-price structure for a symbol from the Quant Data Weis Wave API — current wave direction and volume, recent completed waves, and detected events (climax-into-buying, no-supply, no-demand, sign-of-thrust) each carrying its pre-registered measured win rate. Use when the user asks about volume…

celineycn/quantdata-plugin · 114 tokens

helium-mcp

Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ articles and 5,000+ sources.

aboalrejal-ai/skills · 46 tokens

alien-plugg-x402

38 paid x402 API endpoints for AI agents — Zora crypto analysis, Robinhood Chain tokenized stocks, on-chain intelligence, whale tracking, and utilities. MCP-compatible. Flat $0.003/call via USDC micropayments on Base.

michaelhutchings626-hub/alien-plugg-x402 · 57 tokens