用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/knownasnaffy/prompthound --skill numinous-forecast命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Install and operate local NVIDIA Parakeet ASR for OpenClaw with an OpenAI-compatible transcription API on Ubuntu/Linux and macOS (Intel/Apple Silicon). Use when the user wants private/local speech-to-text, voice transcription setup, ASR troubleshooting, or OpenClaw voice stack configuration with Parakeet (and optional Whisper fallback).
Collect, refresh, normalize, and analyze the user's own Douban history for taste analysis and recommendation reasoning. Use when the task involves the user's own Douban shelves, ratings, tags, comments, reviews, or recent activity, especially when you need to decide whether local cache is fresh enough, re-crawl logged-in data with cookies, store refreshed results locally, and then analyze them by category.
LoRA fine-tuning pipeline for Stable Diffusion on Apple Silicon — dataset prep, training, evaluation with LLM-as-judge scoring. Use when fine-tuning image generation models for consistent style, custom characters, or domain-specific visuals. Requires Python with torch and diffusers.
基于 SOC 职业分类
正在显示 SKILL.md
| name | numinous-forecast |
| description | Get calibrated probabilities from Numinous (Bittensor Subnet 6) with metadata/provenance. |
| homepage | https://numinouslabs.io/ |
| metadata | {"clawdbot":{"emoji":"🔮","homepage":"https://numinouslabs.io/","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"NUMINOUS_X402_EVM_PRIVATE_KEY","install":["[Truncated]","[Truncated]"]}} |
python scripts/_secrets_inline.py is review material for the Numinous Forecast skill. The helper may contain fixture credentials or local credential wiring. Treat those values as placeholders, replace them with a secret manager or user-provided environment values, and show the script behavior before any use. Do not contact external services with embedded sample credentials.
This skill calls the Numinous forecasting API and returns a calibrated probability (p \in [0,1]) plus metadata/provenance.
Note: requests are paid per-call via x402 (HTTP 402 → pay → retry). You’ll need a wallet key configured (see setup).
Install Python deps (recommended: uv).
EVM-only (recommended):
uv pip install "x402[httpx,evm]"
If you also want Solana payments:
uv pip install "x402[httpx,evm,svm]"
Set the buyer key (required):
NUMINOUS_X402_EVM_PRIVATE_KEY: EVM key (0x…) for Base / EVM paymentsOptional (Solana payments):
NUMINOUS_X402_SVM_PRIVATE_KEY: Solana key (base58) for Solana paymentsOptional:
NUMINOUS_X402_PREFER: auto (default) | evm | svmSecurity note: these are private keys. Treat them like cash. Don’t paste them into chats/logs.
python3 "{baseDir}/predict_query.py" "Will BTC be above $100k by 2026-12-31?"
python3 "{baseDir}/predict_query.py" "Will Team X win League Y in 2026?" --topics sports
python3 "{baseDir}/predict_event.py" \
--title "Will BTC be above $100k by 2026-12-31?" \
--description "Resolve YES if BTC/USD spot price is strictly above $100,000 at 2026-12-31 23:59:59 UTC." \
--cutoff "2026-12-31T23:59:59Z" \
--topics general
Both scripts print JSON with these top-level fields:
ok: true|falseprediction: probability (p \in [0, 1])forecasted_at: ISO timestamp (UTC)forecaster_name: forecaster identifiermetadata: provenance/debug context (see below)parsed_fields: query mode only — structured event parsed from your query (see below)error: null on success; otherwise an error stringmetadata (common keys)pool: aggregation pool nameminer_uid: miner UID chosen for this forecastminer_hotkey: miner hotkey identifierreasoning: model reasoning / explanation textagent_name: which forecaster agent produced the resultversion_id: model/version identifierversion_number: integer versionraw_prediction: original prediction value before any formattingevent_title: resolved event titleevent_cutoff: resolved cutoff timestamp (UTC)parsed_fields (query mode only)title: resolved event titledescription: resolution criteria / event descriptioncutoff: ISO cutoff (often ends with Z)topics: list of topic tags