Forecasting

v1.0.0

Apply quantitative and qualitative forecasting techniques. Use for demand planning, revenue projections, and trend analysis.

0· 210·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for linuszz/forecasting.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Forecasting" (linuszz/forecasting) from ClawHub.
Skill page: https://clawhub.ai/linuszz/forecasting
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install forecasting

ClawHub CLI

Package manager switcher

npx clawhub@latest install forecasting
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (forecasting, demand/revenue projections) align with the SKILL.md content: methods, selection guidance, and an output template. The skill does not request unrelated binaries, credentials, or config.
Instruction Scope
Runtime instructions are minimal and generic ('Apply appropriate forecasting techniques for $ARGUMENTS') and include a useful output template. They do not instruct the agent to read system files, environment variables, or send data externally, but the wording is open-ended and gives the agent broad discretion about what input/context to use—so you should be explicit when providing data and context.
Install Mechanism
No install spec and no code files (instruction-only). This is lowest-risk: nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate access requested relative to forecasting functionality.
Persistence & Privilege
always:false (default) and no requests to modify agent/system settings. The skill can be invoked autonomously per platform defaults, which is normal for skills of this type.
Assessment
This skill appears internally consistent and low-risk because it is instruction-only and requests no credentials or installs. However, the instructions are intentionally general—when you use it, provide explicit, non-sensitive sample data and clear constraints (time horizon, required confidence intervals, allowed data sources). Avoid pasting secrets (API keys, raw database extracts), and consider testing outputs on synthetic data first. If you are concerned about autonomous runs, keep using user-invocation only or monitor the agent's requests for additional context before granting access to real datasets. If the skill later adds install steps, environment variables, or file-system access, reassess immediately.

Like a lobster shell, security has layers — review code before you run it.

latestvk97frg03b9g0mry580qjvrawah83bhfm
210downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Forecasting Techniques

Metadata

  • Name: forecasting
  • Description: Quantitative and qualitative forecasting methods
  • Triggers: forecast, projection, prediction, demand planning, trend analysis

Instructions

Apply appropriate forecasting techniques for $ARGUMENTS.

Framework

Forecasting Methods

MethodBest ForTime HorizonAccuracy
Moving AverageStable demandShortMedium
Exponential SmoothingTrending dataShort-MediumHigh
RegressionCausal relationshipsMedium-LongHigh
Scenario PlanningUncertain environmentLongMedium
Delphi MethodExpert consensusLongMedium

Output

## Forecast: [Subject]

### Method Selection

**Chosen Method**: [Method name]
**Rationale**: [Why this method]

### Historical Data

| Period | Actual | Forecast | Error |
|--------|--------|----------|-------|
| Q1 | 100 | - | - |
| Q2 | 110 | 105 | +5 |
| Q3 | 115 | 112 | +3 |
| Q4 | 120 | 118 | +2 |

### Forecast Results

| Period | Forecast | Lower Bound | Upper Bound | Confidence |
|--------|----------|-------------|-------------|------------|
| Q1 Next | 125 | 118 | 132 | 90% |
| Q2 Next | 130 | 120 | 140 | 85% |
| Q3 Next | 135 | 122 | 148 | 80% |

### Assumptions

1. [Assumption 1]
2. [Assumption 2]
3. [Assumption 3]

### Risks

| Risk | Probability | Impact | Mitigation |
|------|-------------|--------|------------|
| [Risk 1] | Medium | High | [Action] |
| [Risk 2] | Low | Medium | [Action] |

Tips

  • Use multiple methods for validation
  • Document assumptions clearly
  • Update forecasts with new data
  • Consider seasonality

Comments

Loading comments...