← Back to Skills Marketplace
Oraclaw Forecast
by
Whatsonyourmind
· GitHub ↗
· v1.0.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oraclaw-forecast
Description
Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data...
Usage Guidance
This skill looks plausible for forecasting, but there is a key inconsistency: it requires ORACLAW_API_KEY yet the runtime instructions do not show any network calls, endpoints, or how the key is used. Before installing or providing secrets: 1) Ask the maintainer for concrete API docs or sample requests (endpoint URL, authentication header format, example cURL). 2) Verify the billing details and how data are transmitted/stored (privacy policy, terms, and whether data are sent to oraclaw.dev or another host). 3) Confirm the homepage and owner identity (who runs oraclaw.dev). 4) Avoid inserting your production API key until you can test with a throwaway key and observe calls. 5) If the skill is intended to run locally without network access, request an updated SKILL.md that removes the ORACLAW_API_KEY requirement. Providing those clarifications would increase confidence and could change this assessment to benign.
Capability Analysis
Type: OpenClaw Skill
Name: oraclaw-forecast
Version: 1.0.0
The skill bundle provides documentation and metadata for a time-series forecasting service (oraclaw-forecast). It defines a single tool, 'predict_forecast', and requires an API key for the external service at oraclaw.dev. No executable code, suspicious instructions, or data exfiltration patterns were found in the provided files (SKILL.md and _meta.json).
Capability Assessment
Purpose & Capability
The name/description (time-series forecasting) matches the single required credential (ORACLAW_API_KEY) if the skill calls an external Oraclaw API. However, the SKILL.md contains only an in-agent tool signature for predict_forecast and no network endpoints, authentication flow, or examples showing the API key being used. That mismatch (requiring a secret but not describing its use) is unexpected and warrants clarification.
Instruction Scope
The instructions describe inputs/outputs and forecasting rules but do not instruct the agent to call any external API or use the ORACLAW_API_KEY environment variable. They also do not indicate how user data is transmitted or billed. The scope is narrowly focused on forecasting logic, but the omission of networking/auth steps is an incoherence risk (either the skill is purely local and doesn't need the key, or it is external and the docs are incomplete).
Install Mechanism
No install specification and no code files are present, so nothing is written to disk and there is no installer risk. This is the lowest-risk install vector.
Credentials
Only one environment variable (ORACLAW_API_KEY) is required, which is proportionate for an API-backed forecasting service. However, the SKILL.md never references the variable or shows how it would be used, so the justification for requesting the secret is missing.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent inclusion or elevated platform privileges. Autonomous invocation is allowed by default (disable-model-invocation is false), which is normal but should be considered alongside other risks.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oraclaw-forecast - After installation, invoke the skill by name or use
/oraclaw-forecast - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of oraclaw-forecast.
- Provides fast time series forecasting using ARIMA and Holt-Winters models with 95% confidence intervals.
- Supports prediction for any sequential data (e.g., revenue, traffic, prices).
- Offers an API tool for generating forecasts via `predict_forecast`, including support for seasonal and non-seasonal data.
- Requires at least 10 data points (ARIMA) or 2×seasonLength (Holt-Winters).
- Pricing: $0.05 per forecast, with a free tier for up to 3,000 calls/month.
Metadata
Frequently Asked Questions
What is Oraclaw Forecast?
Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Oraclaw Forecast?
Run "/install oraclaw-forecast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oraclaw Forecast free?
Yes, Oraclaw Forecast is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oraclaw Forecast support?
Oraclaw Forecast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oraclaw Forecast?
It is built and maintained by Whatsonyourmind (@whatsonyourmind); the current version is v1.0.0.
More Skills