← 返回 Skills 市场
obekt

Numerai Tournament

作者 Veselin Vasilev · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
344
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install numerai-tournament
功能描述
Autonomous Numerai tournament participation — train models, submit predictions, and earn NMR cryptocurrency.
安全使用建议
This skill appears coherent and requests only the Numerai API credentials and Python tooling it needs. Before installing, verify you trust the skill source (none provided here). Treat the NUMERAI_SECRET_KEY like any other API secret: store it securely (chmod 600, use a dedicated credentials file or environment variables), consider using a separate Numerai account with limited NMR if you plan to allow autonomous submissions, and review any executable code if the skill later adds code files. Expect large data (~8GB) and significant local compute for training; run in an environment where that is acceptable. If you want stronger assurance, ask the publisher for a code repository or a vetted implementation you can inspect before giving the secret key.
功能分析
Type: OpenClaw Skill Name: numerai-tournament Version: 1.0.0 The skill bundle is benign. It transparently outlines its purpose of participating in the Numerai tournament, detailing the use of API keys (NUMERAI_PUBLIC_ID, NUMERAI_SECRET_KEY) for authentication with api.numer.ai, downloading data from numer.ai, and uploading predictions. All file system and network operations are directly related to the stated purpose. The SKILL.md provides clear instructions without any evidence of prompt injection attempts, obfuscation, or malicious intent such as unauthorized data exfiltration, persistence mechanisms, or execution of arbitrary remote code. The 'Security & Privacy' section explicitly states what data leaves the machine and where it goes, reinforcing its transparency.
能力评估
Purpose & Capability
Name/description ask for Numerai tournament functionality and the SKILL.md only requests Python, pip, and Numerai API credentials (public id + secret key) — all directly relevant to downloading datasets, training models, and submitting predictions.
Instruction Scope
Instructions describe creating a credentials file (~/.numerai/credentials.json) or setting the two environment variables, installing Python packages, downloading datasets from numer.ai, training LightGBM models locally, and submitting predictions via the NumerAPI client. There is no guidance to read unrelated files, exfiltrate arbitrary data, or post to endpoints outside numer.ai.
Install Mechanism
This is an instruction-only skill with no install spec or remote downloads; recommended installs are via pip (numerapi, lightgbm, etc.), which is appropriate and expected for this purpose.
Credentials
Only NUMERAI_PUBLIC_ID and NUMERAI_SECRET_KEY are required and the secret key is declared as the primary credential. No unrelated secrets or system config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. Autonomous invocation is enabled by default (normal for skills) and is consistent with the skill's purpose of automated submissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install numerai-tournament
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /numerai-tournament 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the numerai-tournament skill for autonomous participation in the Numerai data science tournament. - Provides end-to-end workflow: account setup, data download, model training (with LightGBM), validation, and submission. - Supports both CSV-based manual prediction submission and fully automated model uploads for zero-maintenance participation. - Includes detailed setup instructions, recommended validation metrics, and best practices for model configuration and deployment. - Earn NMR cryptocurrency rewards by staking and submitting predictions based on model performance.
元数据
Slug numerai-tournament
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Numerai Tournament 是什么?

Autonomous Numerai tournament participation — train models, submit predictions, and earn NMR cryptocurrency. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。

如何安装 Numerai Tournament?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install numerai-tournament」即可一键安装,无需额外配置。

Numerai Tournament 是免费的吗?

是的,Numerai Tournament 完全免费(开源免费),可自由下载、安装和使用。

Numerai Tournament 支持哪些平台?

Numerai Tournament 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Numerai Tournament?

由 Veselin Vasilev(@obekt)开发并维护,当前版本 v1.0.0。

💬 留言讨论