skills/zurich-badi-info/SKILL.md
(💛) Real-time water temperatures, open status of Zurich badis (lakes, river/Letten, pools), outside weather recommendations for family trips, and Limmat canotto/dinghy flow safety alerts.
npx skillsauth add palladius/gemini-cli-palladius-public-goodies zurich-badi-infoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides real-time information about Zurich's outdoor pools (Freibäder), river pools (Flussbäder), and lake beaches (Seebäder). It includes dedicated alerts and recommendations tailored for:
Activate this skill when the user asks about:
Water temperatures are color-coded with custom indicators based on comfort levels:
< 18°C): Very fresh / cold (typical for early season or deep lake/river).18°C - 19°C): Refreshing (good for active swimming).20°C - 24°C): Comfortable (ideal for family lake swimming).25°C+): Warm (typical for highly solar-irradiated pools like Heuried).The skill includes a powerful Python CLI utility located in scripts/badi_info.py which fetches and parses live XML data from the City of Zurich, BAFU flow data, and Zurich weather:
Provides a high-level summary of your favorite pools, outside temperature, and Limmat floating safety:
uv run scripts/badi_info.py summary
Lists all available outdoor pools, river pools, and lakes:
# List all
uv run scripts/badi_info.py list
# Filter by type (lake, river, pool)
uv run scripts/badi_info.py list --type lake
# Show only currently open badis
uv run scripts/badi_info.py list --open
Search for a specific pool by name:
uv run scripts/badi_info.py search utoquai
development
(💛) Auto-documents any Git repository: creates ABOUT.md, generates project hero images via nanobanana, and builds deep diagrams (Mermaid E/R or Class diagrams).
tools
Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows.
testing
Audits and renames tmux sessions based on their active content. Use when the user wants to organize their tmux workspace, identify what's running in each session, or apply a consistent naming convention (giancarlo-YYYYMMDD-SYNOPSIS) to all active sessions.
tools
Cross-platform screenshot utility for Linux Wayland and macOS. Use when the user asks to take a screenshot of a monitor, window, or specific area so the CLI can see and analyze it.