Jump to related tools in the same category or review the original source on GitHub.

Transportation @miguelcarranza Updated 2/26/2026

Surfline OpenClaw Skill - ClawHub

Do you want your AI agent to automate Surfline workflows? This free skill from ClawHub helps with transportation tasks without building custom tools from scratch.

What this skill does

Get surf forecasts and current conditions from Surfline public endpoints (no login). Use to look up Surfline spot IDs, fetch forecasts/conditions for specific spots, and summarize multiple favorite spots.

Install

npx clawhub@latest install surfline

Full SKILL.md

Open original
namedescription
surflineGet surf forecasts and current conditions from Surfline public endpoints (no login). Use to look up Surfline spot IDs, fetch forecasts/conditions for specific spots, and summarize multiple favorite spots.

Surfline (public, no login)

This skill uses Surfline public endpoints (no account, no cookies).

Quick start

  1. Find a spot id:
python3 scripts/surfline_search.py "Cardiff Reef"
python3 scripts/surfline_search.py "D Street"
  1. Get a report for a spot id (prints text + JSON by default):
python3 scripts/surfline_report.py <spotId>
# or only one format:
python3 scripts/surfline_report.py <spotId> --text
python3 scripts/surfline_report.py <spotId> --json
  1. Favorites summary (multiple spots) (prints text + JSON by default):

Create ~/.config/surfline/favorites.json (see references/favorites.json.example).

python3 scripts/surfline_favorites.py

Notes

  • Keep requests gentle: don’t hammer endpoints. Scripts include basic caching.
  • Spot IDs are stable; store them once.
  • If Surfline changes endpoints/fields, update scripts/surfline_client.py.
Original URL: https://github.com/openclaw/skills/blob/main/skills/miguelcarranza/surfline

Related skills

If this matches your use case, these are close alternatives in the same category.