← Back to Skills Marketplace
oasiseng

StormProof — NOAA Hurricane Weather Lookup

by Oasis Engineering · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stormproof
Description
Look up historical NOAA hurricane weather data — peak wind speed, wind gust, and storm surge — for any U.S. street address on any date. Use this skill when t...
Usage Guidance
This skill appears to do what it says: it needs a U.S. street address and a date and will send those to a StormProof endpoint (Cloudflare Worker operated by hurricaneinspections.com). Before installing or using it: (1) be aware this transmits PII (the full street address) — follow the consent step in the SKILL.md and don’t send additional identifying info; (2) verify you trust the operator (hurricaneinspections.com) and their privacy policy and deletion procedure if you care about logs; (3) confirm the platform actually provides the stormproof_lookup tool binding (the SKILL.md assumes that runtime tool exists); and (4) if you need stronger privacy, ask the assistant to explain NOAA data in general without performing the lookup or run the lookup yourself on the operator’s site. If you rely on this for claims or legal/insurance matters, consider obtaining the raw NOAA sources or a signed report from a licensed professional.
Capability Analysis
Type: OpenClaw Skill Name: stormproof Version: 0.1.1 The 'stormproof' skill is a well-documented tool for retrieving historical NOAA weather data for insurance and forensic purposes. It demonstrates good security and privacy practices by explicitly requiring the agent to obtain user consent before transmitting PII (street addresses) to its backend API (storm-verification-api.elairet2021.workers.dev). The instructions in SKILL.md are focused on factual data delivery and transparency, with no evidence of malicious intent, obfuscation, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name and description match what the SKILL.md asks for: it needs an address and a date to query historical NOAA station/tide data. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The instructions explicitly require sending the user's full street address and date to an external StormProof service (Cloudflare Worker) and retaining those values in logs. The skill also requires an explicit user consent step before the first call, which is appropriate. The SKILL.md does not instruct reading other files or environment variables.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This minimizes install-time risk.
Credentials
No environment variables, credentials, or config paths are requested. The only data transmitted is the address, date, and a fixed placeholder email as stated — this is proportionate to the stated lookup function but is still PII and is logged by the operator.
Persistence & Privilege
always:false and no special privileges requested. The skill can be invoked autonomously by default (platform behavior), but the SKILL.md requires explicit user consent before the first external lookup which mitigates autonomous PII leakage risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stormproof
  3. After installation, invoke the skill by name or use /stormproof
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Added explicit data-flow disclosure, endpoint identification, retention policy, and consent step to address ClawHub security scan findings.
v0.1.0
Initial release — guidance for Claude agents on invoking the StormProof MCP tool for NOAA hurricane weather verification (wind, gust, storm surge by address and date). Learn more at HurricaneInspections.com
Metadata
Slug stormproof
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is StormProof — NOAA Hurricane Weather Lookup?

Look up historical NOAA hurricane weather data — peak wind speed, wind gust, and storm surge — for any U.S. street address on any date. Use this skill when t... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install StormProof — NOAA Hurricane Weather Lookup?

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

Is StormProof — NOAA Hurricane Weather Lookup free?

Yes, StormProof — NOAA Hurricane Weather Lookup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does StormProof — NOAA Hurricane Weather Lookup support?

StormProof — NOAA Hurricane Weather Lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created StormProof — NOAA Hurricane Weather Lookup?

It is built and maintained by Oasis Engineering (@oasiseng); the current version is v0.1.1.

💬 Comments