← 返回 Skills 市场
juandbalbi

Numinous Forecast

作者 Juandbalbi · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
654
总下载
3
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install numinous-forecast
功能描述
Get calibrated probabilities from Numinous (Bittensor Subnet 6) with metadata/provenance.
安全使用建议
This skill appears to do what it says: call Numinous and pay for predictions via x402. The important security consideration is the required EVM private key: the code uses that key to construct/sign payments, so anyone with that key can spend funds. Before installing or running: 1) Only set NUMINOUS_X402_EVM_PRIVATE_KEY in isolated environments (not shared CI or chat logs); prefer a dedicated wallet with minimal funds. 2) Verify the x402 package source (PyPI/GitHub) and review its code or reputation; pip-installing third-party packages runs remote code. 3) Consider running the scripts in a container or sandbox and monitor outgoing network traffic and any on-chain transactions the key authorizes. 4) If you need stronger protection, use a wallet that supports signing outside of raw private-key import (hardware wallets) — note this code expects a raw private key and may not support hardware wallets. 5) Rotate the key immediately if it is ever exposed. If you want, I can list the exact code paths that use the private key and the network endpoints the skill calls.
功能分析
Type: OpenClaw Skill Name: numinous-forecast Version: 1.0.3 The skill is designed to interact with the Numinous forecasting API, which requires payments via the x402 protocol using EVM or Solana private keys. The `SKILL.md` clearly documents the need for `NUMINOUS_X402_EVM_PRIVATE_KEY` (and optionally SVM) and provides a security warning about handling private keys. The Python code (`numinous_api.py`) reads these keys from environment variables and uses them solely for cryptographic signing within the `x402` payment library for calls to `https://api.numinouslabs.io`. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent in any of the files. The handling of private keys is a necessary and documented part of the skill's functionality, not indicative of malicious intent.
能力评估
Purpose & Capability
Name/description, required binaries (python3), declared env var (NUMINOUS_X402_EVM_PRIVATE_KEY), and the x402 install requests all match the stated purpose of making paid requests to the Numinous forecasting API. The primary credential is an EVM private key which is required for x402 exact-payment flow and is justified by the payment-required (402) flow described in the code and docs.
Instruction Scope
SKILL.md instructs running the provided Python scripts (predict_query.py / predict_event.py). The included code reads only the declared env vars (EVM/SVM private keys and a prefer flag), calls api.numinouslabs.io, constructs/decodes x402 payment headers, and prints JSON results. There are no instructions to read unrelated local files, system credentials, or to exfiltrate data to unexpected endpoints.
Install Mechanism
Install steps recommend using 'uv' to pip install x402[httpx,evm] (optional svm). Installing a third-party Python package (x402) is expected for this functionality but carries the usual supply-chain risk: the package and its dependencies will run code on your system. The install sources are standard Python packaging (no arbitrary download URLs appear in the manifest), but you should verify the x402 package provenance (PyPI/GitHub) before installing.
Credentials
Only NUMINOUS_X402_EVM_PRIVATE_KEY is required (primaryEnv). The code also supports an optional NUMINOUS_X402_SVM_PRIVATE_KEY and an optional NUMINOUS_X402_PREFER flag; these are consistent with optional Solana payment support. These env vars are proportional to the skill's payment-based behavior. Note: these are private keys (high-value secrets) and will be used to sign payments/transactions.
Persistence & Privilege
Skill does not request persistent presence (always=false), does not modify other skills or system-wide config, and does not declare config path access. It only expects env vars and runs as a normal user-space script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install numinous-forecast
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /numinous-forecast 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
No user-visible changes in this release. - Version bump only; documentation and functionality remain the same.
v1.0.2
- Clarified setup instructions: EVM private key (`NUMINOUS_X402_EVM_PRIVATE_KEY`) is now required, not optional. - Updated metadata to specify required environment variable and primary environment. - Minor improvements to documentation around key requirements and usage. - No changes to functionality or file contents.
v1.0.1
- Updated setup to use x402 payment flow (HTTP 402 → pay → retry) requiring EVM/Solana wallet keys instead of API keys. - Expanded environment variable options for wallet key setup (`NUMINOUS_X402_EVM_PRIVATE_KEY`, `NUMINOUS_X402_SVM_PRIVATE_KEY`, `NUMINOUS_X402_PREFER`). - Updated dependencies and installation instructions for x402 and payment modules. - Detailed output structure and metadata fields for forecasts. - Clarified provenance and context data included in forecast results.
v1.0.0
Initial release: Run decentralized, calibrated forecasts using Numinous (Bittensor Subnet 6). - Query and event forecast modes with optional topic tagging. - Requires `NUMINOUS_API_KEY` environment variable for access. - Provides JSON output with probability, metadata, and provenance details. - Supports async forecast jobs; responses typically within 30–120 seconds. - Includes setup tips and usage examples for both modes.
元数据
Slug numinous-forecast
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Numinous Forecast 是什么?

Get calibrated probabilities from Numinous (Bittensor Subnet 6) with metadata/provenance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 654 次。

如何安装 Numinous Forecast?

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

Numinous Forecast 是免费的吗?

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

Numinous Forecast 支持哪些平台?

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

谁开发了 Numinous Forecast?

由 Juandbalbi(@juandbalbi)开发并维护,当前版本 v1.0.3。

💬 留言讨论