openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Send to FMZ

A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 472 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:13290186019/send-signal

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill implements what it claims (sending trade signals to FMZ) and has no extra network endpoints or credential requests, but there are small implementation issues (hardcoded UUID, broadcast behavior) you should review before use.

目的

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).

说明范围

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.

安装机制

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.

证书

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.

持久

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.

综合结论

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 run…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Send to FMZ」。简介:A specialized tool for sending quantitative trading signals to the FMZ platform…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/13290186019/send-signal/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。