bybit-trading

Execute authenticated Bybit trading workflows from natural-language instructions.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill bybit-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bybit-trading
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/bybit-trading
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill bybit-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you execute crypto trades on Bybit from natural-language instructions while handling the required API workflow, validation, confirmations, and modular feature routing.

Core Features & Use Cases

  • Natural-language trading across products: Spot, derivatives (linear/inverse/options where supported), earn products, on-chain Alpha trades, copy trading, and structured strategy orders.
  • Safety-first execution controls: trade confirmation gates for mainnet write operations, large-order warnings, API-key masking rules, and guarded auto-update behavior.
  • Modular, on-demand operation: routes intents to specialized module instructions (market, spot, derivatives, earn, account, alpha-trade, tradfi, strategy, trading bots, etc.) with dependency loading and graceful degradation.

Quick Start

Please read https://raw.githubusercontent.com/bybit-exchange/skills/main/SKILL.md, save it as a skill, and help me trade on Bybit by placing a confirmed BTCUSDT buy on spot in testnet.

Frequently Asked Questions about bybit-trading

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

FAQPage Schema
How do I execute crypto trades on Bybit using natural language?

You can execute crypto trades on Bybit by providing natural-language instructions for spot, derivatives, earn, or on-chain alpha trading. The skill routes your intent to specialized modules, validates inputs, and enforces safety confirmations before executing authenticated API workflows.

Can I place orders across different Bybit products without writing code?

Yes, you can place orders across Bybit products without writing code. The skill supports natural-language order placement for spot trading, linear and inverse derivatives, earn products, on-chain alpha trades, and structured strategy bot execution.

How does this skill handle safety confirmations for trading operations?

Safety confirmations are enforced for mainnet write operations, requiring explicit approval before executing trades. The skill also implements large-order warnings, API-key masking, and guarded auto-update behavior to ensure secure trading execution.

Do I need to configure API authentication manually for Bybit trading?

You do not need to handle raw API authentication manually. The skill manages correct endpoint request formats, authentication headers, and fallback behavior automatically when you issue natural-language trading or research instructions.

What happens if a specific Bybit trading module fails to load?

If a Bybit trading module fails to load, the skill implements graceful degradation and fallback behavior. It uses a manifest-driven auto-update system to load specialized instructions on-demand, ensuring continuous operation even if some modules cannot be fetched.

Are there limitations when executing large orders on Bybit spot and derivatives?

The primary limitation for large orders is the built-in large-order warning system. While the skill handles spot, derivatives, and earn products, it enforces strict confirmation gates and input validation rules for mainnet write operations to prevent irreversible mistakes.