← 返回 Skills 市场
motivationationdaily

Tradebot Ops

作者 motivationationdaily · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
419
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tradebot-ops
功能描述
Monitor trading bot health by detecting stalls, verifying LIVE status and data freshness, restarting safely if needed, and summarizing status clearly.
安全使用建议
This skill looks like it was written to operate a real trading bot, but it leaves out key operational details. Before installing, confirm: (1) where the audit logs go and who can read them; (2) whether the agent runtime will have permission to read dist/out/* and to kill/start processes (these are privileged actions); (3) whether the /api/trading endpoints require authentication and, if so, what credentials will be used (the skill declares none); (4) add explicit safety checks and a human-confirm step before automated restarts in production to avoid accidental trading disruption. If you intend to use it, test in a safe staging environment with minimal privileges and explicit, auditable controls for restart actions.
功能分析
Type: OpenClaw Skill Name: tradebot-ops Version: 1.0.0 The `SKILL.md` file instructs the AI agent to perform operational tasks, including stopping and restarting a trading bot process. Specifically, the instruction "stop bot PID (runtime or heartbeat pid) → apply+restart" implies the agent will execute system commands to manage processes. If the PID is sourced from input files like `dist/out/live_heartbeat_*.json` without robust sanitization, this creates a potential shell injection vulnerability, allowing an attacker who can modify these files to execute arbitrary commands. While the stated purpose is benign (bot operation), this capability introduces a significant security risk due to potential command injection, classifying it as suspicious.
能力评估
Purpose & Capability
Name/description align with the SKILL.md checklist (detect stalls, verify LIVE, restart). However the skill declares no required binaries, env vars, or config paths while instructing the agent to read local files and stop/restart bot PIDs — actions that normally require filesystem and process-control privileges. The missing declaration of these needs is an inconsistency (under-specification) rather than outright maliciousness.
Instruction Scope
SKILL.md explicitly instructs reading specific files (dist/out/live_*.json/csv) and contacting UI endpoints (/api/trading/*), and to stop/restart the bot process. It is vague about how to authenticate to the API, where audit logs are written, and which commands are permitted for stopping/starting the bot. The open-ended 'stop bot PID → apply+restart' and lack of bounds (who may be restarted, required checks, rollback behavior) grants broad discretion and risk if misused.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest installation risk — nothing is downloaded or written by an installer.
Credentials
The skill requires access to specific local files and process control but declares no env vars or primary credential. If its API endpoints require authentication or if restarting the bot requires elevated privileges, credentials or config paths should be declared. The absence of declared credentials is an under-specification that could hide required sensitive access.
Persistence & Privilege
always:false and no persistence/install behavior are present. Autonomous invocation is allowed (platform default) but not combined here with other elevation flags. The main concern is that an autonomously-invoked agent with filesystem/process privileges could perform impactful actions — this is a procedural risk, not a declared privilege from the skill metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tradebot-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tradebot-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tradebot-ops. - Monitors trading bot health and detects operational stalls. - Validates bot state (LIVE/halting), data freshness, and signal updates. - Provides concise human-readable health summaries. - Automates safe restarts and stale state recovery actions. - Ensures safety by never auto-increasing risk and preferring self-heal.
元数据
Slug tradebot-ops
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tradebot Ops 是什么?

Monitor trading bot health by detecting stalls, verifying LIVE status and data freshness, restarting safely if needed, and summarizing status clearly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 Tradebot Ops?

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

Tradebot Ops 是免费的吗?

是的,Tradebot Ops 完全免费(开源免费),可自由下载、安装和使用。

Tradebot Ops 支持哪些平台?

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

谁开发了 Tradebot Ops?

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

💬 留言讨论