Aviation Weather

v1.0.0

Fetch aviation weather data (METAR, TAF, PIREPs) from aviationweather.gov. Use for flight planning, weather briefings, checking airport conditions, or any pilot-related weather queries. Triggers on "METAR", "TAF", "flight weather", "airport weather", "aviation weather", "pilot report", "PIREP", or specific ICAO codes.

3· 2.2k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and SKILL.md. The script queries aviationweather.gov endpoints for METAR, TAF, and PIREP data — exactly what the skill claims to do. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided Python script with CLI flags and documents defaults. The instructions and script only reference network calls to aviationweather.gov and standard CLI arguments; they do not read local secrets, system config paths, or transmit data to unexpected endpoints.
Install Mechanism
No install specification is present (instruction-only with an included script). Nothing is downloaded or written to disk by an installer. The included Python script is plain source (no extracted archives or external installers).
Credentials
The skill requires no environment variables, credentials, or config paths. All network access is outbound HTTPS to aviationweather.gov, which is appropriate for fetching public weather data.
Persistence & Privilege
The skill does not request always:true, does not persist secrets or modify other skills, and contains no code that alters system-wide settings. It runs as an on-demand script and has no elevated persistence.
Assessment
This skill is internally consistent and appears to do only what it says: run a Python script that queries aviationweather.gov and prints results. Consider that it will make outbound HTTPS requests to the FAA site (no credentials requested). If you run it in an environment with strict network policies, ensure outbound access to aviationweather.gov is allowed. Also note this is a simple script — it may raise runtime errors for malformed API responses (not a security issue) and prints raw weather text if verbose/json options are used.

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

latestvk974b50wnj54ttx615mtprxnvh7zzm1a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments