go-trader

Automate go-trader setup from repository clone to systemd service.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/amritpa12/go-trader --skill go-trader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-trader
Source: https://github.com/amritpa12/go-trader/tree/main
Command: npx skills add https://github.com/amritpa12/go-trader --skill go-trader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end setup of the go-trader AI agent, including cloning the repository, installing dependencies, and provisioning a running service with Discord integration.

Core Features & Use Cases

  • Prerequisite validation: checks for Go 1.26, Python 3.12+, uv, and Git; ensures required environment variables exist (e.g., DISCORD_BOT_TOKEN).
  • Automated bootstrap: clones the repository, installs Python dependencies into a virtual environment, and builds the Go binary.
  • Config generation & startup: runs the interactive agent wizard, writes scheduler/config.json, and starts the systemd service for continuous operation.
  • Deployment versatility: works on local machines or servers, with options for interactive setup or script-driven bootstrap.

Quick Start

Clone the repository, install the required runtimes, then run the agent setup wizard to produce a ready-to-run service.

Frequently Asked Questions about go-trader

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

FAQPage Schema
How do I automate the setup of a Go trading bot with Discord integration?

Automating the setup of a Go trading bot with Discord integration involves cloning the repository, installing Python dependencies into a virtual environment, building the Go binary, and starting a systemd service for continuous operation.

What prerequisites do I need to deploy a Go AI trading agent locally?

To deploy a Go AI trading agent locally, you need Go 1.26, Python 3.12+, uv, and Git installed, along with required environment variables like DISCORD_BOT_TOKEN for the agent to function properly.

Can I use a script to bootstrap a trading bot on a server instead of interactive setup?

Yes, you can bootstrap a trading bot on a server using script-driven deployment, which bypasses the interactive agent wizard and directly writes the scheduler config to start the systemd service.

How does the automated bootstrap process handle Python and Go environments for an AI agent?

The automated bootstrap process handles Python and Go environments by installing Python dependencies into an isolated virtual environment and compiling the Go binary from source to ensure a runnable service.

What is the best way to configure risk and strategies for a newly deployed Go trading bot?

The best way to configure risk and strategies for a Go trading bot is through the interactive agent wizard, which generates the scheduler config file and provisions the service with your specific parameters.