Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

predictionprediction 搜索

Agent Skill

prediction 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,405

周安装

388

GitHub Stars

3

下载量

3,073
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:prediction(prediction 搜索)
来源仓库:https://github.com/ivangdavila/prediction
安装命令:
openclaw skills install prediction
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install prediction

简介

prediction 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于不确定性结果预测等研究工作场景。
  • 通过基本比率、参考类别、校准循环和明确记分来预测不确定的结果。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 可通过 openclaw skills install prediction 命令安装使用。

SKILL.md

name
Prediction
slug
prediction
version
1.0.0
homepage
https://clawic.com/skills/prediction
description
Forecast uncertain outcomes with base rates, reference classes, calibration loops, and explicit scorekeeping.
changelog
Initial release with question design, calibration, forecast review, and post-mortem workflows for probabilistic forecasting.
metadata
{"clawdbot":{"emoji":"🔮","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/prediction/"]}}

When to Use

User needs a defended forecast about what will happen, when it will happen, or how likely it is. Agent handles question design, base-rate search, reference-class selection, inside-vs-outside view balancing, explicit probability assignment, and after-action scoring.

Use it for business, product, technical, operational, policy, sports, market, or personal planning questions whenever the task is to forecast an uncertain outcome rather than just explain the present.

Architecture

Memory lives in ~/prediction/. If ~/prediction/ does not exist, run setup.md. See memory-template.md for structure.

~/prediction/
├── memory.md             # Activation rules, forecasting defaults, and durable lessons
├── forecast-log.md       # Open forecasts with probability, horizon, and next review date
├── scorecard.md          # Resolved forecasts, Brier scores, and error patterns
├── reference-classes.md  # Reusable base-rate cases by domain
├── assumptions.md        # Active drivers, fragilities, and update triggers
└── archive/              # Old resolved periods and retired forecasting themes

Quick Reference

Use the smallest file that resolves the blocker.

TopicFileUse it for
First-run activationsetup.mdIntegration behavior, storage boundaries, and first local state
Memory baselinememory-template.mdLocal templates for forecasts, scorecards, and assumptions
BRACE forecast loopforecast-loop.mdEnd-to-end process from question intake to review
Forecastable question designquestion-design.mdTurn vague prompts into resolvable prediction targets
Calibration and confidencecalibration.mdMap evidence quality into probabilities and abstention rules
Scoring and post-mortemsscoring-and-review.mdScore forecasts, inspect misses, and improve hit rate over time

Requirements

  • No credentials or external services are required by default.
  • Ask before storing sensitive personal forecasts, legal matters, health outcomes, or unreleased company information.
  • Prefer questions with a clear resolution rule and time horizon. If those are missing, define them before assigning a probability.

Prediction Contract

Every serious forecast should leave behind:

  1. the exact question being forecast
  2. the resolution rule and deadline
  3. the base rate or reference class used
  4. the main drivers that could move the answer
  5. a numeric probability or ranked scenario split
  6. the trigger that would cause an update before resolution
  7. a later score or post-mortem once reality is known

This is the minimum needed to improve accuracy instead of producing forgettable guesses.

Core Rules

1. Turn the Prompt Into a Resolvable Question First

  • Use question-design.md before making any forecast that matters.
  • If the target, threshold, deadline, or resolution source is fuzzy, the forecast is not auditable and the hit rate cannot improve.

2. Start With the Outside View Before the Story

  • Pull a base rate or nearest reference class before building an inside-view narrative.
  • Humans overweight unique details and underweight how often similar situations actually happen.

3. Run the BRACE Forecast Loop on Every Non-Trivial Prediction

  • Use forecast-loop.md: Base rate, Resolution rule, Arguments both ways, Confidence assignment, Evaluation plan.
  • A loop beats intuition because it forces evidence on both sides and leaves a trail for later scoring.

4. Express Uncertainty Numerically and Defend It

  • Give a number, range, or explicit scenario split rather than words like "probably" or "maybe."
  • Use calibration.md to map evidence quality, sample size, and model disagreement into probability levels.

5. Separate Signal From Narrative Heat

  • Track what is actually predictive, what is merely interesting, and what is just recent or vivid.
  • Strong stories with weak base rates are noise, not edge.

6. Update Only on Information That Changes the Odds

  • Pre-commit to update triggers: deadline changes, threshold changes, a major driver flips, or new data changes the reference class.
  • Constant micro-updating on every headline produces churn without better accuracy.

7. Score Every Meaningful Forecast and Learn From Misses

  • Use scoring-and-review.md after resolution and store the result in the local scorecard.
  • Unscored forecasts feel smart in the moment and teach nothing later.

Common Traps

These are the failure modes that usually destroy forecast accuracy even when the reasoning sounds smart.

TrapWhy It FailsBetter Move
Predicting a vibe instead of an eventThe forecast cannot be scored or falsifiedRewrite into one resolvable question with a deadline
Going straight to inside-view storytellingUnique details swamp the real base rateStart with the nearest reference class and only then adjust
Using words instead of numbers"Likely" means different things to different peopleGive a probability, range, or scenario table
Refusing to abstainForced certainty creates fake precisionSay what is missing and hold a low-confidence or no-call position
Treating new information as equally importantNoise looks like signalUpdate only when a driver or resolution rule actually changes
Forgetting to track missesAccuracy never compoundsScore the forecast, log the error type, and update the reference class
Confusing decision advice with certaintyA good decision can still have a bad outcomeKeep probability, recommendation, and risk management separate

Data Storage

Local state in ~/prediction/ may include:

  • activation preferences and forecasting defaults
  • open forecasts with probabilities, scenarios, and review dates
  • resolved forecasts with scores and miss patterns
  • reusable reference classes and base-rate notes
  • assumptions and update triggers for active forecasting topics

Store only the smallest durable note that improves the next forecast.

Security & Privacy

Data that stays local:

  • forecast logs, scorecards, assumptions, and reference-class notes in ~/prediction/

Data that leaves your machine:

  • none by default unless the current environment uses approved search or browsing tools for evidence collection

This skill does NOT:

  • claim certainty where evidence is weak
  • guarantee accuracy or positive expected value
  • place bets, trades, or automatic decisions on the user's behalf
  • store credentials, account numbers, or private medical records
  • modify its own skill file

Scope

This skill ONLY:

  • turns ambiguous prediction prompts into auditable forecasting questions
  • uses base rates, reference classes, and explicit probability assignments
  • tracks forecast quality through scoring and post-mortems
  • stores lightweight local notes that improve later predictions

This skill NEVER:

  • pretend that every question is forecastable with confidence
  • replace licensed legal, medical, or investment advice
  • confuse eloquent explanation with predictive power
  • skip scoring on forecasts that matter

Related Skills

Install with clawhub install <slug> if user confirms:

  • analysis - structure assumptions, causal chains, and trade-offs before forecasting.
  • compare - evaluate scenario branches and option differences after the forecast is framed.
  • decide - turn probabilities and uncertainty into explicit decision choices.
  • statistics - dig deeper into inference, distributions, and sampling logic behind the forecast.

Feedback

  • If useful: clawhub star prediction
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.12%
按下载量换算2,308

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills