TradeOS

Manage cryptocurrency trades and portfolios across 100+ exchanges via natural language.

21|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/00xLazy/TradeOS --skill tradeos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TradeOS
Source: https://github.com/00xLazy/TradeOS/tree/main
Command: npx skills add https://github.com/00xLazy/TradeOS --skill tradeos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, better-sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers AI agents to securely and efficiently manage cryptocurrency trading operations across numerous centralized exchanges, eliminating the need for manual intervention and complex API integrations.

Core Features & Use Cases

  • Secure API Key Management: Encrypts and stores API keys locally using AES-256-GCM.
  • Multi-Exchange Trading: Execute trades (market, limit, stop-loss, take-profit) on over 100 exchanges via CCXT.
  • Automated Strategies: Implement DCA, conditional orders, and arbitrage scanning.
  • Portfolio Tracking & PnL: Monitor balances, track PnL, and receive alerts.
  • Use Case: Instruct your AI agent to "Buy 0.1 BTC on Binance at market price" and TradeOS handles the secure execution, risk checks, and confirmation.

Quick Start

Add your Binance API key and secret to TradeOS using the command "Add my Binance API key. The key is XXXX and the secret is YYYY."

Frequently Asked Questions about TradeOS

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

FAQPage Schema
How do I execute crypto trades across multiple exchanges using natural language?

You can execute crypto trades across multiple exchanges using natural language by instructing your AI agent with commands like "Buy 0.1 BTC on Binance at market price." The system parses the command, performs risk checks, and securely executes market, limit, stop-loss, or take-profit orders.

How does AES-256-GCM encryption secure API keys for cryptocurrency trading?

AES-256-GCM encryption secures API keys by encrypting and storing them locally on your device. This ensures your exchange credentials are protected during cryptocurrency trading operations and prevents unauthorized access to your portfolio.

Can I automate DCA strategies and arbitrage detection across over 100 centralized exchanges?

Yes, you can automate DCA strategies and arbitrage detection across over 100 centralized exchanges. The system supports automated conditional orders, DCA execution, and arbitrage scanning by interfacing directly with exchange APIs.

Does CCXT support portfolio tracking and PnL monitoring for spot and futures trading?

CCXT supports portfolio tracking and PnL monitoring for spot and futures trading. The system fetches account balances, tracks profit and loss, and triggers anomaly alerts based on your trading activity across connected exchanges.

What are the limitations of using local data storage for automated crypto trading?

Using local data storage for automated crypto trading requires maintaining continuous network access for exchange interactions. Limitations include dependence on local machine uptime for executing automated strategies like DCA or arbitrage detection.

Do I need to manually configure API integrations to trade on Binance with AI?

You do not need to manually configure API integrations to trade on Binance with AI. Simply add your API key and secret via a natural language command, and the system handles the secure connection and execution automatically.