go-trader

Automate cryptocurrency trading strategies across spot, options, and perpetual futures markets.

340|95|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/richkuo/go-trader --skill go-trader-richkuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-trader
Source: https://github.com/richkuo/go-trader/tree/main
Command: npx skills add https://github.com/richkuo/go-trader --skill go-trader-richkuo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, hyperliquid-python-sdk, numpy, pandas, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution of diverse cryptocurrency trading strategies across spot, options, and perpetual futures markets, managing risk and providing real-time alerts.

Core Features & Use Cases

  • Multi-Market Orchestration: Manages strategies across Binance US (spot), Deribit & IBKR (options), and Hyperliquid (perps).
  • Hybrid Go/Python Architecture: Leverages Go for efficient scheduling and Python for strategy execution and data analysis.
  • Use Case: Deploy a fully automated trading system that monitors market conditions, executes pre-defined strategies (like SMA crossovers or volatility mean reversion), manages positions, and sends trade notifications to Discord.

Quick Start

Use the go-trader skill to set up the trading bot on your system.

Frequently Asked Questions about go-trader

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

FAQPage Schema
How do I automate crypto trading strategies across spot, options, and perpetual futures?

Automate crypto trading strategies using a hybrid Go and Python architecture that orchestrates execution across spot, options, and perpetual futures markets on exchanges like Binance US, Deribit, IBKR, and Hyperliquid. It monitors market conditions and executes pre-defined strategies automatically.

Does this trading bot support risk management for drawdown limits and circuit breakers?

Risk management is supported through integrated circuit breakers and drawdown limits to protect automated cryptocurrency trading strategies. These mechanisms manage positions and help prevent significant losses during unfavorable market conditions.

Can I execute crypto strategies on Hyperliquid and Deribit using Python?

Execute crypto strategies on Hyperliquid and Deribit using Python, supported by the hyperliquid-python-sdk and ccxt libraries. Go handles efficient scheduling while Python manages strategy execution and data analysis.

How do I deploy an automated crypto trading system with Discord notifications?

Deploy an automated crypto trading system that executes pre-defined strategies like SMA crossovers or volatility mean reversion, manages positions, and sends real-time trade notifications directly to Discord.

What is the best way to manage multiple crypto strategies on different exchanges?

Manage multiple crypto strategies on different exchanges through multi-market orchestration, leveraging Go for efficient scheduling and Python for strategy execution. It handles Binance US, Deribit, IBKR, and Hyperliquid simultaneously.

Why use a hybrid Go and Python architecture for a crypto trading bot?

A hybrid Go and Python architecture is used for crypto trading bots to leverage Go for efficient scheduling and Python for strategy execution and data analysis using numpy and pandas. This separation optimizes both performance and analytical capabilities.