Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
.claude/skills/sanjay3290-google-docs/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 57% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 34% | 0% |
Lightweight Google Docs integration with standalone OAuth authentication. No MCP server required.
> ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported.
Authenticate with Google (opens browser):
bashpython scripts/auth.py login
Check authentication status:
bashpython scripts/auth.py status
Logout when needed:
bashpython scripts/auth.py logout
All operations via scripts/docs.py. Auto-authenticates on first use if not logged in.
bash# Create a new document python scripts/docs.py create "Meeting Notes" # Create a document with initial content python scripts/docs.py create "Project Plan" --content "# Overview\n\nThis is the project plan." # Find documents by title python scripts/docs.py find "meeting" --limit 10 # Get text content of a document python scripts/docs.py get-text 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms # Get text using a full URL python scripts/docs.py get-text "https://docs.google.com/document/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms/edit" # Append text to end of document python scripts/docs.py append-text 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms "New paragraph at the end." # Insert text at beginning of document python scripts/docs.py insert-text 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms "Text at the beginning.\n\n" # Replace text in document python scripts/docs.py replace-text 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms "old text" "new text"
Google Docs uses document IDs like 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms. You can:
find command resultsTokens stored securely using the system keyring:
Service name: google-docs-skill-oauth
Access tokens are automatically refreshed when expired using Google's cloud function.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 2,278 | 16,671 | +632% | 1 | 1 | 0% | 373 | 971 | +160% | 0 | 0 | — |
case-02 | fail→fail | 2,699 | 4,285 | +59% | 1 | 1 | 0% | 372 | 814 | +119% | 0 | 0 | — |
case-03 | fail→fail | 3,833 | 6,672 | +74% | 1 | 1 | 0% | 662 | 1,109 | +68% | 0 | 0 | — |
case-04 | fail→pass | 11,717 | 2,080 | -82% | 1 | 1 | 0% | 1,898 | 927 | -51% | 0 | 0 | — |
case-05 | fail→pass | 9,686 | 1,727 | -82% | 1 | 1 | 0% | 1,585 | 901 | -43% | 0 | 0 | — |
case-06 | fail→fail | 3,989 | 3,003 | -25% | 1 | 1 | 0% | 555 | 735 | +32% | 0 | 0 | — |
case-07 | fail→pass | 4,825 | 2,296 | -52% | 1 | 1 | 0% | 778 | 837 | +8% | 0 | 0 | — |
case-08 | fail→fail | 4,236 | 7,849 | +85% | 1 | 1 | 0% | 737 | 1,266 | +72% | 0 | 0 | — |
case-09 | fail→fail | 2,792 | 3,561 | +28% | 1 | 1 | 0% | 360 | 766 | +113% | 0 | 0 | — |
case-10 | fail→fail | 2,920 | 3,740 | +28% | 1 | 1 | 0% | 436 | 746 | +71% | 0 | 0 | — |
case-11 | fail→pass | 3,512 | 3,476 | -1% | 1 | 1 | 0% | 505 | 792 | +57% | 0 | 0 | — |
case-12 | fail→fail | 4,944 | 6,405 | +30% | 1 | 1 | 0% | 770 | 913 | +19% | 0 | 0 | — |
case-13 | fail→fail | 11,534 | 4,742 | -59% | 1 | 1 | 0% | 1,480 | 869 | -41% | 0 | 0 | — |
case-14 | pass→pass | 3,995 | 3,437 | -14% | 1 | 1 | 0% | 646 | 1,167 | +81% | 0 | 0 | — |
case-15 | pass→pass | 4,852 | 14,167 | +192% | 1 | 1 | 0% | 654 | 3,097 | +374% | 0 | 0 | — |
case-16 | pass→pass | 5,648 | 3,528 | -38% | 1 | 1 | 0% | 825 | 1,201 | +46% | 0 | 0 | — |
case-17 | fail→fail | 7,899 | 5,195 | -34% | 1 | 1 | 0% | 497 | 922 | +86% | 0 | 0 | — |
case-18 | fail→pass | 4,458 | 3,413 | -23% | 1 | 1 | 0% | 581 | 777 | +34% | 0 | 0 | — |
case-19 | fail→pass | 4,672 | 3,924 | -16% | 1 | 1 | 0% | 652 | 730 | +12% | 0 | 0 | — |
case-20 | pass→pass | 10,191 | 3,488 | -66% | 1 | 1 | 0% | 1,910 | 1,244 | -35% | 0 | 0 | — |
case-21 | pass→pass | 5,780 | 4,216 | -27% | 1 | 1 | 0% | 928 | 1,341 | +45% | 0 | 0 | — |
case-22 | pass→pass | 5,444 | 3,685 | -32% | 1 | 1 | 0% | 878 | 1,305 | +49% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 12 counted toward the lift figure. The other 10 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 12 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.