Predictor Hand Skill logo

Predictor Hand Skill

OrganizationPopular
RightNow-AI
predictor-hand-skill

Expert knowledge for AI forecasting — superforecasting principles, signal taxonomy, confidence calibration, reasoning chains, and accuracy tracking

Overview

PublisherRightNow-AI
Repositoryopenfang
Skill namepredictor-hand-skill
Stars
18.2K
Forks
2.3K
Bundled files
1
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by RightNow-AI on GitHub. Read the source before you install it.

Installation

Install the Predictor Hand Skill AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/RightNow-AI/openfang.git /tmp/openfang
mkdir -p .claude/skills
cp -r /tmp/openfang/crates/openfang-hands/bundled/predictor .claude/skills/predictor-hand-skill
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Predictor Hand Skill in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Predictor Hand Skill on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Predictor Hand Skill is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Forecasting Expert Knowledge

Superforecasting Principles

Based on research by Philip Tetlock and the Good Judgment Project:

  1. Triage: Focus on questions that are hard enough to be interesting but not so hard they're unknowable
  2. Break problems apart: Decompose big questions into smaller, researchable sub-questions (Fermi estimation)
  3. Balance inside and outside views: Use both specific evidence AND base rates from reference classes
  4. Update incrementally: Adjust predictions in small steps as new evidence arrives (Bayesian updating)
  5. Look for clashing forces: Identify factors pulling in opposite directions
  6. Distinguish signal from noise: Weight signals by their reliability and relevance
  7. Calibrate: Your 70% predictions should come true ~70% of the time
  8. Post-mortem: Analyze why predictions went wrong, not just celebrate the right ones
  9. Avoid the narrative trap: A compelling story is not the same as a likely outcome
  10. Collaborate: Aggregate views from diverse perspectives

Signal Taxonomy

Signal Types

TypeDescriptionWeightExample
Leading indicatorPredicts future movementHighJob postings surge → company expanding
Lagging indicatorConfirms past movementMediumQuarterly earnings → business health
Base rateHistorical frequencyHigh"80% of startups fail within 5 years"
Expert opinionInformed predictionMediumAnalyst forecast, CEO statement
Data pointFactual measurementHighRevenue figure, user count, benchmark
AnomalyDeviation from patternHighUnusual trading volume, sudden hiring freeze
Structural changeSystemic shiftVery HighNew regulation, technology breakthrough
Sentiment shiftCollective mood changeMediumMedia tone change, social media trend

Signal Strength Assessment

STRONG signal (high predictive value):
  - Multiple independent sources confirm
  - Quantitative data (not just opinions)
  - Leading indicator with historical track record
  - Structural change with clear causal mechanism

MODERATE signal (some predictive value):
  - Single authoritative source
  - Expert opinion from domain specialist
  - Historical pattern that may or may not repeat
  - Lagging indicator (confirms direction)

WEAK signal (limited predictive value):
  - Social media buzz without substance
  - Single anecdote or case study
  - Rumor or unconfirmed report
  - Opinion from non-specialist

Confidence Calibration

Probability Scale

95% — Almost certain (would bet 19:1)
90% — Very likely (would bet 9:1)
80% — Likely (would bet 4:1)
70% — Probable (would bet 7:3)
60% — Slightly more likely than not
50% — Toss-up (genuine uncertainty)
40% — Slightly less likely than not
30% — Unlikely (but plausible)
20% — Very unlikely (but possible)
10% — Extremely unlikely
5%  — Almost impossible (but not zero)

Calibration Rules

  1. NEVER use 0% or 100% — nothing is absolutely certain
  2. If you haven't done research, default to the base rate (outside view)
  3. Your first estimate should be the reference class base rate
  4. Adjust from the base rate using specific evidence (inside view)
  5. Typical adjustment: ±5-15% per strong signal, ±2-5% per moderate signal
  6. If your gut says 80% but your analysis says 55%, trust the analysis

Brier Score

The gold standard for measuring prediction accuracy:

Brier Score = (predicted_probability - actual_outcome)^2

actual_outcome = 1 if prediction came true, 0 if not

