Automate participation in the Numerai hedge fund tournament to train models and earn NMR cryptocurrency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install numerai-tournament
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 numerai-tournament using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Numerai Tournament skill enables AI agents to participate autonomously in a global data science competition hosted by a quantitative hedge fund. Users can leverage this skill to download obfuscated financial datasets, train sophisticated machine learning models using LightGBM, and submit predictions to earn NMR cryptocurrency based on market performance.
By integrating this functionality into Openclaw Skills, developers can bridge the gap between raw data science and automated financial execution. The skill handles the complexities of the Numerai API, data versioning (v5.2), and the specific runtime requirements needed for successful tournament participation, allowing for a hands-off approach to quantitative trading strategies.
Install the necessary Python dependencies and configure your environment variables to start using this within Openclaw Skills:
pip install numerapi lightgbm pandas numpy cloudpickle scikit-learn
export NUMERAI_PUBLIC_ID="YOUR_PUBLIC_ID"
export NUMERAI_SECRET_KEY="YOUR_SECRET_KEY"
For macOS users on Apple Silicon, ensure the OpenMP library is available for LightGBM:
brew install libomp
The skill manages data within a local directory structure, primarily utilizing Parquet format for performance and memory efficiency:
| File | Description |
|---|---|
train.parquet |
Historical data for model training (~8GB) |
validation.parquet |
Data for backtesting and Sharpe ratio calculation |
live.parquet |
Real-time features for the current tournament round |
features.json |
Metadata defining feature sets (small, medium, all) |
ensemble_models.pkl |
Pickled dictionary containing trained target-specific models |
Loading
An advanced context management system that uses structured snapshots to ensure AI agents never lose track of complex coding tasks during context compaction.

A specialized skill for AI agents to interact with Sendook inboxes by reading, searching, replying to, and sending emails.

A specialized skill for AI agents to interact with existing Sendook email inboxes for automated messaging and thread management.

An automated tool for generating professional property investment financial reports specifically for the Greater Toronto Area.

A comprehensive threat detection and security analysis toolkit designed to audit code, files, and AI agent skills for vulnerabilities and malicious patterns.

A specialized skill for sending Wake-on-LAN and Sleep-on-LAN magic packets to manage PC power states across a local network.








































