Agent skill
using-hyperliquid-adapter
How to use Hyperliquid adapter data (meta, funding, candles, orderbooks) and execution surfaces (orders/transfers) in Wayfinder Paths, including required executor wiring.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-hyperliquid-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, hyperliquid, perps, spot, funding, candles, execution
SKILL.md
When to use
Use this skill when you are:
- Pulling Hyperliquid market data (perp + spot)
- Using time series (funding history, OHLCV candles)
- Planning order execution (market/limit/stop), transfers, or withdrawals
How to use
- rules/high-value-reads.md - Data sources + I/O shapes for market data and time series
- rules/deposits-withdrawals.md - Bridge2 deposit/withdraw mechanics (chain, minimums, timing, monitoring)
- rules/execution-opportunities.md - Order/transfer/withdraw flows and required executor injection
- rules/gotchas.md - Asset IDs, spot naming, and common integration pitfalls
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?