Weather Data API

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: weather-data Version: 1.0.0 The skill bundle defines a 'weather-data' service that provides forecast information via a local HTTP endpoint (localhost:5000). The `SKILL.md` file describes the service, its endpoints, and usage examples using `curl` to interact with the local service. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. All content aligns with the stated purpose of providing weather data.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Using the premium endpoint could authorize a small payment.

Why it was flagged

The premium workflow uses a payment authorization header and may spend funds, but the charge amount and paid endpoint are disclosed and aligned with the premium forecast purpose.

Skill content
Requires x402 payment (0.05 USDC)
curl -H "X-Payment: <payment_header>" "http://localhost:5000/forecast/premium?lat=40.71&lon=-74.00"
Recommendation

Only allow the premium request after the user explicitly approves the payment amount and understands where the payment header is being sent.

What this means

The skill may not work unless a separate local server is running, and that server's behavior was not reviewed here.

Why it was flagged

The SKILL.md examples call a localhost weather service, but no reviewed code or installation mechanism for that service is provided in the artifacts.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Verify the localhost service source and behavior before relying on it, especially before sending any payment header.