Weather Demand

v1.0.0

Weather-driven demand forecasting — correlate temperature with energy/commodity trade flows, Holt-Winters predictions

0· 140·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 drivenbymyai-max/weather-demand.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Weather Demand" (drivenbymyai-max/weather-demand) from ClawHub.
Skill page: https://clawhub.ai/drivenbymyai-max/weather-demand
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 weather-demand

ClawHub CLI

Package manager switcher

npx clawhub@latest install weather-demand
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

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

latestvk970tcd8f3vk4ww4sbqtv37py583dhfs
140downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Weather-Demand Forecasting

Correlate Baltic weather data with commodity trade flows. Holt-Winters time series forecasting. Temperature → energy demand predictions.

Base URL

https://sputnikx.xyz/api/v1/agent

Demand Forecast ($0.10 x402)

curl "https://sputnikx.xyz/api/v1/agent/trade/demand-forecast?reporter=LV&hs2=27&months=6"

Returns: Holt-Winters forecast with confidence intervals for commodity imports.

Weather + Trade Correlation

curl "https://sputnikx.xyz/api/v1/agent/trade/seasonality?reporter=LV&hs2=27"

Returns: Monthly patterns showing temperature-trade correlation.

Use Cases

  • Predict heating fuel demand based on weather forecast
  • Anticipate commodity import spikes before they happen
  • Plan inventory based on seasonal weather patterns
  • Analyze climate impact on Baltic trade flows

Comments

Loading comments...