Add Exchange Parser — Code Quality skill for Claude Code
Procedure for handling an exchange-specific response shape that doesn't conform to CCXT's unified format (e.g. Binance's account/withdraw history, Bybit's instruments-info).
How to install Add Exchange Parser
Installs to ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser/SKILL.md
mkdir -p ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser && curl -fsSL https://raw.githubusercontent.com/sigma-quantiphi/ccxt-pandas/HEAD/.claude/skills/add-exchange-parser.md -o ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Add Exchange Parser does
name: add-exchange-parser description: Procedure for handling an exchange-specific response shape that doesn't conform to CCXT's unified format (e.g. Binance's account/withdraw history, Bybit's instruments-info). Use when an implicit method (one not listed in method_mappings) needs to return a DataFrame, or when an exchange-specific quirk requires custom field-type coercion.
Add an exchange-specific parser
Implicit methods — CCXT methods like `sapi_get_capital_config_getall` that are
Alternatives in Code Quality
- Import Drawio — Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level 27.2k ★
- Job Stories — Create job stories with acceptance criteria in JTBD format 7.8k ★
- Video Script: Claude SEO V1.7.2 — What's New — Duration: ~5 minutes Tone: Natural, conversational, like talking to a friend who knows Claude Code Format: Scr 5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Add Transition
Insert a transition element in proper Fountain format.
Claude History
A command-line utility to extract and format conversation history from Claude Code session files
Output
Set the response output format for this session (tldr, table, verbose, bullets, narrative, json, raw). Default
Gitwarren App
Code review for your own machines and your own agents. Reviews live where the code does — reached over SSH, WS
Update Agent
Use this agent when you need to update, refactor, or standardize existing Claude sub-agents to conform to best
Rust Review
Comprehensive Rust code review for ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns.
Related Agents
Risk Manager
Owns the desk's risk limits, sizes every trade from live account state, monitors the book, and can veto. Read-
API Troubleshooter
Layer-2 diagnostic agent for API/controller failures. Use when: unexpected status codes, curl vs browser diver
Enumeration Oracle Hunter
Use this agent to find side-channel and response-shape oracles that let an attacker enumerate names, existence