gdocs

Retrieve and analyze text and heading structure from Google Docs URLs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/takimoto-sketch/medica-agent --skill gdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdocs
Source: https://github.com/takimoto-sketch/medica-agent/tree/main/.claude/skills/gdocs
Command: npx skills add https://github.com/takimoto-sketch/medica-agent --skill gdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly removes the friction of manually reading, summarizing, and extracting structured information from Google Docs by programmatically retrieving full text and heading structure for rapid analysis and decision-making.

Core Features & Use Cases

  • Document retrieval: Extract the full text, title, word count, and hierarchical headings from a Google Docs URL or document ID.
  • Summarization & insights: Produce concise summaries, highlight key decisions, and extract specific entities such as dates, names, and action items.
  • Structure analysis: Convert heading hierarchy into a navigable outline and recommend improvements to document organization.
  • Use Case: Turn meeting notes or proposals into executive summaries and a list of next actions for stakeholders.

Quick Start

Ask the gdocs skill to summarize the document at the given Google Docs URL or ID and extract key decisions and headings.

Frequently Asked Questions about gdocs

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

FAQPage Schema
How do I summarize Google Docs from a URL?

To summarize a Google Docs from a URL, provide the link to the tool. It retrieves the full text and heading structure, returning a concise summary, extracted key decisions, and action items.

Can I extract meeting notes and action items from a Google Docs document?

Yes, you can extract meeting notes and action items from a Google Docs document. The tool analyzes the full text and heading hierarchy to highlight key decisions and extract specific entities like dates and names.

Do I need Google Docs API credentials to extract document content?

Yes, you need Google Docs API credentials to extract document content. Access to the document via these credentials is required to programmatically retrieve the full text, title, word count, and hierarchical headings.

What is the best way to analyze Google Docs heading structure for reporting?

The best way to analyze Google Docs heading structure for reporting is using an extraction tool that converts the heading hierarchy into a navigable outline. It returns JSON with title, word count, and extracted sections.

How does content extraction from Google Docs work?

Content extraction from Google Docs works by programmatically retrieving the full text and heading structure given a document ID or URL. It returns structured JSON containing the title, word count, headings, and extracted sections.