← Back to Skills Marketplace
sealegs-ai-coder

SeaLegs AI Marine Forecast API

by SeaLegs AI · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
858
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sealegs-marine-forecast
Description
Get AI-powered marine weather forecasts for any location worldwide
Usage Guidance
This skill appears to do what it claims: call SeaLegs' marine forecast API using an API key. Before installing: 1) Verify you trust the SeaLegs service (developer.sealegs.ai) and are comfortable providing its API key. 2) Don't place unrelated secrets into examples/.env (the Python example will load any key=value pairs it finds). 3) If you use webhook_url, only point it at endpoints you control or trust because forecast results will be POSTed there. 4) Be aware the example script requires Python's requests package if you run it locally. If any of these points are unacceptable, don't install or run the examples until you've confirmed the risks.
Capability Analysis
Type: OpenClaw Skill Name: sealegs-marine-forecast Version: 1.0.0 The skill bundle provides an API client for a marine weather forecast service. It requires an API key (`SEALEGS_API_KEY`) and the `curl` binary, which are necessary for its stated purpose. All network requests in `SKILL.md` and `spotcast_workflow.py` are directed to the legitimate `api.sealegs.ai` domain, and the API key is handled securely via the Authorization header. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts with harmful objectives.
Capability Assessment
Purpose & Capability
Name/description match the required items: a single API key (SEALEGS_API_KEY) and curl for example requests. The included example Python script and cURL examples align with a client for api.sealegs.ai.
Instruction Scope
SKILL.md only instructs the agent to call SeaLegs API endpoints and to optionally provide a webhook_url (user-supplied). The included spotcast_workflow.py will load a local .env file (examples/.env) and set any key=value pairs it finds into environment variables — this can accidentally surface other local secrets if you put them in that file. Also be mindful that webhook_url is an arbitrary HTTPS endpoint you may provide; callbacks will POST forecast data there.
Install Mechanism
No install spec — instruction-only with an example script. No downloads or external installers. Example Python code requires the requests package but nothing is implicitly fetched or executed by the skill during install.
Credentials
Only SEALEGS_API_KEY is required and is declared as the primary credential, which is proportionate. The SKILL.md also shows an option to put the key into the agent's OpenClaw config — storing keys in a shared config file has the usual tradeoffs (ease of use vs broader exposure to other local tools/people).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or attempt to modify other skills' configs. It behaves like a normal, user-invoked integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sealegs-marine-forecast
  3. After installation, invoke the skill by name or use /sealegs-marine-forecast
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug sealegs-marine-forecast
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SeaLegs AI Marine Forecast API?

Get AI-powered marine weather forecasts for any location worldwide. It is an AI Agent Skill for Claude Code / OpenClaw, with 858 downloads so far.

How do I install SeaLegs AI Marine Forecast API?

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

Is SeaLegs AI Marine Forecast API free?

Yes, SeaLegs AI Marine Forecast API is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SeaLegs AI Marine Forecast API support?

SeaLegs AI Marine Forecast API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SeaLegs AI Marine Forecast API?

It is built and maintained by SeaLegs AI (@sealegs-ai-coder); the current version is v1.0.0.

💬 Comments