beetrade
Use Beecli to interact with the Beetrade platform for authentication, market data, bot/strategy operations, alerts, accounts, and portfolio workflows. Use this skill whenever a user asks to run or troubleshoot Beecli commands.
Why use this skill?
Automate your trading strategy management and portfolio tracking with the Beetrade skill for OpenClaw. Secure, efficient, and built for performance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/htranbee/beetradeWhat This Skill Does
The Beetrade skill provides a robust interface for interacting with the Beecli command-line tool, enabling users to manage their trading lifecycle directly within OpenClaw. It serves as a secure bridge to the Beetrade platform, covering authentication, market analysis, portfolio tracking, and bot strategy management. By utilizing this skill, you can automate routine tasks, monitor market conditions, and manage your trading bots without manually navigating complex terminal commands.
Installation
To integrate the Beetrade skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/htranbee/beetrade
Use Cases
This skill is designed for professional traders and developers looking to streamline their workflow. Common use cases include:
- Portfolio Monitoring: Fetching real-time account balances and asset positions to track performance.
- Market Analysis: Querying live market data for specific symbols to inform trading decisions.
- Bot Management: Starting, stopping, or configuring trading strategies in both paper and live environments.
- Authentication Management: Handling secure login sessions and checking status to ensure consistent connectivity.
Example Prompts
- "Check the status of my active trading bots and list their current profit margins."
- "Can you show me the current market data for BTC-USDT and verify my portfolio balance?"
- "Start the backtest for the 'momentum-alpha' strategy and let me know when it finishes."
Tips & Limitations
- Safety First: Always use 'paper' or 'backtest' modes before moving to live trading. The skill is designed to prompt for explicit confirmation before any destructive or high-risk actions like starting live trades or deleting account data.
- Data Privacy: The skill adheres to strict credential protection protocols. It automatically strips sensitive data such as API keys and tokens from terminal outputs to ensure your credentials remain local and secure. Never share or log your configuration files.
- Fixed Endpoints: The skill communicates exclusively with the official
https://api.prod.beetrade.com/api/v2endpoint. Custom API URL overrides are disabled to prevent man-in-the-middle attacks and ensure consistency with the production environment. If you encounter errors, verify your authentication status first usingbeecli auth status.
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-htranbee-beetrade": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution