Local knowledge for each Port32 marina — waters, species, restaurants, hazards, culture.
Local knowledge I build over time for each Port32 marina. This is my cheat sheet for writing good prompts — the more I know about each location, the better my dispatches.
Rule: Before dispatching to a new location, research it first. Use Firecrawl to learn the local waters, species, restaurants, and culture. Then update this file.
# Search for local boating info
FIRECRAWL_API_KEY=... firecrawl search "[location] boating fishing guide" --limit 10
FIRECRAWL_API_KEY=... firecrawl search "[location] waterfront restaurants boat dock" --limit 10
FIRECRAWL_API_KEY=... firecrawl search "Port32 [location] marina" --limit 5
# Scrape the Port32 location page
FIRECRAWL_API_KEY=... firecrawl scrape https://www.port32marinas.com/p32marinas/[location] --only-main-content
Then save key findings below.