skills/trading/SKILL.md
Manage TastyTrade brokerage accounts — monitor portfolios, analyze options with Greeks, place and manage multi-leg orders, and stream real-time market data. Use when the user asks about account balances, positions, options chains, IV rank, order placement, watchlists, or market status.
npx skillsauth add ferdousbhai/tasty-agent tradingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Interact with TastyTrade brokerage accounts via the tasty-agent MCP server. Covers portfolio monitoring, market data streaming, options analysis, and order management with built-in rate limiting (2 req/s).
market_status to confirm the relevant exchange is open before placing orders or fetching live quotes.account_overview with include=["balances","positions"] to see net liquidating value and current holdings.get_quotes for real-time stock/option/futures quotes via DXLink streamingget_greeks for delta, gamma, theta, vega, rho on specific option contractsget_market_metrics for IV rank, IV percentile, beta, and liquidity across symbolssearch_symbols to look up tickers by nameaccount_overview, check Greeks for risk, and confirm the user's intent before proceeding.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.get_history for transaction or order history, list_orders for live orders, and watchlist to manage symbol lists.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.replace_order(order_id) to reprice at current mid.place_order resolves the exact instrument quote and validates the signed net limit against the current bid/ask market.Day, GTC, GTD, Ext, Ext Overnight, GTC Ext, GTC Ext Overnight, IOC.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.data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.