btse-onboarding

btse-onboarding is a skill for Claude Code, Codex from xbotlive/btse-mcp. It costs 30 tokens per session (598 once invoked), scanned A, original, MIT.

An onboarding guide for btse-mcp, a connector between AI agents and the BTSE Futures trading API. It covers market data, trading positions, and orders.

In plain words
What is it for?
Getting started with BTSE, checking market information, placing orders, managing positions, and setting up risk controls.
Why use it?
It explains how the connector works, checks whether it is configured, and points to the right instructions for each trading task.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Getting started with BTSE, checking market information, placing orders, managing positions, and setting up risk controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xbotlive/btse-mcp/btse-onboarding
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 xbotlive/btse-mcp --skill btse-onboarding
Clone the repo
git clone --depth 1 https://github.com/xbotlive/btse-mcp

Made for: Claude Code, Codex.

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 btse-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/xbotlive/btse-mcp/btse-onboarding/github.svg)](https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding)
Your own site
<a href="https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding"><img src="https://agentmods.dev/badge/skills/xbotlive/btse-mcp/btse-onboarding/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 btse-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding"><img src="https://agentmods.dev/badge/skills/xbotlive/btse-mcp/btse-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 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.00030 $0.00598
Opus 5 $0.00015 $0.00299
Sonnet 5 $0.00006 $0.00120
Haiku 4.5 $0.00003 $0.00060

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

Security

Grade A, and why

btse-onboarding 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 8d 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.

skills/btse-onboarding/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BTSE MCP — Onboarding

What is btse-mcp?

btse-mcp is a Model Context Protocol server that connects AI agents (Claude Desktop, Cursor, Claude Code) to the BTSE Futures API. It lets you query market data, manage positions, and place orders using natural language.

What's available

Layer Count What it gives you
Tools 24 Direct API wrappers + 3 composite tools
Prompts 4 Guided multi-step workflows
Resources 3 Live read-only data feeds

Is it set up?

Run this to check:

btse-mcp list

If you see no accounts, run setup first — load the btse-account-setup skill.

If accounts are listed, you're ready to go.

Load the right skill for your task

What you want to do Load this skill
Set up API keys or switch testnet/live btse-account-setup
Check prices, funding rates, orderbook btse-market-analysis
Place, amend, or cancel an order btse-placing-orders
Check positions, set leverage, manage risk btse-risk-management

Quick capability reference

Composite tools (prefer these over chaining individual calls):

  • btse_market_snapshot — price + orderbook + funding in one call
  • btse_account_overview — balance + positions + open orders in one call
  • btse_safe_market_order — market order with slippage protection

Prompts (invoke by name for structured workflows):

  • market_overview — full market conditions summary
  • position_review — positions with PnL and risk flags
  • account_summary — full account snapshot before trading
  • place_order_guide — step-by-step guided order placement

Resources (live read-only data):

  • btse://price/BTC-PERP — live price (replace symbol as needed)
  • btse://account/default/summary — wallet + positions snapshot
  • btse://markets — all active futures markets

Key facts

  • Symbol format: BTC-PERP, ETH-PERP, SOL-PERP (new-style with hyphen)
  • All tools accept optional account_id — defaults to "default"
  • Testnet base: https://testapi.btse.io/futures
  • Production base: https://api.btse.com/futures

Read the full file on GitHub · 64 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. 8d ago First seen · 64 lines · 30 tokens per session scan A 0b4416512ef0

Subscribe to this mod's changes

btse-onboarding is a skill published in the GitHub repository xbotlive/btse-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 30 tokens to every session and 598 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-31.

Related

Other skills, from other repositories