high-risk

high-risk is a skill for Claude Code from dvgamerr-app/gokub-mcp. It costs 100 tokens per session (1,218 once invoked), scanned A, original, MIT.

A set of Bitkub swing-trading rules for taking larger risks on Bitcoin, Ethereum, and the ten largest alternative coins. Swing trading means holding a position through short-term price moves rather than trading every minute.

In plain words
What is it for?
Use it when asking for aggressive Bitkub trades, higher potential returns, or a high-risk trading approach.
Why use it?
It defines how much of the account may be put at risk and allows faster entries and no required cash reserve. It also requires a trade summary and approval before placing an order unless the user has waived confirmation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bitkub-trade plugin — 3 skills shipped together

Good fit Use it when asking for aggressive Bitkub trades, higher potential returns, or a high-risk trading approach.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dvgamerr-app/gokub-mcp/high-risk
Install

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.

Any agent
npx skills add dvgamerr-app/gokub-mcp --skill high-risk
Clone the repo
git clone --depth 1 https://github.com/dvgamerr-app/gokub-mcp

Made for: Claude Code.

Or install bitkub-trade, the plugin that ships this one along with the rest of its 3 skills.

Wrote 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.

agentmods badge for high-risk

README.md
[![agentmods](https://agentmods.dev/badge/skills/dvgamerr-app/gokub-mcp/high-risk/github.svg)](https://agentmods.dev/skills/dvgamerr-app/gokub-mcp/high-risk)
Your own site
<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.

agentmods 80×15 button for high-risk

Your own site · 80×15
<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>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,218 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash be6f4a002d3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

plugins/bitkub-trade/skills/high-risk/SKILL.md · 110 lines

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

Read the full file on GitHub · 110 lines

Changes

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.

  1. 11d ago First seen · 110 lines · 100 tokens per session scan A be6f4a002d3b

Subscribe to this mod's changes

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.

Related

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.

atilaahmettaner/tradingview-mcp · 73 tokens

decker

Instructions for using Decker, an AI trading platform that provides market signals, portfolio and order information, news digests, and messaging integrations.

gigshow/decker-ai · 283 tokens

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.

gigshow/decker-ai · 66 tokens

decker-hyperliquid

A Decker extension for getting market data and placing trades on Hyperliquid, a decentralised crypto exchange for spot and perpetual-futures trading.

gigshow/decker-ai · 68 tokens

decker-polymarket

Instructions for using Decker with Polymarket, a prediction market where people trade contracts on future yes-or-no outcomes.

gigshow/decker-ai · 61 tokens

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…

paulieb89/pinescript-mcp · 216 tokens