← Back to Skills Marketplace
projectsnowwork

Predict

by ProjectSnowWork · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
352
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install predict
Description
Prediction and forecasting system for trends, outcomes, and risks. Use when user mentions predictions, forecasts, trends, scenarios, or future outcomes. Anal...
Usage Guidance
Do not assume this skill will perform the complex forecasting the description promises. What you have is a minimal script that prints template guidance and appends a short forecast record to ~/.openclaw/workspace/memory/predict/forecasts.json. Before installing or running: (1) Ask the author for the missing scripts (generate_scenarios.py, assess_risk.py, evaluate_probability.py, references/*) or a corrected SKILL.md; (2) Inspect those scripts to confirm they actually read and process data and do not contact external endpoints; (3) If you must run it, do so in a sandboxed environment and back up/monitor the ~/.openclaw/workspace/memory/predict directory to avoid unexpected file writes; (4) Prefer an updated package where declared capabilities match included code. If the author supplies the missing files and they perform as advertised (no unexpected network calls, proper data handling), this assessment could change to benign.
Capability Analysis
Type: OpenClaw Skill Name: predict Version: 1.0.0 The skill bundle provides a framework for forecasting and risk assessment with no evidence of malicious intent or high-risk behavior. The provided script (forecast_trend.py) performs local file operations within a designated workspace directory (~/.openclaw/workspace/memory/predict) to store metadata and lacks any network access, command execution, or sensitive data exfiltration logic.
Capability Assessment
Purpose & Capability
The skill's name and description promise forecasting, model building, scenario generation, probability evaluation, and accuracy tracking. The bundle only includes one simple script (forecast_trend.py) that prints a static forecasting framework and saves a short metadata record; it does not build models or read input data. SKILL.md references many other scripts and reference files that are not present, which is inconsistent with the stated capabilities.
Instruction Scope
SKILL.md instructs running multiple scripts (generate_scenarios.py, assess_risk.py, evaluate_probability.py, etc.) and passing data files (e.g., --data "historical.csv"), but those scripts are absent and forecast_trend.py doesn't accept a --data argument or read data. The instructions therefore overreach the actual runtime behavior and would likely produce runtime errors or silently do less than promised.
Install Mechanism
No install specification or external downloads are included (instruction-only with one script). This minimizes supply-chain risk; nothing is fetched or executed from remote URLs during install.
Credentials
The skill requests no environment variables or credentials. The included script writes to a local path (~/.openclaw/workspace/memory/predict), which aligns with SKILL.md's claim that prediction data is stored locally, though SKILL.md earlier referenced memory/predict/ (path mismatch is minor but noted).
Persistence & Privilege
The skill does not request permanent/always inclusion and does not require extra privileges. It will create a directory and write forecasts.json under the user's home workspace (~/.openclaw/workspace/memory/predict), so expect persistent local storage of generated forecast records.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install predict
  3. After installation, invoke the skill by name or use /predict
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Trend forecasting, scenario generation, risk assessment, and probability evaluation with uncertainty management
Metadata
Slug predict
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Predict?

Prediction and forecasting system for trends, outcomes, and risks. Use when user mentions predictions, forecasts, trends, scenarios, or future outcomes. Anal... It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.

How do I install Predict?

Run "/install predict" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Predict free?

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

Which platforms does Predict support?

Predict is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Predict?

It is built and maintained by ProjectSnowWork (@projectsnowwork); the current version is v1.0.0.

💬 Comments