← Back to Skills Marketplace
cyberleo986

Go Trader

by Cyber leo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install go-trader
Description
Control and monitor the go-trader cryptocurrency trading system with natural language commands for strategies, status, risk, and emergency stops.
README (SKILL.md)

go-trader Trading Bot Control

Control the go-trader cryptocurrency trading system through natural language commands.

Available Commands

Status & Monitoring

  • "What's my trading status?" → Check all positions and P&L
  • "Show my BTC position" → Get specific asset status
  • "Check trading health" → Verify go-trader is running
  • "View recent trades" → Display recent trading activity
  • "Show trading logs" → View system logs

Control Commands

  • "Enable momentum strategy" → Activate momentum trading
  • "Disable RSI strategy" → Pause RSI strategy
  • "Switch to paper trading" → Change to paper trading mode
  • "Switch to live trading" → Enable live trading (WARNING)

Risk Management

  • "Emergency stop all" → Immediately halt all positions
  • "Show risk status" → Display current risk metrics
  • "Reset trading state" → Clear and reset trading state

System Information

  • go-trader API: localhost:8099
  • Status endpoint: /status
  • Health endpoint: /health

Safety

  • Always confirm before enabling live trading
  • Default to paper trading mode
  • Emergency stop available for urgent situations
Usage Guidance
This skill runs a local shell script that queries localhost:8099 and uses systemctl and journalctl to control and inspect the go-trader service. Before installing: (1) verify the skill's origin and review the control.sh contents yourself, (2) expect to need curl and python3 on PATH and sufficient permissions to run systemctl/journalctl (it may require root or group membership), (3) be cautious about allowing autonomous invocation — an agent could stop trading if triggered; prefer user-invocable only or require explicit confirmations, (4) test in a safe (paper-trading or staging) environment first, and (5) ask the publisher to update the manifest to declare required binaries and document privilege requirements and the apparent (but unused) Telegram note. If you cannot review or limit its privileges, do not install it on a production trading host.
Capability Analysis
Type: OpenClaw Skill Name: go-trader Version: 1.0.0 The skill bundle provides a legitimate interface for managing a local cryptocurrency trading service called 'go-trader'. The control.sh script uses standard system commands like systemctl and journalctl to manage the service and curl to interact with a local API at localhost:8099, all of which align with the functionality described in SKILL.md. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's stated purpose (control and monitor a local go-trader) aligns with the behavior in control.sh (curl localhost:8099/status, /health; start/restart/stop via systemctl; view logs via journalctl). However the SKILL.md and registry metadata do not mention that the implementation uses systemctl/journalctl or requires curl/python3, and the control.sh header refers to Telegram even though no Telegram integration is present. These omissions are inconsistent with the manifest.
Instruction Scope
SKILL.md describes monitoring and control, including emergency stop; the shipped script implements these by invoking systemctl to stop/start/restart the go-trader service and journalctl to read logs. Those operations touch system services and system logs (beyond just HTTP queries to localhost). The instructions do not declare these actions or warn that the agent will need privilege to run them, nor do they limit when emergency actions may be invoked.
Install Mechanism
This is an instruction-only skill with a small shell script and no install spec; nothing is downloaded or installed by the skill itself, which is low risk. The script will run local commands when invoked.
Credentials
The registry lists no required binaries or credentials, but control.sh requires curl, python3 (for json.tool), journalctl, and systemctl. It may also require elevated privileges (or membership in systemd/journal groups) to stop/start services and read logs. The manifest should declare these dependencies and the need for appropriate privileges; the absence is a proportionality mismatch.
Persistence & Privilege
always is false (good), but the skill — if invoked — can perform high-privilege actions (systemctl stop/start/restart) and read system logs. Because autonomous invocation is allowed by default, the ability to halt trading is high impact. The skill does not request persistent presence, but its actions require system-level privileges that should be explicitly acknowledged and constrained.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install go-trader
  3. After installation, invoke the skill by name or use /go-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of go-trader skill. - Control the go-trader cryptocurrency trading bot with natural language commands. - Check trading status, view positions, and monitor recent trades/logs. - Manage strategies and switch between paper and live trading modes. - Access risk management commands, including emergency stop and status reset. - Includes safety features like live trading confirmation and emergency stop.
Metadata
Slug go-trader
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Go Trader?

Control and monitor the go-trader cryptocurrency trading system with natural language commands for strategies, status, risk, and emergency stops. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Go Trader?

Run "/install go-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Go Trader free?

Yes, Go Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Go Trader support?

Go Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Go Trader?

It is built and maintained by Cyber leo (@cyberleo986); the current version is v1.0.0.

💬 Comments