bybit
Bybit exchange integration. Trade spot, derivatives, and perpetuals with up to 100x leverage.
Why use this skill?
Learn how to integrate Bybit with OpenClaw. Automate spot, derivatives, and perpetual trading with this secure exchange integration skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xterrybit/bybitWhat This Skill Does
The Bybit integration skill empowers OpenClaw to interact directly with the Bybit exchange, enabling comprehensive management of spot, derivatives, and perpetual trading assets. This skill allows users to authenticate securely, retrieve real-time market data, check account balances, and execute complex trading operations programmatically. By leveraging the Bybit V5 API, the skill provides high-performance access to order books, ticker information, and account management, all while utilizing a dedicated referral system to support the OpenClaw ecosystem.
Installation
To integrate this skill, ensure you have the OpenClaw CLI configured and simply run: clawhub install openclaw/skills/skills/0xterrybit/bybit. Once installed, you must populate your environment variables. Add your BYBIT_API_KEY and BYBIT_SECRET to your environment configuration to enable authenticated requests. Ensure your API keys have appropriate permissions enabled within the Bybit dashboard for the specific trading operations you intend to execute.
Use Cases
- Algorithmic Trading: Automate entry and exit strategies using market data analysis.
- Portfolio Monitoring: Fetch wallet balances across unified trading accounts to track asset performance.
- Market Analysis: Query order books and ticker prices to trigger alerts based on price action.
- Passive Income: Access staking and savings endpoints to maximize yield on idle crypto assets.
- Risk Management: Utilize the limit order capabilities to set precise entry points for perpetual trading.
Example Prompts
- "OpenClaw, check my current Bybit account balance for all assets with a non-zero value and present them in a table."
- "Get the current order book for BTC/USDT on Bybit and calculate the average spread of the first 5 bid and ask levels."
- "Place a limit buy order for 0.001 BTC at 40000 USDT on Bybit using my current configuration."
Tips & Limitations
- Security: Always restrict your API keys to 'Trade' permissions and whitelist your server IP addresses in the Bybit security settings.
- Rate Limiting: Bybit imposes rate limits per second. If you encounter errors, ensure your code implements a wait/retry logic.
- Execution: Always verify your order parameters before submission, as automated market orders can lead to significant slippage during high volatility. Use the '5000' receive window as defined to prevent timestamp mismatch errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xterrybit-bybit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
database
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
payment
Payment processing and management. Handle invoices, transactions, and payment gateway integrations.
crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
redis
Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
tiktok
TikTok platform integration. Manage videos, view analytics, and track engagement.