Hyperliquid Prime

v0.1.4

Trade on Hyperliquid's perp markets (native + HIP-3) with intelligent order routing and cross-market splitting. Use when the user wants to trade crypto, stocks, or commodities on Hyperliquid, get best execution across fragmented markets, split large orders across multiple venues, compare funding rates, view aggregated orderbooks, or manage positions across multiple collateral types. Routes across both native HL perps (ETH, BTC) and HIP-3 deployer markets. Handles collateral swaps (USDC→USDH/USDT0) automatically during execution when the best liquidity requires it.

2· 1.3k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims to provide prime-broker routing and execution on Hyperliquid perps; the declared requirements (an optional private key for trading, npm package install) and documented behaviors (quotes read-only; execute requires signing) align with that purpose. No unrelated environment variables or binaries are requested.
Instruction Scope
SKILL.md stays within the trading domain and documents both read-only operations and on-chain actions (builder fee approval, DEX abstraction enable, collateral transfers and swaps). These automatic on-chain changes are coherent with the described cross-collateral routing functionality, but they are high-impact actions and require explicit user awareness and confirmation before executing on a wallet with real funds.
Install Mechanism
This is an instruction-only skill, but it instructs users to install the 'hyperliquid-prime' npm package. Installing from the public npm registry is a normal way to obtain an SDK, but it brings moderate risk because arbitrary code will run on your machine. The SKILL.md and plugin file point to a GitHub repo to audit first; you should review that repository and the published npm package before installing.
Credentials
Only an optional HP_PRIVATE_KEY (or privateKey config) is required for trading operations; this is proportional to the skill's purpose. No unrelated secrets or multiple credentials are requested. The SKILL.md documents that read-only calls do not require a key.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide persistence, and does not claim to modify other skills. On-chain approvals and account-level settings are part of the trading workflow (documented), but the skill itself does not request elevated platform privileges.
Assessment
Before installing or using this skill: - Audit the code: review the GitHub repository and the exact npm package version (hyperliquid-prime) to ensure the implementation matches the documentation. - Test on testnet: use the testnet mode and a throwaway wallet to observe behavior (especially builder-fee approval, DEX abstraction enable, and collateral swap flows). - Protect keys: never use a mainnet wallet with significant funds. Prefer ephemeral wallets or an offline signer/HW wallet for signing transactions if supported. - Review approvals: the SDK will auto-send a one-time builder-fee approval and may enable account features; check on-chain approvals and learn how to revoke them (e.g., ERC-20 allowance revocation) before granting permissions. - Verify fee recipient and opt-out: confirm the builder fee recipient address and the documented opt-out mechanism (builder: null) are legitimate in the upstream repo. - Consider reviewing package integrity: verify npm package integrity (checksums) and that the npm package source matches the GitHub repository linked in the SKILL.md/plugin file. Note: The registry header showed 'Source: unknown' while the included plugin file and SKILL.md link to a GitHub repo—that inconsistency is worth clarifying with the publisher before use.

Like a lobster shell, security has layers — review code before you run it.

evmvk97a1pdkya4rz5p7d0z9fxrexx81031xhip-3vk97a1pdkya4rz5p7d0z9fxrexx81031xhlvk97a1pdkya4rz5p7d0z9fxrexx81031xhyperliquidvk97a1pdkya4rz5p7d0z9fxrexx81031xlatestvk97a1pdkya4rz5p7d0z9fxrexx81031xperpsvk97a1pdkya4rz5p7d0z9fxrexx81031xroutingvk97a1pdkya4rz5p7d0z9fxrexx81031xstablevk97a1pdkya4rz5p7d0z9fxrexx81031xtradingvk97a1pdkya4rz5p7d0z9fxrexx81031x

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments