📦 Open-broker — 链上极速交易

v1.0.85

连接 Hyperliquid 的链上永续合约交易插件,支持市价/限价下单、持仓监控、资金费率查看与自定义自动化策略,一键完成杠杆交易。

9· 2.8k·4 当前·4 累计
ya7ya 头像by @ya7ya (Yahya)
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to be what it says: a CLI-based Hyperliquid trading plugin that requires the openbroker npm package and your HYPERLIQUID_PRIVATE_KEY. Before installing: (1) Only provide a private key if you trust the package/author — the key can execute trades and move funds. Prefer using a wallet or key with limited funds or a mechanism that can be revoked. (2) Inspect the openbroker npm package source (repository, maintainers, recent changes) and verify the package integrity. (3) Consider r...
详细分析 ▾
用途与能力
Name/description (Hyperliquid trading, order/position management) match the declared requirements: a CLI binary named 'openbroker' and a Hyperliquid private key. The npm package install and the listed plugin tools map directly to trading and info commands.
指令范围
SKILL.md only describes running the openbroker CLI and associated ob_* plugin tools (and falling back to the CLI via Bash). Those instructions are within the trading scope. Note: fallback to running CLI commands via Bash means the agent will execute the installed binary with arbitrary arguments from the skill, which is expected for a CLI-driven trading skill but gives the skill the ability to place/execute trades if the private key is present.
安装机制
Install is an npm package (openbroker) that provides the required 'openbroker' binary. This is an expected mechanism for a Node CLI, but installing arbitrary npm packages carries typical supply-chain risk (package code runs on the host). The install source is the public npm registry (homepage matches), not a direct download URL.
凭证需求
Only HYPERLIQUID_PRIVATE_KEY is required and is declared as the primary credential — that aligns with the skill's purpose (signing/trading). However, a private key grants full trading control of the associated wallet/funds; this is highly sensitive and requires trusting the package and operator of any automation that uses it.
持久化与权限
always is false and the skill does not request system-wide config paths or other skills' credentials. Autonomous invocation is allowed (platform default) — combined with the private key this enables the agent to place trades, which is expected behavior but important to understand.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.852026/2/4

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install openbroker
镜像加速npx clawhub@latest install openbroker --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库