← Back to Skills Marketplace
Numinous Tools
by
Juandbalbi
· GitHub ↗
· v1.0.1
· MIT-0
65
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install numinous-tools
Description
Access Numinous (Bittensor Subnet 6) forecasting tools — AI probability predictions on binary events, real-time signals aggregated from news and prediction m...
Usage Guidance
This skill appears to be what it claims (forecasting and signals) but the package metadata is incomplete and the code asks for sensitive secrets. Before installing or running it: (1) Do not paste private keys into a web form or share them — if you must automate payments, prefer wallets that can sign without exposing raw keys (hardware wallet, remote signer) or use the API key route. (2) Prefer providing a NUMINOUS_API_KEY (safer) rather than exporting raw EVM/Solana private keys into your environment. (3) Be aware the scripts print full response JSON (including prediction IDs and reasoning); treat that output as possibly sensitive and avoid sharing. (4) The skill has unstated Python dependencies (x402, eth-account, httpx); run it in an isolated virtualenv and inspect the third-party packages first. (5) Ask the publisher to correct registry metadata to list required env vars and a primary credential and to document dependency installation. If you don't trust the source or cannot avoid supplying a private key, do not install/run this skill.
Capability Analysis
Type: OpenClaw Skill
Name: numinous-tools
Version: 1.0.1
The 'numinous-tools' skill bundle provides a legitimate interface for interacting with the Numinous forecasting network (Bittensor Subnet 6). The scripts (forecast.py, forecast_x402.py, and signals.py) facilitate submitting prediction jobs and retrieving market signals via official API endpoints (api.numinouslabs.io and signals.numinouslabs.io). While the skill handles sensitive data such as API keys and EVM private keys for on-chain USDC payments, it follows standard security practices by reading these from environment variables and explicitly instructing the AI agent never to commit them to files. The documentation is thorough, providing clear setup guidance and troubleshooting steps without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The skill name/description (Numinous forecasting & signals) aligns with the scripts and endpoints in SKILL.md and the shipped Python code. However the registry metadata lists no required environment variables or primary credential, while SKILL.md and the scripts clearly require NUMINOUS_API_KEY and/or raw private keys (NUMINOUS_X402_EVM_PRIVATE_KEY / NUMINOUS_X402_SVM_PRIVATE_KEY). This metadata omission is an incoherence — the declared requirements do not reflect what the skill actually needs.
Instruction Scope
SKILL.md and the three Python scripts limit their actions to calling the documented Numinous endpoints, polling jobs, and rendering results. They instruct the user how to set env vars and explicitly warn not to commit keys. The scripts print full response JSON (including prediction IDs and miner reasoning), which could reveal sensitive or private IDs if shared. No instructions ask the agent to read arbitrary host files or send data to unexpected external endpoints beyond the declared Numinous base URLs.
Install Mechanism
There is no install spec (instruction-only), which is low risk, but forecast_x402.py depends on third-party packages (x402[client], eth-account, httpx) and the code exits with an ImportError message instructing pip install. The registry does not declare these dependencies or provide an install step — a metadata omission that can cause runtime failures or surprise when installing dependencies manually. There are no downloads from untrusted URLs or archive extraction.
Credentials
The scripts require sensitive secrets: NUMINOUS_API_KEY (reasonable and expected) and optionally raw private keys (NUMINOUS_X402_EVM_PRIVATE_KEY / NUMINOUS_X402_SVM_PRIVATE_KEY) for automated crypto payments. Requesting raw private keys is security-sensitive and more intrusive than a single service API key. The registry omitted these env vars and did not mark an API key as the primary credential, creating a mismatch between what is requested and what is declared.
Persistence & Privilege
The skill is user-invocable, not always-enabled, does not request persistent system-wide privileges, and does not modify other skills or agent configuration. Autonomous invocation is allowed by platform default (not an extra privilege here).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install numinous-tools - After installation, invoke the skill by name or use
/numinous-tools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix clawhub install slug in README (juandbalbi/numinous-tools). Plus S0-S5 impact_bucket documentation.
v1.0.0
Initial public release. Forecasts (API key or x402 USDC), signals, balance and usage tracking. Mirrors https://github.com/infinite-mech/numinous-tools
Metadata
Frequently Asked Questions
What is Numinous Tools?
Access Numinous (Bittensor Subnet 6) forecasting tools — AI probability predictions on binary events, real-time signals aggregated from news and prediction m... It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install Numinous Tools?
Run "/install numinous-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Numinous Tools free?
Yes, Numinous Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Numinous Tools support?
Numinous Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Numinous Tools?
It is built and maintained by Juandbalbi (@juandbalbi); the current version is v1.0.1.
More Skills