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 dvgamerr-app/gokub-mcp --skill high-riskgit clone --depth 1 https://github.com/dvgamerr-app/gokub-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/dvgamerr-app/gokub-mcp/high-risk)<a href="https://agentmods.dev/skills/dvgamerr-app/gokub-mcp/high-risk"><img src="https://agentmods.dev/badge/skills/dvgamerr-app/gokub-mcp/high-risk/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/dvgamerr-app/gokub-mcp/high-risk"><img src="https://agentmods.dev/badge/skills/dvgamerr-app/gokub-mcp/high-risk.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.00100 | $0.01218 |
| Opus 5 | $0.00050 | $0.00609 |
| Sonnet 5 | $0.00020 | $0.00244 |
| Haiku 4.5 | $0.00010 | $0.00122 |
Grade A, and why
high-risk 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 11d 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 — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
High-Risk Trading Rules (Bitkub)
Applies on top of playbook. These rules override the playbook where they conflict.
When they are silent, the playbook rules apply unchanged.
Confirmation gate (mandatory unless waived)
Before every place_limit_order call, show the user a trade summary and wait for
explicit approval. Do not call the order tool until the user says yes.
Summary format:
📋 Trade Summary — [SYMBOL]
Side : BUY
Entry : [price] THB
Stop Loss : [price] THB (−[R] THB / −[%]%)
Take Profit: [price] THB (+[2R] THB / +[%]%)
Qty : [qty] coins
Risk : [THB] THB ([%]% of equity)
ยืนยันซื้อจริงไหมครับ? (ตอบ ใช่ / ยืนยัน / go / yes เพื่อดำเนินการ)
Waiver — skip the gate and execute immediately if the user has said any of:
- "ไม่ต้อง confirm", "ยืนยันได้เลย", "ทำงานได้เลย", "auto", "no confirm", "just do it", "go ahead"
The waiver lasts for the current session only. Re-ask on next session.
Why high-risk is still managed risk
High-risk does not mean reckless. It means accepting more volatility for higher potential reward. Risk per trade is capped, correlation is known, and the validation gate is never skipped. The difference from low-risk is looser filters and larger position sizing — not abandoning the system.
Portfolio allocation
| Bucket | Allocation | Purpose |
|---|---|---|
| Active capital | 100% of equity | Deploy what you have; small portfolio is fine |
| Risk per trade | ≤ 3% of equity | Hard ceiling — expressed as % loss if stop hits |
| Max open positions | 3 concurrent | Avoid overexposure |
Example: 10,000 THB equity → risk ≤ 300 THB per trade (3%). 100,000 THB → risk ≤ 3,000 THB per trade. Portfolio size does not matter — only % risk per trade and % gain/loss do.
Check get_wallet_balance before every session.
Symbol filter
Allowed (in priority order):
| Priority | Symbol | Rationale |
|---|---|---|
| 1st | btc_thb |
Highest liquidity, lowest spread |
| 2nd | eth_thb |
High liquidity; accepted correlation risk |
| 3rd | Top-10 by Bitkub 24h THB volume | Screened per session |
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.
- 11d ago First seen · 110 lines · 100 tokens per session scan A be6f4a002d3b
high-risk is a skill published in the GitHub repository dvgamerr-app/gokub-mcp (2 stars, last pushed 24d ago), licensed MIT. It adds 100 tokens to every session and 1,218 once invoked, about $0.0005 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
tradingview-mcp
AI Trading Intelligence — live prices, 30+ technical indicators, backtesting (6 strategies), walk-forward overfitting detection, trade logs, equity curves, licensed news sentiment (Marketaux), and multi-market screener. Supports stocks, crypto, ETFs, indices, Turkish (BIST), and Egyptian (EGX) markets.
decker
Instructions for using Decker, an AI trading platform that provides market signals, portfolio and order information, news digests, and messaging integrations.
decker-developer
Use when a developer asks about Decker's Public API — obtaining API keys, authentication, rate limits, signal endpoints, SDK usage. Triggers: API key, dklive, X-API-Key, public API, /public/signals, REST API, developer, integrate Decker, rate limit.
decker-hyperliquid
A Decker extension for getting market data and placing trades on Hyperliquid, a decentralised crypto exchange for spot and perpetual-futures trading.
decker-polymarket
Instructions for using Decker with Polymarket, a prediction market where people trade contracts on future yes-or-no outcomes.
pine
Writes Pine Script v6 indicators and strategies for TradingView from natural-language descriptions. Use when the user asks Claude to write or build a Pine Script indicator, strategy, oscillator, or TradingView script, asks for a Pine v6 script, asks to convert v4/v5 Pine code to v6, or describes a trading…