gsheets
✓This skill should be used when the user asks to "read spreadsheet", "write to sheet", "create spreadsheet", "list spreadsheets", "google sheets", "read cells", "write cells", "append rows", "sheet data", or mentions Google Sheets operations. Provides Google Sheets API integration for reading, writing, and managing spreadsheets.
Installation
SKILL.md
Run npx tsx ${CLAUDEPLUGINROOT}/scripts/gmail.ts auth to authenticate with Google. This opens a browser for OAuth consent and grants access to all Google services including Sheets.
By default, this skill uses embedded OAuth credentials. To use your own Google Cloud project instead, save your credentials to /.config/google-skill/credentials.json.
| Sheet1!A1 | Single cell A1 in Sheet1 | | Sheet1!A1:D10 | Range from A1 to D10 | | Sheet1!A:D | Columns A through D (all rows) | | Sheet1!1:10 | Rows 1 through 10 (all columns) | | A1:D10 | Range in first sheet |
This skill should be used when the user asks to "read spreadsheet", "write to sheet", "create spreadsheet", "list spreadsheets", "google sheets", "read cells", "write cells", "append rows", "sheet data", or mentions Google Sheets operations. Provides Google Sheets API integration for reading, writing, and managing spreadsheets. Source: the-focus-ai/google-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/the-focus-ai/google-skill --skill gsheets- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is gsheets?
This skill should be used when the user asks to "read spreadsheet", "write to sheet", "create spreadsheet", "list spreadsheets", "google sheets", "read cells", "write cells", "append rows", "sheet data", or mentions Google Sheets operations. Provides Google Sheets API integration for reading, writing, and managing spreadsheets. Source: the-focus-ai/google-skill.
How do I install gsheets?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/the-focus-ai/google-skill --skill gsheets Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/the-focus-ai/google-skill