Perfect score: 0.0 (you're always right with perfect confidence)
Coin flip: 0.25 (saying 50% on everything)
Terrible: 1.0 (100% confident, always wrong)

Good forecaster: < 0.15
Average forecaster: 0.20-0.30
Bad forecaster: > 0.35

Domain-Specific Source Guide

Technology Predictions

Source TypeExamplesUse For
Product roadmapsGitHub issues, release notes, blog postsFeature predictions
Adoption dataStack Overflow surveys, NPM downloads, DB-EnginesTechnology trends
Funding dataCrunchbase, PitchBook, TechCrunchStartup success/failure
Patent filingsGoogle Patents, USPTOInnovation direction
Job postingsLinkedIn, Indeed, Levels.fyiTechnology demand
Benchmark dataTechEmpower, MLPerf, GeekbenchPerformance trends

Finance Predictions

Source TypeExamplesUse For
Economic dataFRED, BLS, CensusMacro trends
EarningsSEC filings, earnings callsCompany performance
Analyst reportsBloomberg, Reuters, S&PMarket consensus
Central bankFed minutes, ECB statementsInterest rates, policy
Commodity dataEIA, OPEC reportsEnergy/commodity prices
SentimentVIX, put/call ratio, AAII surveyMarket mood

Geopolitics Predictions

Source TypeExamplesUse For
Official sourcesGovernment statements, UN reportsPolicy direction
Think tanksRAND, Brookings, Chatham HouseAnalysis
Election dataPolls, voter registration, 538Election outcomes
Trade dataWTO, customs data, trade balancesTrade policy
Military dataSIPRI, defense budgets, deploymentsConflict risk
Diplomatic signalsAmbassador recalls, sanctions, treatiesRelations

Climate Predictions

Source TypeExamplesUse For
Scientific dataIPCC, NASA, NOAAClimate trends
Energy dataIEA, EIA, IRENAEnergy transition
Policy dataCOP agreements, national plansRegulation
Corporate dataCDP disclosures, sustainability reportsCorporate action
Technology dataBloombergNEF, patent filingsClean tech trends
Investment dataGreen bond issuance, ESG flowsCapital allocation

Reasoning Chain Construction

Template

PREDICTION: [Specific, falsifiable claim]

1. REFERENCE CLASS (Outside View)
   Base rate: [What % of similar events occur?]
   Reference examples: [3-5 historical analogues]

2. SPECIFIC EVIDENCE (Inside View)
   Signals FOR (+):
   a. [Signal] — strength: [strong/moderate/weak] — adjustment: +X%
   b. [Signal] — strength: [strong/moderate/weak] — adjustment: +X%

   Signals AGAINST (-):
   a. [Signal] — strength: [strong/moderate/weak] — adjustment: -X%
   b. [Signal] — strength: [strong/moderate/weak] — adjustment: -X%

3. SYNTHESIS
   Starting probability (base rate): X%
   Net adjustment: +/-Y%
   Final probability: Z%

4. KEY ASSUMPTIONS
   - [Assumption 1]: If wrong, probability shifts to [W%]
   - [Assumption 2]: If wrong, probability shifts to [V%]

5. RESOLUTION
   Date: [When can this be resolved?]
   Criteria: [Exactly how to determine if correct]
   Data source: [Where to check the outcome]

Prediction Tracking & Scoring

Prediction Ledger Format

json
{
  "id": "pred_001",
  "created": "2025-01-15",
  "prediction": "OpenAI will release GPT-5 before July 2025",
  "confidence": 0.65,
  "domain": "tech",
  "time_horizon": "2025-07-01",
  "reasoning_chain": "...",
  "key_signals": ["leaked roadmap", "compute scaling", "hiring patterns"],
  "status": "active|resolved|expired",
  "resolution": {
    "date": "2025-06-30",
    "outcome": true,
    "evidence": "Released June 15, 2025",
    "brier_score": 0.1225
  },
  "updates": [
    {"date": "2025-03-01", "new_confidence": 0.75, "reason": "New evidence: leaked demo"}
  ]
}

Accuracy Report Template

ACCURACY DASHBOARD
==================
Total predictions:     N
Resolved predictions:  N (N correct, N incorrect, N partial)
Active predictions:    N
Expired (unresolvable):N

Overall accuracy:      X%
Brier score:           0.XX

Calibration:
  Predicted 90%+ → Actual: X% (N predictions)
  Predicted 70-89% → Actual: X% (N predictions)
  Predicted 50-69% → Actual: X% (N predictions)
  Predicted 30-49% → Actual: X% (N predictions)
  Predicted <30% → Actual: X% (N predictions)

Strengths: [domains/types where you perform well]
Weaknesses: [domains/types where you perform poorly]

Cognitive Bias Checklist

Before finalizing any prediction, check for these biases:

  1. Anchoring: Am I fixated on the first number I encountered?

    • Fix: Deliberately consider the base rate before looking at specific evidence
  2. Availability bias: Am I overweighting recent or memorable events?

    • Fix: Check the actual frequency, not just what comes to mind
  3. Confirmation bias: Am I only looking for evidence that supports my prediction?

    • Fix: Actively search for contradicting evidence (steel-man the opposite)
  4. Narrative bias: Am I choosing a prediction because it makes a good story?

    • Fix: Boring predictions are often more accurate
  5. Overconfidence: Am I too sure?

    • Fix: If you've never been wrong at this confidence level, you're probably overconfident
  6. Scope insensitivity: Am I treating very different scales the same?

    • Fix: Be specific about magnitudes and timeframes
  7. Recency bias: Am I extrapolating recent trends too far?

    • Fix: Check longer time horizons and mean reversion patterns
  8. Status quo bias: Am I defaulting to "nothing will change"?

    • Fix: Consider structural changes that could break the status quo

Contrarian Mode

When enabled, for each consensus prediction:

  1. Identify what the consensus view is
  2. Search for evidence the consensus is wrong
  3. Consider: "What would have to be true for the opposite to happen?"
  4. If credible contrarian evidence exists, include a contrarian prediction
  5. Always label contrarian predictions clearly with the consensus for comparison

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Predictor Hand Skill AI skill do?

Expert knowledge for AI forecasting — superforecasting principles, signal taxonomy, confidence calibration, reasoning chains, and accuracy tracking

Why use Predictor Hand Skill on TypingMind?

Because you install it once and use it with any model. Predictor Hand Skill is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Predictor Hand Skill in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-hands/bundled/predictor. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Predictor Hand Skill?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Predictor Hand Skill?

As many as you like. As long as a model supports skills, you can use Predictor Hand Skill with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Predictor Hand Skill AI skill free?

Yes. It is published on GitHub by RightNow-AI under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