Marine Forecast
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: marine-forecast Version: 1.0.0 The marine-forecast skill is a legitimate tool for retrieving weather and sea state data from the Open-Meteo API. It uses standard curl commands to fetch JSON data from reputable endpoints (marine-api.open-meteo.com and api.open-meteo.com) and provides clear instructions for the agent to format and interpret this data for sailing briefings. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
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.
The agent may make network requests to fetch forecast data when the skill is invoked.
The skill directs the agent to use curl for external API calls. This is purpose-aligned and constrained to Open-Meteo weather endpoints.
curl -s "https://marine-api.open-meteo.com/v1/marine?latitude=LAT&longitude=LON...
Use it for intended marine forecast lookups and review any generated command if you are concerned about sharing a location.
A precise requested location may be sent to Open-Meteo when retrieving forecasts.
Forecast requests include latitude, longitude, and timezone. The provider is disclosed, and this data is necessary for the stated purpose, but it is still a third-party data flow.
replace `LAT`, `LON`, and `TZ` in all commands
Avoid using highly sensitive personal locations if you do not want them sent to the weather API provider.
