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.
npx agentmods add skills/nirholas/three.ws/savvy-tradernpx skills add nirholas/three.ws --skill savvy-tradergit clone --depth 1 https://github.com/nirholas/three.wsWrote 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.
[](https://agentmods.dev/skills/nirholas/three.ws/savvy-trader)<a href="https://agentmods.dev/skills/nirholas/three.ws/savvy-trader"><img src="https://agentmods.dev/badge/skills/nirholas/three.ws/savvy-trader.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.01002 |
| Opus 5 | $0.00020 | $0.00501 |
| Sonnet 5 | $0.00008 | $0.00200 |
| Haiku 4.5 | $0.00004 | $0.00100 |
Grade A, and why
savvy-trader 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Savvy Trader AI Skill
Retrieve daily OHLCV (Open, High, Low, Close, Volume) price data and real-time quotes for stocks and crypto assets via the Savvy Trader AI plugin API. Designed for straightforward price lookups and multi-asset daily summaries.
Quick Reference
| Function | Description | Auth Required |
|---|---|---|
getSummaries |
Daily OHLCV summary for one or more symbols | No |
getQuotes |
Real-time quote with price and change data | No |
Function Specifications
getSummaries
Returns daily OHLCV data for the requested symbols and date range.
Parameters:
- symbols (required): Array of ticker symbols — e.g.,
["AAPL", "BTC", "ETH"] - date (optional): ISO date string for a specific trading day — e.g.,
"2024-12-31". Defaults to the most recent trading day. - range (optional): Number of days of history to return — e.g.,
7,30,90
Response fields per symbol:
{
"symbol": "AAPL",
"date": "2024-12-31",
"open": 185.20,
"high": 188.44,
"low": 184.60,
"close": 187.15,
"volume": 52340000,
"changePercent": 1.05
}
getQuotes
Returns the current price and change metrics for one or more symbols.
Parameters:
- symbols (required): Array of ticker symbols
Response fields per symbol:
{
"symbol": "BTC",
"price": 67420.50,
"change": 1240.00,
"changePercent": 1.87,
"volume": 28500000000,
"timestamp": "2024-12-31T18:30:00Z"
}
Supported Asset Classes
- US Equities: NYSE and NASDAQ-listed stocks (e.g.,
AAPL,TSLA,NVDA) - ETFs: Major ETFs (e.g.,
SPY,QQQ,GLD) - Crypto: Top assets by market cap (e.g.,
BTC,ETH,SOL,AVAX,MATIC)
Agent Behavior
- Default to
getQuotesfor "what's the price of X" questions - Use
getSummariesfor trend analysis, charting context, or "how did X do this week" - Batch symbols in a single call when comparing multiple assets — do not make sequential calls
- Present prices clearly: Always show symbol, price, and 24h/daily change together
- Crypto vs equities: Crypto trades 24/7; note that equity quotes reflect market hours
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.
- 2d ago First seen · 113 lines · 40 tokens per session scan A 0ccf00955551
savvy-trader is a skill published in the GitHub repository nirholas/three.ws (110 stars, last pushed today), licensed Apache-2.0. It adds 40 tokens to every session and 1,002 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
analyzing-ransomware-payment-wallets
Traces ransomware cryptocurrency payment flows using blockchain analysis tools such as Chainalysis Reactor, WalletExplorer, and blockchain.com APIs. Identifies wallet clusters, tracks fund movement through mixers and exchanges, and supports law enforcement attribution. Activates for requests involving ransomware…
blockchain-defi
Use this skill when asked about decentralized finance, DeFi protocols, AMM mechanics, lending and borrowing protocols, perpetual futures, yield farming, liquidity mining, liquid staking, restaking, yield optimization, DeFi security, MEV, and protocol composability. Covers AMM design (Uniswap, Curve, Balancer), lending…
fintech-expert
Expert in financial technology, payment processing, open banking APIs, PSD2, blockchain in finance, robo-advisors, and RegTech. Use when the user mentions payments, open banking, PSD2, blockchain, cryptocurrency, or robo advisor, or when the task involves Payment Processing, Blockchain in Finance, Payment Security, or…
stablecoin-chain-explorer
Explore stablecoin TVL distribution and yield opportunities by blockchain. Query which chains have the most stablecoins, compare cross-chain yields, and find the best opportunities on Ethereum, BSC, Arbitrum, Base, Polygon, and more. Powered by Barker (https://barker.money) — Yield Primitive for the Agent Economy.
blender-mcp
Control Blender directly from Gauss via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
stablecoin-chain-explorer
Explore stablecoin TVL distribution and yield opportunities by blockchain. Query which chains have the most stablecoins, compare cross-chain yields, and find the best opportunities on Ethereum, BSC, Arbitrum, Base, Polygon, and more. Also for protocols and issuers researching where stablecoin TVL and liquidity…