← Back to Skills Marketplace
309
Downloads
3
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install prediction
Description
Forecast uncertain outcomes with base rates, reference classes, calibration loops, and explicit scorekeeping.
Usage Guidance
This skill is internally consistent and appears to do only forecasting work. Before enabling setup or allowing the agent to run its first-run actions, confirm you are okay with creating a ~/prediction/ directory and a handful of markdown files (setup uses mkdir/touch/chmod). The skill explicitly warns not to store secrets or private health/legal data — follow that guidance. If you don't want persistent local memory, decline the setup step or set integration to 'paused' / 'never_ask' in the memory template. Review the created files yourself to confirm nothing unexpected is being stored, and back them up or delete them if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: prediction
Version: 1.0.0
The prediction skill is a well-structured framework for probabilistic forecasting that manages local state in the `~/prediction/` directory. It includes comprehensive logic for question design, calibration, and scoring (Brier scores) across several markdown files (e.g., forecast-loop.md, calibration.md). The setup.md file contains standard shell commands to initialize the environment with restrictive file permissions (chmod 600/700), and the documentation explicitly warns against storing sensitive information or credentials.
Capability Assessment
Purpose & Capability
The name/description (probabilistic forecasting, calibration, scorekeeping) match what the skill actually does: question design, BRACE loop, local logging, and scoring. It does not request unrelated credentials, binaries, or network endpoints.
Instruction Scope
Runtime instructions are limited to designing forecasts, running the BRACE loop, scoring, and storing/resolving entries in local markdown files. The only system interactions are creating and writing files under ~/prediction/ (setup.md explicitly shows mkdir, touch, chmod). The SKILL.md explicitly warns not to store secrets and asks for consent before saving sensitive items.
Install Mechanism
There is no install spec and no code to download or execute. This is instruction-only, so nothing is pulled from external URLs or registries.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond its own ~/prediction/ directory (declared in metadata). That matches a local forecasting memory store and is proportionate to the stated functionality.
Persistence & Privilege
The skill writes persistent state to ~/prediction/ (creates files and sets permissions). It does not request system-wide settings or other skills' configs, and always:false. Users should be aware that opting into setup grants the skill local disk write access in the home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prediction - After installation, invoke the skill by name or use
/prediction - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with question design, calibration, forecast review, and post-mortem workflows for probabilistic forecasting.
Metadata
Frequently Asked Questions
What is Prediction?
Forecast uncertain outcomes with base rates, reference classes, calibration loops, and explicit scorekeeping. It is an AI Agent Skill for Claude Code / OpenClaw, with 309 downloads so far.
How do I install Prediction?
Run "/install prediction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prediction free?
Yes, Prediction is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Prediction support?
Prediction is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Prediction?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills