google-devdocs

Search and retrieve Google developer documentation via REST API.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/spm1001/trousse --skill google-devdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-devdocs
Source: https://github.com/spm1001/trousse/tree/main/skills/google-devdocs
Command: npx skills add https://github.com/spm1001/trousse --skill google-devdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to up-to-date information from Google's official developer documentation, eliminating the need for manual searching or relying on potentially stale training data.

Core Features & Use Cases

  • Official Documentation Access: Retrieves Markdown content directly from Google's developer knowledge base.
  • Targeted Search: Efficiently searches across multiple Google developer sites including Cloud, Firebase, Android, and AI.
  • Use Case: When a user asks "How do I authenticate with the Firebase Admin SDK?", this skill can fetch the most current and accurate instructions directly from the Firebase documentation.

Quick Start

Check the Google docs for how to set up Cloud Run.

Frequently Asked Questions about google-devdocs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Google developer documentation from my code editor?

Search Google developer documentation by orchestrating a two-step search-then-retrieve workflow via REST API. It fetches Markdown content directly from indexed sites like Cloud, Firebase, and Android developer docs.

What's the best way to get up-to-date Firebase API docs?

Get up-to-date Firebase API docs by querying the Firebase developer site through a REST API lookup. This retrieves the most current and accurate instructions directly from the official knowledge base.

Do I need an API key to retrieve Google Cloud documentation?

Yes, you need an API key for authentication to retrieve Google Cloud documentation. The workflow also requires curl and jq installed in your environment to execute the search and retrieve commands.

Can I search Android developer docs directly from my environment?

Yes, you can search Android developer docs directly from your environment. The tool accesses indexed sites including developer.android.com to return relevant Markdown content via a REST API.

What are the limitations of using a REST API for Google docs lookups?

Limitations include relying on external curl and jq dependencies plus an API key for authentication. The two-step search-then-retrieve workflow only accesses specifically indexed sites like docs.cloud.google.com and ai.google.dev.

How does the search-then-retrieve workflow access Google's developer knowledge base?

The search-then-retrieve workflow accesses Google's developer knowledge base by first querying indexed sites via REST API, then fetching the targeted Markdown content. This ensures you receive current information without manual searching.