📦 Gate Exchange Futures — 永续合约交易
v1.0.1对接 Gate 交易所 USDT 永续合约,支持开仓、平仓、杠杆调节与仓位管理,一句话指令完成多空操作。
0· 126·0 当前·0 累计
下载技能包
最后更新
2026/4/2
安全扫描
OpenClaw
可疑
high confidenceNULL
评估建议
Key things to check before installing:
- Verify provenance: README claims an official Gate repo and Gate.com publisher but Registry 'Source' is unknown and no homepage is provided. Ask the publisher for the canonical repository/link and confirm the repo ownership (e.g., gate.com GitHub org) before trusting the skill.
- Credentials mismatch: The skill docs require a Gate API key (Fx:Write) but the registry metadata lists no required env vars/credentials. Do not provide high-privilege API keys un...详细分析 ▾
⚠ 用途与能力
SKILL.md, README.md, and the references consistently describe Gate futures operations (open/close/cancel/amend/TP-SL/conditional) and list only Gate MCP tools — this aligns with the stated purpose. However, the skill metadata in the registry declares no required credentials or primaryEnv while the SKILL.md and MCP docs explicitly state an API key (Fx:Write) is required. The README also claims an official Gate repo/publisher but the package 'Source' is unknown and homepage is none, which is an unexplained mismatch.
✓ 指令范围
The runtime instructions are narrowly scoped to Gate MCP read/write trading operations and include mandatory confirmation gates before any write. They do not instruct reading unrelated local files or unrelated credentials. One caveat: the runtime references an external 'gate-runtime-rules.md' hosted on GitHub; that external document could change behavior and should be reviewed.
✓ 安装机制
This is an instruction-only skill with no install spec and no code files — lowest install risk. The skill does reference separate installer skills (IDE-specific) for MCP setup, which is expected for MCP-based skills.
⚠ 凭证需求
Operationally the skill requires a Gate API key with Fx:Write permissions (proportionate for trading). But the registry metadata lists no required env vars or primary credential, creating a dangerous mismatch: the skill will not function without credentials, yet the package metadata doesn't declare them. Also verify the API key is restricted to the minimum scope, IPs, and the correct Gate account (preferably a low-balance/test account first).
ℹ 持久化与权限
always:false (good). The skill allows model invocation (normal) and requires Fx:Write via MCP — autonomous invocation combined with write privileges increases blast radius if a malicious or buggy skill acted unexpectedly, but autonomous invocation by itself is the platform default and is not disallowed. SKILL.md's confirmation gates mitigate risk but you should verify they are enforced by your agent runtime.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/28
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install gate-exchange-futures-v2
镜像加速npx clawhub@latest install gate-exchange-futures-v2 --registry https://cn.longxiaskill.com镜像同步中