← 返回 Skills 市场
2933
总下载
9
收藏
4
当前安装
37
版本数
在 OpenClaw 中安装
/install openbroker
功能描述
Hyperliquid trading plugin with background position monitoring and custom automations. Execute market orders, limit orders, manage positions, view funding ra...
安全使用建议
This skill appears to do what it says, but it needs your HYPERLIQUID_PRIVATE_KEY — which grants the ability to sign trades and control funds. Before installing: 1) Verify the npm package publisher and reviews (ensure the package you run is the legitimate 'openbroker'). 2) Consider running the CLI in an isolated environment or container and inspect the installed package/binary. 3) Use a wallet/private key with limited funds (or testnet) for initial testing. 4) Prefer using --dry and --json flags when possible to verify behavior without executing live trades. 5) Be aware the CLI may write/read local config files created by `openbroker setup` that could store keys or state.
功能分析
Type: OpenClaw Skill
Name: openbroker
Version: 1.0.89
The openbroker skill bundle provides a comprehensive interface for Hyperliquid DEX trading, including market operations, account management, and event-driven TypeScript automations. While the skill requires high-risk permissions—specifically access to the HYPERLIQUID_PRIVATE_KEY and the ability to execute shell commands via the openbroker binary—the behavior described is entirely consistent with its stated purpose. The SKILL.md instructions for the AI agent are safety-oriented, emphasizing risk management, liquidation monitoring, and transparent communication with the user via webhooks (api.publish). No evidence of malicious intent, credential exfiltration, or deceptive prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description, required binary (openbroker), and primary env var (HYPERLIQUID_PRIVATE_KEY) all align with a trading CLI that must sign orders for Hyperliquid. The listed plugin tools map directly to CLI commands and the npm install spec matches the claimed binary.
Instruction Scope
SKILL.md instructs the agent to run openbroker CLI commands (and to fall back to Bash invoking the CLI). It also references running `openbroker setup` which generates a wallet/config and may create or read local files holding credentials. This is within the skill's trading purpose but means the agent will execute CLI commands and read/write local config files as part of normal operation.
Install Mechanism
Install uses the public npm package 'openbroker' which is the expected distribution method for a Node CLI. NPM installs carry the usual moderate risk (unreviewed code executed on install), but there is no downloader from arbitrary URLs or archive extraction from unknown hosts.
Credentials
Only HYPERLIQUID_PRIVATE_KEY is required and listed as the primary credential. That is proportionate for a trading agent that must sign orders. No unrelated credentials or file paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. It can be invoked autonomously (default), which is expected for skills; that combined with access to a signing private key is powerful but coherent for a trading tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openbroker - 安装完成后,直接呼叫该 Skill 的名称或使用
/openbroker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.89
- Version bump from 1.0.88 to 1.0.89 with no file changes detected.
- Metadata updated to reflect the new version.
- splitting monitoring into a separate package
v1.0.88
openbroker 1.0.88
- Updated version metadata from 1.0.85 to 1.0.88.
- fee math fixes
v1.0.85
- Added documentation for unique asset IDs (assetId) for accurate coin disambiguation and referencing in JSON outputs.
- Updated the CLI fallback and plugin tool table to cover additional info commands such as spot, trades, fees, order-status, rate-limit, and funding-history.
- Clarified that all info commands support `--json` output for structured responses.
- Minor improvements and clarifications throughout the readme for easier usage and troubleshooting.
v1.0.82
- Version metadata updated from 1.0.80 to 1.0.82.
- Testnet support added
- custom config flag -c
v1.0.80
- Version bump to 1.0.80.
- Automated audit & reporting
v1.0.79
- Added new plugin tools: ob_spot_buy and ob_spot_sell for spot trading.
- Expanded allowed-tools list to include ob_spot_buy and ob_spot_sell.
- Updated metadata version from 1.0.75 to 1.0.79.
v1.0.75
Version 1.0.75 Changelog:
- WS Integration
v1.0.71
- Added new TWAP management plugin tools: ob_twap_cancel and ob_twap_status.
- Expanded allowed-tools list to support TWAP order management.
- Updated metadata version to 1.0.71.
v1.0.69
- Version bump to 1.0.69.
- detailed automation API client methods
v1.0.68
- Version updated to 1.0.68
v1.0.67
- Updated documentation for wallet funding: fresh wallets should now be funded by sending USDC from your Hyperliquid account using Hyperliquid L1 only.
- Bumped internal metadata version to 1.0.67.
v1.0.66
- Version bump: updated version metadata to 1.0.66.
- cancel orders fix
v1.0.65
No user-facing changes detected in this release.
- Version updated to 1.0.65
- Automations v1
v1.0.64
No user-facing changes in this version.
- Internal version update to 1.0.64.
- fix for updateLeverage on the plugin execution workflow
v1.0.63
openbroker 1.0.63
- Bump version to 1.0.63 in metadata.
- No other changes detected.
v1.0.62
- Version bump from 1.0.61 to 1.0.62 with no code or SKILL.md content changes detected.
- All functionality, commands, and compatibility remain unchanged.
v1.0.61
- Added support for custom automations and event-driven automation scripts.
- Introduced new tools: ob_auto_run, ob_auto_stop, and ob_auto_list for managing automation scripts.
- Updated description to reflect automation capabilities.
- Enhanced background position monitoring with custom automation features.
- Expanded CLI command reference and plugin tool equivalents to include automation commands.
v1.0.60
- Version bump to 1.0.60 in skill metadata.
v1.0.59
**This release adds troubleshooting guidance for plugin tool errors and recommends CLI command fallbacks.**
- Added a "Troubleshooting: CLI Fallback" section describing how to use CLI equivalents if any `ob_*` plugin tool fails or returns unexpected results.
- Included a table mapping each plugin tool to its CLI command for easy reference.
- Provided notes on when to use CLI commands (e.g., for better error handling, more verbose output, or long-running operations).
- No code changes; documentation and user guidance improved for reliability.
v1.0.57
- Version bump from 1.0.56 to 1.0.57.
- json mode
元数据
常见问题
Open-broker 是什么?
Hyperliquid trading plugin with background position monitoring and custom automations. Execute market orders, limit orders, manage positions, view funding ra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2933 次。
如何安装 Open-broker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openbroker」即可一键安装,无需额外配置。
Open-broker 是免费的吗?
是的,Open-broker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Open-broker 支持哪些平台?
Open-broker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open-broker?
由 Yahya(@ya7ya)开发并维护,当前版本 v1.0.89。
推荐 Skills