1.6k★surfline – OpenClaw Skill
surfline is an OpenClaw Skills integration for writing workflows. 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.
Skill Snapshot
| name | surfline |
| description | 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. OpenClaw Skills integration. |
| owner | miguelcarranza |
| repository | miguelcarranza/surfline |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @miguelcarranza/surfline |
| last updated | Feb 7, 2026 |
Maintainer

name: surfline description: 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.
Surfline (public, no login)
This skill uses Surfline public endpoints (no account, no cookies).
Quick start
- Find a spot id:
python3 scripts/surfline_search.py "Cardiff Reef"
python3 scripts/surfline_search.py "D Street"
- 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
- 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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install surfline?
Run openclaw add @miguelcarranza/surfline in your terminal. This installs surfline into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/miguelcarranza/surfline. Review commits and README documentation before installing.
