A professional-grade algorithmic trading framework for building, backtesting, and deploying strategies on Hyperliquid.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nautilus-trader
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nautilus-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Nautilus Trader is a high-performance, event-driven algorithmic trading platform designed for Python developers who require precision and speed. This skill facilitates the entire lifecycle of a quantitative trading strategy, from initial development and historical backtesting using Parquet data catalogs to live execution on the Hyperliquid mainnet. By utilizing this integration within Openclaw Skills, developers gain access to a robust environment that handles complex trading operations, multi-timeframe indicators, and exchange-specific nuances.
The skill is particularly valuable for its inclusion of specialized patches that resolve common compatibility issues between the core framework and the Hyperliquid adapter. It ensures that price precision adheres to strict exchange rules, preventing order rejections and ensuring reliable fills. For developers looking to build sophisticated financial tools, these Openclaw Skills provide the necessary scaffolding for professional-grade automation.
First, install the required dependencies for Openclaw Skills:
pip install nautilus_trader hyperliquid-python-sdk eth-account python-dotenv pandas numpy
Configure your environment variables in a .env file:
HYPERLIQUID_PK=your_private_key_without_0x_prefix
HYPERLIQUID_VAULT=0xYourVaultAddressHere
Ensure you import the hyperliquid_patch before any NautilusTrader imports in your execution scripts to enable live trading support.
The skill utilizes a structured data management system centered around a Parquet catalog and environment-based configuration.
| Component | Type | Description |
|---|---|---|
| data_catalog/ | Directory | Contains Parquet files for bars, quotes, and instruments used in backtesting. |
| Bar Type | String | Formatted as {symbol}.{venue}-{step}-{aggregation}-{price_type}-{source}. |
| .env | File | Stores sensitive API keys and wallet addresses. |
| hyperliquid_patch.py | Script | Handles price formatting and SDK-based order submission. |
| TradingNode | Object | Manages the live lifecycle including DataEngine and ExecEngine configurations. |
Loading
The ML Pipeline provides an end-to-end framework for feature engineering, AutoML, and anti-leakage validation specifically designed for quantitative trading within Openclaw Skills.

A professional design intelligence tool providing comprehensive UI/UX guidelines, color palettes, and typography pairings for high-quality web and mobile development.

A specialized AI coding skill designed to generate production-grade, aesthetically unique frontend interfaces that avoid common AI design tropes.

An AI-powered payment integration skill that enables automated Mayar.id invoice generation and transaction tracking for Indonesian markets.

A professional utility for migrating trading strategies across different programming languages and execution frameworks.

A comprehensive framework for quantitative trading strategy development, from initial hypothesis to validated production deployment using GPU-accelerated tools.








































