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 Signal-Execution-Labs/forex-trading-ai-agent --skill risk-calculatorgit clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-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/signal-execution-labs/forex-trading-ai-agent/risk-calculator)<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/risk-calculator"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/risk-calculator/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/signal-execution-labs/forex-trading-ai-agent/risk-calculator"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/risk-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium analysis-evasion · line 1 Suspicious Unicode normalization or mixed-script contentFix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
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.00023 | $0.01410 |
| Opus 5 | $0.00012 | $0.00705 |
| Sonnet 5 | $0.00005 | $0.00282 |
| Haiku 4.5 | $0.00002 | $0.00141 |
Grade A, and why
risk-calculator 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- risk-calculator — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
⚠️ Risk Calculator
Know your risk before you trade. Comprehensive portfolio risk analysis including VaR, Sharpe ratio, drawdown analysis, and optimal position sizing.
Features
📊 Risk Metrics
- Value at Risk (VaR) - 95% and 99%
- Conditional VaR (CVaR / Expected Shortfall)
- Maximum Drawdown
- Sharpe Ratio
- Sortino Ratio
- Beta vs benchmark
🎯 Position Sizing
- Kelly Criterion calculation
- Fixed risk position sizing
- Volatility-adjusted sizing
- Maximum position limits
📈 Correlation Analysis
- Asset correlation matrix
- Portfolio diversification score
- Concentration risk
- Sector/chain exposure
⚡ Real-Time Monitoring
- Live risk dashboard
- Alert on threshold breach
- Stress test scenarios
- Margin utilization
Usage
# Full portfolio risk analysis
kit risk analyze
# Calculate position size for trade
kit risk size BTC/USDT --risk 2%
# Check Value at Risk
kit risk var --confidence 95
# Correlation matrix
kit risk correlation
# Stress test
kit risk stress --scenario crash
CLI Output
⚠️ K.I.T. Risk Calculator
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Portfolio Value: $45,231.50
Last Updated: Just now
📊 RISK METRICS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Daily VaR (95%): $1,234.56 (2.73%)
Daily VaR (99%): $1,890.23 (4.18%)
Weekly VaR (95%): $2,761.89 (6.11%)
Max Drawdown (30d): -12.5%
Current Drawdown: -3.2%
Sharpe Ratio: 1.85 ✅ Excellent
Sortino Ratio: 2.31 ✅ Excellent
Beta (vs BTC): 1.12
🎯 POSITION LIMITS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Max Single Position: $9,046 (20%)
Recommended Trade: $904 (2% risk)
Kelly Optimal: $2,261 (5%)
📈 CORRELATION MATRIX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BTC ETH SOL
BTC 1.00 0.85 0.72
ETH 0.85 1.00 0.68
SOL 0.72 0.68 1.00
Diversification Score: 65/100 ⚠️
Suggestion: Add uncorrelated assets
⚡ STRESS SCENARIOS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-10% Market Crash: -$4,789 (-10.6%)
-30% Bear Market: -$15,234 (-33.7%)
2020 COVID Crash: -$22,851 (-50.5%)
What ships with it
2 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.
- 9d ago First seen · 216 lines · 23 tokens per session scan A 6f7385abcb4b
risk-calculator is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It adds 23 tokens to every session and 1,410 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-09-03.
Other skills, from other repositories
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
equity-risk-reviewer
Use for portfolio-facing stock risk briefs that separate market facts, interpretation, and non-investment-advice boundaries.
stock-valuation
Multi-method stock valuation using DCF, comparable company analysis, EV multiples, and residual income models.
technical-analysis
Technical analysis of US stocks using charts and indicators.
chart-master
Generate professional financial charts in Mermaid, ASCII, or HTML/Chart.js — MA lines, histograms, candlestick, volume, RSI/MACD, and more for markdown reports.