What problem does it solve?
This Skill helps agents and developers reliably retrieve, summarize, and generate requests for Centaur partner trading data while choosing the correct transport and protecting API keys. It removes guesswork about when to use MCP versus REST, enforces pagination and time-bounded reads, and provides clear guidance for presenting messages, events, positions, and stats.
Core Features & Use Cases
- Transport selection: Prefer MCP when the client is configured, otherwise fall back to REST using CENTAUR_PARTNER_API_KEY or a one-time pasted partner key.
- Data retrieval guidance: Instructions for events, messages, positions, and stats including pagination, start/end time bounds, and hiding system-generated events by default.
- Curl and client setup: Generate correct GET /api/v1/* curl examples, and provide setup snippets for Claude, Cursor, and Codex MCP configuration.
- Security controls: Treat pasted keys as transient, do not echo or persist keys, and avoid inventing credentials or unsupported auth flows.
Quick Start
Use the centaur-partners-api skill to fetch the last 10 events for a trader via MCP or REST and produce a concise summary highlighting trade outcomes and sentiment.