← 返回 Skills 市场
cyberleo986

Go Trader

作者 Cyber leo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install go-trader
功能描述
Control and monitor the go-trader cryptocurrency trading system with natural language commands for strategies, status, risk, and emergency stops.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install go-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /go-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug go-trader
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Go Trader 是什么?

Control and monitor the go-trader cryptocurrency trading system with natural language commands for strategies, status, risk, and emergency stops. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Go Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install go-trader」即可一键安装,无需额外配置。

Go Trader 是免费的吗?

是的,Go Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Go Trader 支持哪些平台?

Go Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Go Trader?

由 Cyber leo(@cyberleo986)开发并维护,当前版本 v1.0.0。

💬 留言讨论