Numinous forecasting tools — AI predictions on binary events, real-time signals from news and prediction markets, balance and usage tracking.
A skill pack wrapping the Numinous forecasting APIs. Works in Claude Code (as a plugin), clawhub, Cursor, Cline, or any agent that reads a SKILL.md.
Gives your AI agent one command to:
/plugin marketplace add infinite-mech/numinous-tools
/plugin install numinous@numinous
Then /reload-plugins if needed. Commands become /numinous:forecast, etc. — but you rarely need to call them directly; just ask Claude for a forecast and the skill will activate.
SKILL.md)git clone https://github.com/infinite-mech/numinous-tools ~/.claude/skills/numinous-src
ln -s ~/.claude/skills/numinous-src/skills/numinous ~/.claude/skills/numinous
npx clawhub@latest install numinous-tools
(Listed at https://clawhub.ai/juandbalbi/numinous-tools — published by Numinous Labs.)
After install, set either (or both):
# API key (recommended — works for forecasts, signals, balance, usage)
export NUMINOUS_API_KEY=<create at https://eversight.numinouslabs.io/api-keys>
# Optional: x402 crypto payments (forecasts only, no signals)
export NUMINOUS_X402_EVM_PRIVATE_KEY=<hex; wallet must hold USDC on Base>
Add to ~/.zshrc / ~/.bashrc or a project .env. Never commit.
Just ask your agent — the skill auto-activates on Numinous-related requests:
"Give me a Numinous forecast on whether BTC will exceed $150k by end of 2026."
"What's my Numinous balance?"
"Get signals on this Polymarket: https://polymarket.com/event/..."
"Who's the top miner right now?"
The agent handles auth, routing, polling, and presenting results. See skills/numinous/SKILL.md for the full capability list and skills/numinous/reference.md for API details.
.claude-plugin/
plugin.json Claude Code plugin manifest
marketplace.json Single-plugin marketplace
skills/numinous/
SKILL.md Main skill — agent reads this for routing
reference.md Deep API reference (lazy-loaded)
scripts/
forecast.py Submit + poll a prediction (API key)
forecast_x402.py Submit + poll a prediction (x402 USDC)
signals.py Get signals for a market or question
Fetched live from the public costs endpoint — the skill never hardcodes.
curl -s https://api-eversight.numinouslabs.io/api/v1/credits/costs
At time of writing: $0.10 per forecast, $0.025 per signal request, $1 minimum top-up.
MIT-0
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub infinite-mech/numinous-tools --plugin numinousCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer