π¦ ClawHub
SeaLegs AI Marine Forecast API
by @sealegs-ai-coder
Get AI-powered marine weather forecasts for any location worldwide
βοΈ Configuration
1. Get an API Key
1. Sign up at https://developer.sealegs.ai β you'll get 10 free credits to get started 2. Generate an API key from your dashboard 3. Need more? Add credits anytime ($10 = 200 forecast-days)
2. Configure OpenClaw
Add to your OpenClaw configuration:
{
skills: {
entries: {
"sealegs-marine-forecast": {
enabled: true,
apiKey: "sk_live_your_key_here"
}
}
}
}
Or set the environment variable:
export SEALEGS_API_KEY=sk_live_your_key_here
3. Install the Skill
clawhub install sealegs-marine-forecast
TERMINAL
clawhub install sealegs-marine-forecast