Claude Code plugin for real-time access to official Google developer documentation via the Developer Knowledge API.
Covers 11+ Google domains: Android, Firebase, Google Cloud, Chrome, Flutter, Dart, TensorFlow, Google AI (Gemini), web.dev, Google Ads, and Google Maps Platform.
- Go to Google AI Studio or Google Cloud Console
- Create an API key with Developer Knowledge API access enabled
export GOOGLE_DEV_API_KEY="your-api-key-here"Add to your shell profile (~/.zshrc, ~/.bashrc) for persistence.
/plugin install google-dev-knowledge@gor-dev-pluginsOnce installed, the plugin provides 3 MCP tools:
- search_documents — Search across all Google documentation domains
- get_document — Retrieve a specific document by name
- batch_get_documents — Retrieve up to 100 documents at once
The skill triggers automatically when you ask about Google APIs, SDKs, Firebase, Android, Flutter, Cloud, and other supported domains.
"How do I implement Firebase Auth with email link?"
"What are the best practices for Firestore security rules?"
"Show me the Jetpack Compose Navigation docs"
"How to migrate from TensorFlow 1 to TensorFlow 2?"