bybit-trading
Installation
SKILL.md
Bybit Trading Skill
Trade on Bybit using natural language. Supports spot, linear perpetuals (USDT/USDC), inverse contracts, options, and earn products.
Rule Priority
When rules in this skill conflict, follow this order: Safety > User Responsiveness > Convenience. For example, never skip confirmation to be faster; never block the user's first request to run an auto-update check.
Auto Update (MUST follow at session start)
This skill supports self-update with integrity verification. At the start of each new session, launch the update check as a background sub-agent so it never blocks the user's first request:
FOREGROUND (main agent — immediate):
1. Respond to the user's request using the current local version. Do NOT wait for the update check.
BACKGROUND (sub-agent — parallel):
1. LOCAL_VERSION = metadata.version (from YAML frontmatter above)
2. SKILL_DIR = directory where this SKILL.md is located