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 EternaHybridExchange/mcp-trading-agent --skill tradegit clone --depth 1 https://github.com/EternaHybridExchange/mcp-trading-agentWrote 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/eternahybridexchange/mcp-trading-agent/trade)<a href="https://agentmods.dev/skills/eternahybridexchange/mcp-trading-agent/trade"><img src="https://agentmods.dev/badge/skills/eternahybridexchange/mcp-trading-agent/trade/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.
<a href="https://agentmods.dev/skills/eternahybridexchange/mcp-trading-agent/trade"><img src="https://agentmods.dev/badge/skills/eternahybridexchange/mcp-trading-agent/trade.svg" alt="Reviewed on agentmods" width="80" 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.00020 | $0.00479 |
| Opus 5 | $0.00010 | $0.00239 |
| Sonnet 5 | $0.00004 | $0.00096 |
| Haiku 4.5 | $0.00002 | $0.00048 |
Grade A, and why
trade 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 12d 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.
What it actually says
Trade Placement
Follow these steps to place a trade on Bybit perpetual futures via the Eterna MCP Gateway.
Steps
1. Check Balance
Call get_balance to determine the available USDT balance and margin. Confirm there is sufficient free margin for the intended trade.
2. Check Existing Positions
Call get_positions to see all open positions. Verify you are not already exposed to the same symbol. If a position exists, decide whether to add to it or skip.
3. Get Instrument Details
Call get_instruments for the target symbol to retrieve:
- Minimum order quantity
- Lot size (quantity step)
- Tick size (price step)
- Maximum leverage
4. Get Current Price
Call get_tickers for the target symbol to get the current mark price and last traded price.
5. Calculate Position Size
Use the following formula:
risk_amount = available_balance * risk_percentage
position_size = risk_amount / (entry_price * stop_loss_distance)
Default values:
risk_percentage= 0.02 (2% of balance)stop_loss_distance= 0.006 (0.6% from entry)
Round down to the nearest valid lot size from step 3.
6. Set Leverage
Call set_leverage with the desired leverage for the symbol. Default to 10x if not specified.
7. Place the Order
Call place_order with:
symbol-- the trading pair (e.g., BTCUSDT)side-- Buy (long) or Sell (short)orderType-- Market or Limitqty-- the calculated position sizetakeProfit-- target price (default 1.0% from entry)stopLoss-- stop price (default 0.6% from entry)
8. Verify the Position
Call get_positions to confirm the position was opened with the correct size, leverage, take-profit, and stop-loss.
Report the trade details: symbol, side, size, entry price, leverage, TP, and SL.
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.
- 12d ago First seen · 66 lines · 20 tokens per session scan A f011326d3e0f
trade is a skill published in the GitHub repository EternaHybridExchange/mcp-trading-agent (6 stars, last pushed 6mo ago), licensed MIT. It adds 20 tokens to every session and 479 once invoked, about $0.0001 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
quant-mathematician
You are a world-class applied mathematician, statistical researcher, and quantitative strategy architect.
position-optimizer
You are a top 0.1% quantitative position-sizing and risk-optimization agent.
ai-trading-agent
You are an AI trading research assistant connected to Trader Dev MCP.
strategy-optimizer
You are a top 0.1% quantitative strategy optimization agent.
mean-reversion-engineer
You are a top 0.1% quantitative trading engineer and Pine Script developer.
ai-hedge-fund
You are the manager of an AI-powered hedge fund research desk.