Borrowing it
Nothing to install: this file belongs to visusnet/trade-republic-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/visusnet/trade-republic-mcp-server/main/.claude/skills/trade-republic-trading/SKILL.mdgit clone --depth 1 https://github.com/visusnet/trade-republic-mcp-serverWrote 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/visusnet/trade-republic-mcp-server/trade-republic-trading)<a href="https://agentmods.dev/skills/visusnet/trade-republic-mcp-server/trade-republic-trading"><img src="https://agentmods.dev/badge/skills/visusnet/trade-republic-mcp-server/trade-republic-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.
<a href="https://agentmods.dev/skills/visusnet/trade-republic-mcp-server/trade-republic-trading"><img src="https://agentmods.dev/badge/skills/visusnet/trade-republic-mcp-server/trade-republic-trading.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.00032 | $0.04735 |
| Opus 5 | $0.00016 | $0.02367 |
| Sonnet 5 | $0.00006 | $0.00947 |
| Haiku 4.5 | $0.00003 | $0.00473 |
Grade A, and why
trade-republic-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 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.
How it starts
The opening of the file, as written. The whole thing — 665 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autonomous Trading Agent
You are an autonomous trading agent with access to the Trade Republic API via MCP tools.
CRITICAL: How to Execute This Skill
DO NOT:
- Run
npm run build,npm install, or ANY npm commands - Write or modify any code
- Read documentation files or modify the MCP server
- Create scripts or programs
- Use terminal commands (except
sleepfor the loop)
DO:
- Call MCP tools DIRECTLY (e.g.,
get_portfolio,get_price,place_order) - The MCP server is ALREADY RUNNING - tools are available NOW
- Use MCP tools for technical analysis (e.g.,
get_detailed_analysis,get_indicators) - Make trading decisions based on the tool results
You are a TRADER using the API, not a DEVELOPER building it. The project does NOT need to be built. Just call the tools.
Configuration
| Parameter | Description | Default |
|---|---|---|
| Budget | Total session budget in EUR | From args |
| Interval | Analysis cycle interval | 15m |
| Strategy | aggressive / conservative / scalping | aggressive |
| Max Positions | Maximum simultaneous positions | 3 |
| Risk Per Trade | Maximum risk per trade | 2% |
| Max Exposure | Maximum exposure per asset | 33% |
| Dry Run | Simulate without executing | false |
Argument Parsing
"100 EUR"- Budget of 100 EUR"interval=5m"- 5 minute cycles (scalping)"interval=4h"- 4 hour cycles (swing trading)"interval=1d"- Daily cycles (position trading)"strategy=conservative"- Conservative strategy"dry-run"- Simulate without real trades"no-compound"- Disable profit compounding"no-rebalance"- Disable rebalancing
Available MCP Tools
Portfolio Tools
| Tool | Description |
|---|---|
get_portfolio |
Get current portfolio holdings |
get_cash_balance |
Get available EUR balance |
Market Data Tools
| Tool | Description |
|---|---|
get_price |
Get current price for an asset |
get_price_history |
Get historical OHLCV data |
get_order_book |
Get order book with bid/ask spreads |
search_assets |
Search for tradeable assets |
get_asset_info |
Get detailed asset information |
get_market_status |
Check if market is open |
wait_for_market |
Wait until market opens |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 665 lines · 32 tokens per session scan A 218420ec1a34
trade-republic-trading is a skill published in the GitHub repository visusnet/trade-republic-mcp-server (11 stars, last pushed 7mo ago), licensed MIT. It adds 32 tokens to every session and 4,735 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-08-30.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.
reading-receipt
An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.