@349/bybit

Execute spot and perpetual futures orders on Bybit with TP+SL combos.

1|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 349-bybit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @349/bybit
Source: https://github.com/Starchild-ai-agent/community-skills/tree/main/349/bybit
Command: npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 349-bybit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines trading on the Bybit exchange by allowing direct interaction with spot and perpetual futures markets through Starchild, eliminating the need to switch between platforms for common trading actions.

Core Features & Use Cases

  • Comprehensive Trading: Execute market, limit, stop, and TP+SL combo orders for both Spot and USDT Perpetual contracts.
  • Account Management: Monitor balances, view open orders and positions, and access historical trade data.
  • Market Data: Retrieve real-time ticker prices, order books, and candlestick (OHLCV) data.
  • Use Case: Automatically place a limit buy order for ETH/USDT on Bybit Spot, and if filled, immediately attach a stop-loss at $2500 and a take-profit at $3200.

Quick Start

Use the bybit skill to check your spot account balance.

Frequently Asked Questions about @349/bybit

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

FAQPage Schema
How do I place a take-profit and stop-loss combo order for Bybit perpetual futures?

To place a take-profit and stop-loss combo order for Bybit perpetual futures, you can execute TP+SL combo orders alongside reduce-only futures orders to manage positions and automatically attach exit points.

What do I need to authenticate my account and check my Bybit spot balance?

To check your Bybit spot balance and authenticate actions, you need to set the BYBIT_API_KEY and BYBIT_SECRET environment variables to enable secure access for account balance checks and trading.

Can I retrieve real-time market data and order books for Bybit spot trading?

You can retrieve real-time market data for Bybit spot trading, including real-time ticker prices, order books, and candlestick OHLCV data, to inform your market entries and exits.

Does this approach support executing limit and market orders for spot trading?

Yes, this approach supports executing comprehensive spot trading orders, allowing you to place market, limit, and stop orders directly on the Bybit exchange without switching platforms.

What are the prerequisites for using ccxt to automate Bybit trading?

The prerequisite for automating Bybit trading is having the ccxt dependency installed and configured, alongside providing your API keys, to enable programmatic interaction with Bybit's markets.