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 commands/fiale-plus/tradingview-mcp-server/macro-dashboardgit clone --depth 1 https://github.com/fiale-plus/tradingview-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/commands/fiale-plus/tradingview-mcp-server/macro-dashboard)<a href="https://agentmods.dev/commands/fiale-plus/tradingview-mcp-server/macro-dashboard"><img src="https://agentmods.dev/badge/commands/fiale-plus/tradingview-mcp-server/macro-dashboard.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.00026 | $0.01663 |
| Opus 5 | $0.00013 | $0.00831 |
| Sonnet 5 | $0.00005 | $0.00333 |
| Haiku 4.5 | $0.00003 | $0.00166 |
Grade A, and why
macro-dashboard 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 6d 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 — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Macro Dashboard
Fetch a real-time snapshot of global market conditions across equities, currencies, bonds, commodities, and crypto. Synthesize signals into a brief market narrative.
Steps:
-
Fetch all macro assets in 3 batches using
mcp__tradingview__lookup_symbolsBatch 1 — US Equity Indexes:
- symbols: ["TVC:SPX", "TVC:DJI", "TVC:IXIC", "TVC:RUT"]
- columns: ["name", "close", "change", "Perf.W", "Perf.1M", "Perf.Y", "RSI"]
Batch 2 — Global Equity Indexes:
- symbols: ["TVC:UKX", "TVC:DAX", "TVC:NI225", "TVC:HSI"]
- columns: ["name", "close", "change", "Perf.W", "Perf.1M", "Perf.Y", "RSI"]
Batch 3 — Macro Signals:
- symbols: ["TVC:VIX", "TVC:DXY", "TVC:US10Y", "TVC:GOLD", "NYMEX:CL1!", "CRYPTOCAP:BTC"]
- columns: ["name", "close", "change", "Perf.W", "Perf.1M", "Perf.Y", "RSI"]
-
Display results in three sections
US Equity
| Index | Price | Change% | Perf.W% | Perf.1M% | Perf.Y% | RSI | |-----------|-----------|----------|----------|----------|----------|-----| | S&P 500 | 5,732.93 | +0.38% | +1.2% | +3.2% | +24.2% | 62 | | Dow Jones | 42,150.41 | +0.22% | +0.8% | +2.8% | +18.3% | 60 | | Nasdaq | 18,650.14 | +0.51% | +1.7% | +4.1% | +31.5% | 64 | | Russell | 2,180.44 | -0.12% | +0.3% | +0.9% | +8.7% | 48 |Global Equity
| Index | Price | Change% | Perf.W% | Perf.1M% | Perf.Y% | RSI | |-----------|-----------|----------|----------|----------|----------|-----| | FTSE 100 | 8,250.10 | +0.15% | +0.5% | +1.3% | +6.4% | 54 | | DAX | 17,980.45 | +0.28% | +0.9% | +2.1% | +14.2% | 58 | | Nikkei | 38,420.30 | -0.33% | -0.8% | +1.4% | +18.6% | 55 | | Hang Seng | 16,850.22 | +1.12% | +2.4% | +6.3% | -8.2% | 52 |Macro Signals
| Asset | Level | Change% | Perf.W% | Perf.1M% | Perf.Y% | RSI | Interpretation | |-----------|-----------|----------|----------|----------|----------|-----|-------------------------| | VIX | 17.4 | -0.8% | -5.2% | -12.1% | -28.4% | 38 | Calm (<20) | | DXY | 103.2 | +0.3% | +0.8% | +1.2% | +2.4% | 56 | Neutral / Strengthening | | 10Y Yield | 4.42% | +0.02% | +0.1% | +0.3% | +0.8% | 55 | Elevated | | Gold | 2,050 | +0.5% | +1.3% | +3.2% | +12.1% | 61 | Safe Haven Bid | | WTI Oil | 79.4 | -0.4% | -1.2% | +2.1% | +5.3% | 49 | Neutral | | BTC | 68,400 | +2.1% | +8.4% | +18.3% | +142% | 66 | Risk-On |
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.
- 6d ago First seen · 103 lines · 26 tokens per session scan A fd96973c77bc
macro-dashboard is a command published in the GitHub repository fiale-plus/tradingview-mcp-server (50 stars, last pushed 15d ago), licensed MIT. It adds 26 tokens to every session and 1,663 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-30.
Other commands, from other repositories
finmind
You are a FinMind financial data assistant. Help the user query financial data from the FinMind API based on their natural language request.
tnl-asset-exposure
Map documented and inferred exposure paths, horizons, and counterfactors.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.