← 返回 Skills 市场
Send to FMZ
作者
13290186019
· GitHub ↗
· v1.0.0
671
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install send-signal
功能描述
A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.
安全使用建议
This skill is generally what it says — it posts trade signals to FMZ — but review and tighten a few things before installing: (1) Replace the hardcoded MY_UUID with a secret passed via environment variable or secure input rather than editing the source, so the UUID isn't exposed in code. (2) Confirm the use of node_id=0 (broadcast) is intended — broadcasting will send the signal to all robots and can have unintended effects. (3) Ensure the runtime has the requests package or adapt the code to available HTTP tooling. (4) Add response validation and error handling (check FMZ API response body) before assuming success. (5) Test in a safe/staging robot on FMZ to confirm behavior and rate limits before sending real trades.
功能分析
Type: OpenClaw Skill
Name: send-signal
Version: 1.0.0
The skill is designed to send trading signals to the FMZ platform. It is classified as suspicious due to a significant vulnerability: the `handler.py` file contains a hardcoded `MY_UUID` (`530032201`) which is intended for user customization but serves as a default. If FMZ's API relies solely on this UUID for authentication, any user who deploys this skill without changing the default UUID could be vulnerable to unauthorized trading signals being sent to their FMZ robots by anyone else using the same default UUID, potentially leading to financial loss. This represents a weak authentication mechanism and a potential for unauthorized actions on the trading platform, even though there is no evidence of direct malicious intent against the user's local system.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the handler sends JSON signals to FMZ's channel API. The single included Python file and the runtime instructions align with the declared purpose (FMZ trade signal transmission).
Instruction Scope
SKILL.md confines behavior to sending trade commands; the code does exactly that. However, SKILL.md claims 'Secure Communication: Uses a user-defined UUID' while the implementation uses a hardcoded MY_UUID constant and only suggests editing the source — there is no secure storage or env var for the UUID. Also the code broadcasts to node_id=0 (all robots), which is a behavior the docs don't emphasize as a risk.
Install Mechanism
Instruction-only with a small handler file; there is no install spec, no external downloads, and no archive extraction. Uses the requests library which is common but may need to be present in the runtime environment.
Credentials
The skill requests no environment variables or credentials (proportionate). However, it embeds a 'UUID' in code (MY_UUID) rather than accepting it as a declared/secret env var or parameter — this reduces security and makes secret management awkward. The code does not require unrelated credentials or access.
Persistence & Privilege
Does not request permanent/always-on privilege. Flags show always:false and normal invocation behavior. The skill does not attempt to modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install send-signal - 安装完成后,直接呼叫该 Skill 的名称或使用
/send-signal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of SendTradeSignal, a tool for sending quantitative trading signals to the FMZ platform via HTTP API.
- Supports buy, sell, wait, and close actions for user-defined trading pairs and prices.
- Ensures secure communication with UUID-based source verification.
- Transmits structured JSON signals with action, symbol, price, and trade reasoning.
- Compatible with HTTP/HTTPS protocols for broad integration.
元数据
常见问题
Send to FMZ 是什么?
A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 671 次。
如何安装 Send to FMZ?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-signal」即可一键安装,无需额外配置。
Send to FMZ 是免费的吗?
是的,Send to FMZ 完全免费(开源免费),可自由下载、安装和使用。
Send to FMZ 支持哪些平台?
Send to FMZ 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Send to FMZ?
由 13290186019(@13290186019)开发并维护,当前版本 v1.0.0。
推荐 Skills