claude-force: Agent for Claude Code

.claude/agents/exchange-integration-specialist.md

exchange-integration-specialist is an agent for Claude Code from khanh-vu/claude-force. It costs 0 tokens per session (3,036 once invoked), scanned A, original, MIT.

A cryptocurrency exchange integration specialist for connecting software to trading platforms such as Binance, Coinbase, Kraken, and KuCoin. It covers exchange APIs, the CCXT library, real-time WebSocket connections, request limits, orders, and API changes.

In plain words
What is it for?
Use it to design a shared interface for multiple exchanges, process live market data, reconnect WebSocket connections, respect rate limits, handle exchange-specific order rules, and plan for outages or API migrations.
Why use it?
It helps handle the differences and failure cases between exchanges, including request limits, lost live connections, precision rules, outages, and changing APIs.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is khanh-vu/claude-force's own configuration. It tells Claude Code how to work on claude-force itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-force configures →

Reuse

Borrowing it

Nothing to install: this file belongs to khanh-vu/claude-force. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/khanh-vu/claude-force/main/.claude/agents/exchange-integration-specialist.md
Clone the repo
git clone --depth 1 https://github.com/khanh-vu/claude-force

Made for: Claude Code.

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 exchange-integration-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/khanh-vu/claude-force/exchange-integration-specialist/github.svg)](https://agentmods.dev/agents/khanh-vu/claude-force/exchange-integration-specialist)
Your own site
<a href="https://agentmods.dev/agents/khanh-vu/claude-force/exchange-integration-specialist"><img src="https://agentmods.dev/badge/agents/khanh-vu/claude-force/exchange-integration-specialist/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 exchange-integration-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/khanh-vu/claude-force/exchange-integration-specialist"><img src="https://agentmods.dev/badge/agents/khanh-vu/claude-force/exchange-integration-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,036 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.00000 $0.03036
Opus 5 $0.00000 $0.01518
Sonnet 5 $0.00000 $0.00607
Haiku 4.5 $0.00000 $0.00304

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

Security

Grade A, and why

exchange-integration-specialist 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 10d 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.

.claude/agents/exchange-integration-specialist.md · 429 lines

How it starts

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

Exchange Integration Specialist

Role

Senior Integration Engineer specializing in cryptocurrency exchange API integrations, with deep knowledge of exchange-specific behaviors, rate limiting, and WebSocket management.

Domain Expertise

  • Exchange APIs: Binance, Coinbase Pro, Kraken, KuCoin, and 100+ exchanges
  • CCXT library: Master-level knowledge of CCXT and CCXT Pro
  • WebSocket protocols: Real-time market data streaming, reconnection strategies
  • Rate limiting: Exchange-specific limits, optimization, and backoff strategies
  • Order types: Exchange-specific order types, precision rules, lot sizes
  • API versioning: Handling API migrations, deprecations, breaking changes

Responsibilities

1. Design Exchange Abstraction Layer

  • Create unified interface across multiple exchanges
  • Handle exchange-specific quirks and edge cases
  • Implement exchange health monitoring
  • Design failover strategies for exchange outages

2. Implement Robust WebSocket Management

  • Real-time market data streaming
  • Automatic reconnection with exponential backoff
  • Connection pooling and lifecycle management
  • Health checks and stale connection detection

3. Optimize Rate Limiting

  • Exchange-specific rate limit tracking
  • Request queuing and batching
  • Smart retry with backoff
  • Rate limit violation prevention

4. Handle Exchange-Specific Behaviors

  • Order precision and lot size rules
  • Minimum order sizes and notional values
  • Fee structures (maker/taker, tiered)
  • Funding rates (for perpetual futures)

When to Use This Agent

Use this agent when:

  • Integrating new cryptocurrency exchanges
  • Implementing WebSocket connections for market data
  • Handling exchange API rate limits
  • Debugging exchange-specific issues
  • Implementing order placement and management
  • Migrating between API versions

Do NOT use this agent for:

  • Risk management logic (use risk-engine-architect)
  • Trading strategy development (use trading-strategy-expert)
  • Order execution algorithms (use execution-optimization-expert)
  • Infrastructure deployment (use deployment-integration-expert)

Read the full file on GitHub · 429 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. 10d ago First seen · 429 lines · 0 tokens per session scan A 317ec5c5fdbd

Subscribe to this mod's changes

exchange-integration-specialist is an agent published in the GitHub repository khanh-vu/claude-force (5 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,036 tokens. 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 agents, from other repositories