Ccxt
The Ccxt skill connects to cryptocurrency exchanges, enabling automated trading and data retrieval for portfolio management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ccxt npx -- -y @trustedskills/ccxt
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ccxt": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ccxt"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The ccxt skill enables AI agents to interact with cryptocurrency exchanges. It provides access to a wide range of exchanges, allowing for fetching market data like prices and order books, as well as placing orders (buy/sell) and managing positions. This skill simplifies the process of integrating crypto trading functionality into AI-powered applications.
When to use it
- Market Analysis: Retrieve real-time price feeds and historical data from multiple exchanges for informed trading decisions.
- Automated Trading Bots: Build bots that automatically execute trades based on predefined strategies.
- Portfolio Management: Track cryptocurrency holdings across different exchanges and calculate overall portfolio value.
- Arbitrage Opportunities: Identify price discrepancies between exchanges to profit from arbitrage opportunities.
Key capabilities
- Supports a wide variety of cryptocurrency exchanges.
- Provides access to market data (prices, order books).
- Allows for placing buy/sell orders.
- Manages positions and tracks holdings.
Example prompts
- "Get the current price of Bitcoin on Binance."
- "Place a market buy order for 0.1 ETH on Coinbase Pro."
- "What is my total portfolio value across all exchanges?"
Tips & gotchas
- Requires API keys and credentials from supported cryptocurrency exchanges to function.
- Be aware of exchange-specific rate limits and potential trading fees.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.