← Back to Skills Marketplace
anajuliabit

Hyperliquid Trading & Analysis

by Ana · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
7381
Downloads
20
Stars
49
Active Installs
1
Versions
Install in OpenClaw
/install hyperliquid-trading
Description
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.
Usage Guidance
Review carefully before installing. Use testnet or a dedicated limited trading wallet, do not expose a main wallet private key to the agent environment, verify every order and cancel-all action manually, and remove or change the hard-coded trading-state path if you do not want local portfolio data written there.
Capability Analysis
Type: OpenClaw Skill Name: hyperliquid-trading Version: 1.0.0 The skill is classified as suspicious due to the `scripts/check-positions.mjs` file directly reading from and writing to an absolute path `/home/ana/clawd/trading-state.json`. While the apparent intent is to persist trading state (last check, positions, account size), direct file I/O to an absolute path outside the skill's dedicated data directory represents a risky capability that could be abused if the path or content were altered, even though no clear malicious intent (like data exfiltration or persistence) is present in this specific implementation. All other files and instructions appear benign, focusing on legitimate Hyperliquid trading and market analysis via CoinGecko.
Capability Assessment
Purpose & Capability
The core purpose is coherent: it monitors Hyperliquid accounts, analyzes markets, and can place or cancel perpetual-futures orders. The concern is proportionality: with HYPERLIQUID_PRIVATE_KEY set, the scripts can execute live market/limit orders and cancel all orders, which is high-impact financial authority.
Instruction Scope
SKILL.md tells the agent to confirm trade parameters before execution, but the CLI itself has no enforced confirmation, dry-run mode, size limit, or second approval gate. Some workflow examples proceed directly to closing positions or canceling orders once invoked.
Install Mechanism
Installation is a normal Node npm install with a lockfile and no package install scripts found. The documentation recommends an .env workflow and says .gitignore protects it, but the supplied artifacts do not include those files.
Credentials
Network access to Hyperliquid and CoinGecko is expected, and read-only use can work with an address. Live trading requires putting a raw private key in the agent environment, with limited secret-handling guidance for a real-money trading context.
Persistence & Privilege
scripts/check-positions.mjs reads and writes /home/ana/clawd/trading-state.json, storing current positions and account size outside the skill directory. This persistence is not clearly disclosed in SKILL.md and uses a hard-coded absolute path.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hyperliquid-trading
  3. After installation, invoke the skill by name or use /hyperliquid-trading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Full Hyperliquid perpetual futures trading with portfolio monitoring, market analysis (charts/volume via CoinGecko), automated momentum signals, position tracking, and complete risk management strategy support
Metadata
Slug hyperliquid-trading
Version 1.0.0
License
All-time Installs 278
Active Installs 49
Total Versions 1
Frequently Asked Questions

What is Hyperliquid Trading & Analysis?

Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid. It is an AI Agent Skill for Claude Code / OpenClaw, with 7381 downloads so far.

How do I install Hyperliquid Trading & Analysis?

Run "/install hyperliquid-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hyperliquid Trading & Analysis free?

Yes, Hyperliquid Trading & Analysis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Hyperliquid Trading & Analysis support?

Hyperliquid Trading & Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hyperliquid Trading & Analysis?

It is built and maintained by Ana (@anajuliabit); the current version is v1.0.0.

💬 Comments