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 skills add layer-3/yellow-pro-mcp --skill yellow-progit clone --depth 1 https://github.com/layer-3/yellow-pro-mcpWrote 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/layer-3/yellow-pro-mcp/yellow-pro)<a href="https://agentmods.dev/skills/layer-3/yellow-pro-mcp/yellow-pro"><img src="https://agentmods.dev/badge/skills/layer-3/yellow-pro-mcp/yellow-pro.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.00056 | $0.00656 |
| Opus 5 | $0.00028 | $0.00328 |
| Sonnet 5 | $0.00011 | $0.00131 |
| Haiku 4.5 | $0.00006 | $0.00066 |
Grade A, and why
yellow-pro 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 7d 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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
yellow_pro exchange CLI
The yellow-pro CLI wraps the yellow_pro REST API. All output is raw exchange JSON.
Prefer the yellow_pro MCP server when available; this CLI covers the same surface.
Requirements
Environment variables (already set if the MCP server is configured):
YELLOW_PRO_API_KEY,YELLOW_PRO_API_SECRET,YELLOW_PRO_APP_SESSION_ID— for account/trading commandsYELLOW_PRO_ENABLE_TRADING=true— required for place/cancel/leverage/transfer commandsYELLOW_PRO_BASE_URL— optional explicit URL overrideYELLOW_PRO_SANDBOX=true— use staging (https://api.staging.yellow.pro.neodax.app); otherwise production (https://trade.api.yellow.pro)
Workflow
- Discover markets first:
yellow-pro markets— native ids look likeETHUSDT(spot) andBTCUSDT-PERP(perpetual). Check precision/filters before quoting amounts. - Market data:
yellow-pro ticker <market>,yellow-pro orderbook <market>,yellow-pro klines <market> --interval 1h --limit 100,yellow-pro funding <market> - Account:
yellow-pro balance spotoryellow-pro balance perp,yellow-pro open-orders perp,yellow-pro positions,yellow-pro trades perp --market <market>,yellow-pro fee-tier - Trading (amounts/prices are decimal strings). For both Spot and Perpetual markets, an order
amount is quantity in the market's base asset:
ETHUSDTuses ETH andBTCUSDT-PERPuses BTC. Prices use the market's quote asset. Label both values with their correct units when confirming.yellow-pro place perp BTCUSDT-PERP buy limit 0.001 65000 --leverage 5 --client-order-id my-idyellow-pro place spot ETHUSDT sell market 0.01yellow-pro cancel perp BTCUSDT-PERP <order_uuid>yellow-pro cancel-all perp --market BTCUSDT-PERPyellow-pro close-positions --market BTCUSDT-PERPyellow-pro set-leverage BTCUSDT-PERP 10
- Run
yellow-pro --helpfor the full command list.
Safety
- Never place orders unless the user explicitly asked for them in this conversation.
- Confirm market id, side, amount (quantity in the market's base asset), and price back to the user before placing an order.
- If a trading command fails with "trading is disabled", tell the user to set
YELLOW_PRO_ENABLE_TRADING=true— do not work around it.
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.
- 7d ago First seen · 47 lines · 56 tokens per session scan A 517b586c5c90
yellow-pro is a skill published in the GitHub repository layer-3/yellow-pro-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 56 tokens to every session and 656 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-31.
Other skills, from other repositories
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…
cobie-cycle-filter
Use when evaluating crypto decisions through a Cobie-style cycle filter: common-sense risk, narrative traps, leverage humility, and avoiding obvious stupid trades.
token-pick
One token recommendation and one prediction market pick - scored, quantified, with a skip branch when signals are weak.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).