- 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.
Replace invalid "docs" service with the correct "tasks,people" services
in the setup example. The gog CLI does not have a "docs" service - docs
commands (export/cat) use Drive authentication instead.
Fixes#1433
Co-Authored-By: Claude <noreply@anthropic.com>
- CLI for reading only (Twitter flags CLI posts as automated)
- Browser tool with paste hack for writing
- React input workaround with ClipboardEvent
- Selectors and rate limiting tips
- Credit: Shadow's Ruby documented the forbidden arts
When --output-format is specified for GPT models, save files with
the correct extension (.webp, .jpeg, or .png) instead of always
using .png.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Auto-detect model and apply appropriate defaults for size/quality
- Add --background, --output-format, and --style parameters
- Enforce dall-e-3 count=1 limitation with automatic adjustment
- Omit quality parameter for dall-e-2 (not supported)
- Document model-specific parameters and supported values
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>