← 返回 Skills 市场
morebetterclaw

Vantage — HL Autonomous Trading Agent

作者 morebetterclaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
250
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vantage
功能描述
Vantage — Autonomous trading agent for Hyperliquid perpetual futures. Signal-to-execution in one loop. Runs on your machine. No cloud infra. No ongoing cost...
安全使用建议
This package is internally consistent with being a local trading bot — it legitimately needs your Hyperliquid private key to sign orders — but the registry metadata fails to declare those required secrets. Before using with real funds: (1) Do NOT supply your main/private wallet key until you audit trader.js and setup-check.js to confirm the key is only used locally and never transmitted. Search the codebase for any network calls that include process.env.HYPERLIQUID_PRIVATE_KEY or other sensitive data. (2) Run entirely in --paper mode first and verify one complete cycle. (3) Prefer using a funded test account or a wallet with minimal funds. (4) Avoid setting OPENAI_API_KEY unless you understand remote LLM fallback behavior (it will call api.openai.com). (5) Ask the skill author or registry to correct the metadata to explicitly require HYPERLIQUID_PRIVATE_KEY and HYPERLIQUID_WALLET_ADDRESS so the requirement is visible at install time. If you cannot review trader.js or cannot confirm the key is never exfiltrated, do not run live trading with valuable keys.
功能分析
Type: OpenClaw Skill Name: vantage Version: 1.0.0 The Vantage trading agent is a well-structured and functional tool for Hyperliquid perpetual futures. It demonstrates strong security awareness by performing local EIP-712 transaction signing, implementing private key redaction in error logs (src/trader.js), and providing a comprehensive pre-flight configuration validator (src/setup-check.js) to ensure keys match wallet addresses before execution. No evidence of data exfiltration, malicious prompt injection, or unauthorized remote execution was found; the 'profit sweep' feature is a documented manual alert system rather than an automated withdrawal mechanism.
能力评估
Purpose & Capability
The code and SKILL.md describe a local autonomous trading agent that requires a Hyperliquid private key and wallet address — which is coherent for the stated purpose. However the registry metadata (required env vars / primary credential) incorrectly lists none. That mismatch is significant because it hides the fact that a high-value secret (private key) is required.
Instruction Scope
Runtime instructions and code stay within trading-related scope: market data fetches (Hyperliquid, Midgard/THORNode, CoinGecko), local paper-trading state, LLM decision layer (local Ollama preferred, OpenAI optional), and order signing/execution. The SKILL.md and README instruct storing the private key in .env and running setup-check.js — expected for a trading bot. There is no obvious instruction to read unrelated files, but you should inspect trader.js and setup-check.js (not fully shown) to confirm the private key is only used locally and not sent to third parties.
Install Mechanism
No remote install/download step is present in the skill bundle; dependencies are standard npm packages (axios, ethers, dotenv, etc.). The package files are included in the bundle rather than being downloaded from arbitrary URLs, so install risk is typical for local Node code.
Credentials
The skill requires HYPERLIQUID_PRIVATE_KEY and HYPERLIQUID_WALLET_ADDRESS (high-value credentials) per SKILL.md and README — appropriate for trading — but the registry metadata does not declare them. Optional envs include OPENAI_API_KEY and OLLAMA_URL which enable remote/local LLMs. The omission of required env declarations in metadata reduces transparency and increases risk that users install without realizing they'll provide a private key.
Persistence & Privilege
The skill is not marked always:true and does not request elevated system-wide privileges. It writes a local paper-trades.json under the skill's data directory and otherwise behaves as a normal local CLI application.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vantage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vantage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: autonomous signal-to-execution trading agent for Hyperliquid perpetual futures. Signal engine, Kelly criterion sizing, EIP-712 order execution, paper mode, setup validator.
元数据
Slug vantage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Vantage — HL Autonomous Trading Agent 是什么?

Vantage — Autonomous trading agent for Hyperliquid perpetual futures. Signal-to-execution in one loop. Runs on your machine. No cloud infra. No ongoing cost... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Vantage — HL Autonomous Trading Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vantage」即可一键安装,无需额外配置。

Vantage — HL Autonomous Trading Agent 是免费的吗?

是的,Vantage — HL Autonomous Trading Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vantage — HL Autonomous Trading Agent 支持哪些平台?

Vantage — HL Autonomous Trading Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vantage — HL Autonomous Trading Agent?

由 morebetterclaw(@morebetterclaw)开发并维护,当前版本 v1.0.0。

💬 留言讨论