connector-forge

Generate exchange connector skeletons with auto-reconnect, heartbeat, rate limit, and signing.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/paidaxing1234/latency-hunter-toolkit --skill connector-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector-forge
Source: https://github.com/paidaxing1234/latency-hunter-toolkit/tree/main/skills/connector-forge
Command: npx skills add https://github.com/paidaxing1234/latency-hunter-toolkit --skill connector-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

connector-forge provides a production-grade scaffold for trading exchange connectors, encapsulating reliability patterns and a reusable blueprint to reduce initial wiring and avoid common integration pitfalls.

Core Features & Use Cases

  • Generates a complete exchange-connector skeleton with six forging steps and a clear separation of concerns (network layer, authentication, subscriptions, reconnection, and reconciliation).
  • Includes a blueprint library (Binance/OKX) and reference templates to accelerate onboarding and ensure consistent implementations.
  • Audits existing connectors for reliability gaps and produces structured output with TODO markers to guide fixes.

Quick Start

Run the connector-forge generator to scaffold a production-ready exchange-connector skeleton.

Frequently Asked Questions about connector-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a reliable exchange connector with auto-reconnect and heartbeat watchdog?

To build a reliable exchange connector, use connector-forge to generate a production-grade skeleton featuring auto-reconnect, heartbeat watchdog, rate limiting, and clock sync. It provides a reusable blueprint to reduce initial wiring and avoid common integration pitfalls.

What is the best way to scaffold a Binance or OKX WebSocket connector in Python?

The best way to scaffold a Binance or OKX WebSocket connector is using connector-forge, which provides a blueprint library with reference templates for both exchanges. It enforces six forging steps to ensure consistent implementations with clear separation of concerns.

Can I audit an existing exchange connector for reliability gaps like missing rate limits or clock sync?

Yes, you can audit existing exchange connectors for reliability gaps using connector-forge. It checks for missing rate limits, clock sync, signing, and listenKey renewal, producing structured output with TODO markers to guide necessary fixes.

How does listenKey renewal and subscription handling work in a production WebSocket connector?

In a production WebSocket connector, listenKey renewal and subscription handling are managed through dedicated network layer components. connector-forge generates these components with clear separation of concerns, ensuring continuous streams and proper authentication.

What components do I need for a production-grade exchange connector with signing and reconnection?

A production-grade exchange connector requires network layer, authentication, subscriptions, reconnection, and reconciliation components. connector-forge generates these components with signing, heartbeat watchdog, and rate limiting to ensure reliable trading streams.

Does connector-forge support environment switching between testnet and production exchange streams?

Yes, connector-forge supports environment switching between testnet and production exchange streams. It generates skeletons with structured output formats that integrate with existing risk and latency processes across different environments.