← ClaudeAtlas

kc-streetcar-reportlisted

Draft and send an issue report email to the KC Streetcar team (info@kcstreetcar.org). Use this skill whenever the user mentions reporting a problem with the KC Streetcar -- tracker displays showing fallback data instead of live arrivals, service disruptions, station issues, safety concerns, accessibility problems, or any other streetcar infrastructure issue. Also trigger when the user says things like "report this to the streetcar", "email KC Streetcar", "let the streetcar people know", or references a streetcar problem they want escalated. If the user uploads a photo taken near a KC Streetcar station and describes an issue, use this skill. Requires Gmail MCP tool access and Pillow (pip install).
BaesTheorem/exobrain-harness · ★ 1 · AI & Automation · score 64
Install: claude install-skill BaesTheorem/exobrain-harness
# KC Streetcar Issue Report Draft a concise, actionable issue report email to the KC Streetcar operations team. **Setup**: Before first use, replace `[Your Name]`, `[Your Phone]`, and `[Your Email]` placeholders below (in Step 3 and the Email Template) with your own contact info. Keep that contact info out of the public repo if you are sharing this skill. ## Workflow ### Step 1: Identify the station **If the user uploaded a photo**, try two approaches in order: 1. **Visual identification** -- read the station name from the photo itself (the blue vertical platform signs are labeled, e.g., "River Market West", "Armour"). 2. **EXIF fallback** -- run the extraction script for timestamp and device info: ```bash pip install Pillow --break-system-packages -q python3 /path/to/this/skill/scripts/extract_metadata.py /mnt/user-data/uploads/<filename> ``` The script returns JSON with `timestamp`, `device`, and nearest-station match. Visual identification from the photo is more reliable than GPS matching -- prefer the station name you can read on the sign. **Directional disambiguation**: Some stops have separate northbound and southbound platforms. If the photo or context makes clear which direction (e.g., the sign says "River Market West" vs "River Market East", or the user mentions NB/SB), include that in the report. If unclear, just use the base station name. **If no photo**, gather the station name from conversation context or ask the user. ### Step 2: Gather remaining deta