- Reduce from 141 to 37 lines (74% reduction)
- Follow "Be Concise" best practice from skills docs
- Add install spec for mcporter auto-installation
- Keep all essential commands and notes
- Match gemini/mcporter skill structure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix header format: use KEY=value not KEY: value
- Update weather examples to use US locations (verified working)
- Remove comparison table per review feedback
- Clarify regional restrictions in notes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add new skill for Google Maps Grounding Lite, an experimental service that
provides AI-grounded location search, weather lookup, and route computation
via the MCP protocol.
Features:
- search_places: Find places with AI summaries and Google Maps links
- lookup_weather: Current conditions and forecasts by address/coords/place ID
- compute_routes: Distance and duration for driving/walking routes
Implementation:
- Uses mcporter MCP client for proper MCP server integration
- One-time server config via mcporter config add
- Cleaner tool invocation syntax (mcporter call server.tool)
- Ad-hoc usage option for one-off calls without config
- Includes mcporter list command for tool discovery
Security:
- API key security best practices documented
- Recommends API key restrictions in Google Cloud Console
- OAuth 2.0 suggested for production deployments
Uses the same GOOGLE_MAPS_API_KEY as goplaces/local-places skills.