← 返回 Skills 市场
900
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install trading-signals-ws
功能描述
Real-time crypto trading signal generator using WebSocket price feeds. Connects to Bybit (or any exchange) WebSocket, runs configurable strategies on live ca...
安全使用建议
This skill appears to do what it claims: it connects to public exchange feeds, computes indicators, and posts alerts to Telegram. Before installing, (1) review config.py and do not put unrelated secrets into it; only provide TG_BOT_TOKEN and TG_CHAT_ID if you want alerts. (2) Run the bot as a dedicated, non-root user (do not deploy the example systemd unit with WorkingDirectory=/root), and run inside a virtualenv so dependencies are isolated. (3) Inspect the full signal_bot.py (especially any parts not visible in the truncated paste) to confirm it only contacts exchange public APIs and Telegram. (4) Be cautious about subscribing or sharing credentials with third-party services advertised in the README (tinyore.com) — they are separate from this code. (5) Keep your Telegram bot token private: anyone with it can send messages from your bot. If you plan to use exchange private endpoints later, only provide exchange API keys with minimal scopes and consider hardware isolation.
功能分析
Type: OpenClaw Skill
Name: trading-signals-ws
Version: 1.3.0
The skill is classified as suspicious due to the inclusion of systemd deployment instructions in `SKILL.md` that establish persistence and suggest execution with elevated privileges (e.g., `WorkingDirectory=/root/signals`). While intended for legitimate deployment, this capability could be leveraged for malicious purposes if the agent or the script were compromised. Additionally, `SKILL.md` includes instructions for external network calls to `api.tinyore.com` for an optional service, and `scripts/signal_bot.py` uses `parse_mode='HTML'` for Telegram messages, which, while not directly exploitable here, is a general vulnerability pattern if message content were to become user-controlled.
能力评估
Purpose & Capability
Name/description (WebSocket price feeds → strategies → Telegram alerts) match the included scripts and SKILL.md. The code subscribes to Bybit public feeds, computes indicators, and posts alerts to Telegram as described. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions tell the agent to install websockets/ccxt/requests, copy/edit config.py, and run the provided script — all reasonable. SKILL.md also advertises a third-party hosted API (tinyore.com) and a Telegram contact; the code does not appear to call that API, but the marketing text could lead users to external services. The systemd example uses /root in WorkingDirectory, which is a poor default (see user guidance).
Install Mechanism
No packaged install spec; Quick Start uses pip to install standard libraries (websockets, ccxt, requests). No downloads from untrusted URLs or archive extraction. Code files are provided in the repo and nothing in the manifest suggests a high-risk install step.
Credentials
The only sensitive values the skill expects are TG_BOT_TOKEN and TG_CHAT_ID (used only to send Telegram messages). The included config template uses environment variables as an option but does not request unrelated credentials (no AWS, exchange private keys, or system secrets). ccxt is used for public OHLCV data without API keys.
Persistence & Privilege
The skill persists local state (signal_state.json) and writes logs (signal_bot.log) which is normal for a long-running bot. It does not request elevated platform privileges. However the provided systemd example writes a unit that runs the service under /root and would run as root if used as-is — users should run the service under a dedicated non-root user and secure the working directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trading-signals-ws - 安装完成后,直接呼叫该 Skill 的名称或使用
/trading-signals-ws触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Added HYPE and PEPE pairs, 4 strategies total
v1.2.0
Use api.tinyore.com domain with SSL
v1.1.0
Added hosted signal API with free/pro tiers
v1.0.0
Initial release: Real-time crypto trading signal generator with WebSocket support.
- Connects to Bybit (or other exchanges) WebSocket for live price feeds.
- Supports multiple trading pairs and individual strategies per symbol.
- Generates signals using configurable strategies (EMA, RSI, MACD, etc.).
- Sends formatted trading alerts to Telegram with entry, stop-loss, and take-profit details.
- Features auto-reconnect, persistent state, and protection against alert spam.
- Includes setup instructions, sample configuration, and deployment info.
元数据
常见问题
Trading Signals Ws 是什么?
Real-time crypto trading signal generator using WebSocket price feeds. Connects to Bybit (or any exchange) WebSocket, runs configurable strategies on live ca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 900 次。
如何安装 Trading Signals Ws?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trading-signals-ws」即可一键安装,无需额外配置。
Trading Signals Ws 是免费的吗?
是的,Trading Signals Ws 完全免费(开源免费),可自由下载、安装和使用。
Trading Signals Ws 支持哪些平台?
Trading Signals Ws 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trading Signals Ws?
由 SunnyZhou(@sunnyztj)开发并维护,当前版本 v1.3.0。
推荐 Skills