← Back to Skills Marketplace
keys-li

Self Aware Prediction System

by keys-li · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
181
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install self-aware-prediction-system
Description
Provides predictions with quantified uncertainty by evaluating data completeness, prediction type, and confidence to inform decision-making risks.
Usage Guidance
This skill appears internally coherent and low-risk: it contains documentation and a small local Python function that computes a simple confidence score based on declared inputs. Before installing or enabling for automated use, consider: 1) test the script on representative inputs to confirm its behavior and that its simple heuristics match your needs (it uses a fixed base score and static weights); 2) verify there are no hidden files or later updates that introduce network calls or credential usage; 3) if you plan to supply sensitive content to the skill, ensure your agent's privacy settings are appropriate — the skill itself does not exfiltrate data but your agent may log or route inputs elsewhere; 4) if you need stronger uncertainty quantification, review or replace the heuristic with a more rigorous/statistical method. Overall, nothing in the package requests disproportionate access or contradicts its described purpose.
Capability Analysis
Type: OpenClaw Skill Name: self-aware-prediction-system Version: 1.0.0 The skill bundle implements a 'Self-Aware Prediction System' designed to help an AI agent quantify and communicate its uncertainty. The Python script (scripts/uncertainty_assessment.py) contains safe logic for calculating confidence scores based on information completeness, and the markdown files (SKILL.MD, README.md) provide conceptual frameworks and instructions for the agent to follow when making predictions. No malicious behaviors, data exfiltration, or harmful prompt injections were detected.
Capability Assessment
Purpose & Capability
Name/description (quantifying prediction uncertainty) matches the included docs and the single assessment script. There are no unrelated requirements (no credentials, binaries, or config paths).
Instruction Scope
SKILL.md stays on-topic (assess information completeness, prediction type, run the uncertainty assessment). It does not instruct reading unrelated files, exfiltrating data, or contacting external endpoints.
Install Mechanism
No install spec (instruction-only skill aside from a small included script). Nothing is downloaded or written to disk at install time by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included Python script is local and does not access environment variables or external services.
Persistence & Privilege
always is false, the skill does not request persistent/system-wide changes or elevated privileges, and it does not modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-aware-prediction-system
  3. After installation, invoke the skill by name or use /self-aware-prediction-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Self-Aware Prediction System 1.0.0 – First Release - Introduced a prediction framework that emphasizes awareness of uncertainty and knowledge boundaries. - Implements confidence scoring (0–10) with risk alerts based on prediction type, data completeness, and confidence level. - Provides prediction categorization: factual, trend-based, probabilistic, and speculative. - Includes information completeness assessment: high, medium, low. - Designed to help users evaluate answer certainty and identify when further information is needed.
Metadata
Slug self-aware-prediction-system
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Self Aware Prediction System?

Provides predictions with quantified uncertainty by evaluating data completeness, prediction type, and confidence to inform decision-making risks. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.

How do I install Self Aware Prediction System?

Run "/install self-aware-prediction-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self Aware Prediction System free?

Yes, Self Aware Prediction System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Self Aware Prediction System support?

Self Aware Prediction System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self Aware Prediction System?

It is built and maintained by keys-li (@keys-li); the current version is v1.0.0.

💬 Comments