← Back to Skills Marketplace
drivenbymyai-max

Weather Demand

by Orion · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-demand
Description
Weather-driven demand forecasting — correlate temperature with energy/commodity trade flows, Holt-Winters predictions
Usage Guidance
This skill simply calls a third-party API (sputnikx.xyz) to get forecasts. Before installing, consider: (1) you will be sending query data to an external, unvetted service—avoid including sensitive or proprietary data in queries; (2) verify the service's trustworthiness, privacy policy, and availability (the registry metadata shows unknown source/homepage); (3) test with non-sensitive or synthetic data first; and (4) monitor network requests and logs while the skill is in use. If you need stronger assurances, prefer skills that use well-known data providers or that run forecasting locally.
Capability Analysis
Type: OpenClaw Skill Name: weather-demand Version: 1.0.0 The weather-demand skill provides legitimate weather and commodity trade forecasting functionality via API calls to sputnikx.xyz. Analysis of SKILL.md and _meta.json reveals no evidence of data exfiltration, malicious execution, or prompt injection; the skill's behavior is entirely consistent with its stated purpose of analyzing Baltic trade flows.
Capability Assessment
Purpose & Capability
Name and description (weather-driven demand forecasting, Holt-Winters) match the SKILL.md examples which call forecasting endpoints on the declared base URL. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are limited to making HTTP GET calls to https://sputnikx.xyz/api/v1/agent and return forecasts/correlations. The skill does not instruct the agent to read local files, environment variables, or other system state. Note: it sends query parameters to an external service — any sensitive context included in requests would be transmitted off-agent.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk and no packages are installed.
Credentials
The skill declares no required environment variables or credentials. There is no disproportionate request for secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skill/system configurations. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-demand
  3. After installation, invoke the skill by name or use /weather-demand
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of weather-demand skill for weather-driven demand forecasting. - Correlates Baltic temperature data with energy and commodity trade flows. - Provides Holt-Winters time series demand predictions, including confidence intervals. - Supports API endpoints for demand forecasting and temperature-trade seasonality analysis. - Includes example use cases such as predicting energy demand and planning inventory.
Metadata
Slug weather-demand
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Demand?

Weather-driven demand forecasting — correlate temperature with energy/commodity trade flows, Holt-Winters predictions. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install Weather Demand?

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

Is Weather Demand free?

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

Which platforms does Weather Demand support?

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

Who created Weather Demand?

It is built and maintained by Orion (@drivenbymyai-max); the current version is v1.0.0.

💬 Comments