| name | beetrade |
| description | 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. |
| metadata | {"openclaw":{"requires":{"bins":["beecli"]},"install":[{"kind":"node","package":"@beelabs/beetrade-cli","bins":["beecli"],"label":"Install Beetrade CLI (npm)"}]}} |
Beetrade Skill
Use this skill to operate beecli safely and efficiently.
Quick Start
- Confirm
beecli exists: beecli --help.
- Check auth state first:
beecli auth status.
- If unauthenticated, run
beecli auth login to interactively continue the login flow.
- Run read-only/list/get command first to discover IDs before write actions.
- For mutating operations, restate exact command and impact before executing.
Safety Rules
Always require explicit user confirmation immediately before executing these actions:
- Any live trading start/stop command.
- Any delete command.
- Any command that updates account credentials.
- Any command that can place real orders or alter scheduled execution.
Default to safer alternatives first:
- Prefer
paper or backtest before live.
- Prefer
list/get/status/detail before update/delete/run.
If command intent is ambiguous, ask one clarifying question before running anything.