Agent skill

sheets-cli

Read, write, and update Google Sheets data via CLI. Use when the user asks to read spreadsheet data, update cells, append rows, or work with Google Sheets. Triggers on mentions of spreadsheets, sheets, Google Sheets, tabular data in the cloud, or specific sheet names like "Projects" or "Tasks".

Stars 11
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/gmickel/claude-code-config/tree/main/skills/sheets-cli

SKILL.md

sheets-cli

CLI for Google Sheets. Read tables, append rows, update cells by key or index, batch operations.

Installation: Already installed in PATH. Run commands directly.

Quick Start

bash
sheets-cli sheets find --name "Projects"                    # Find spreadsheet
sheets-cli read table --spreadsheet <id> --sheet "Sheet1"   # Read data
sheets-cli update key --spreadsheet <id> --sheet "Tasks" \
  --key-col "ID" --key "TASK-42" --set '{"Status":"Done"}'  # Update by key

Workflow

Always: read → decide → dry-run → apply

bash
sheets-cli read table --sheet "Tasks" --limit 100
sheets-cli update key ... --dry-run   # Preview first
sheets-cli update key ...             # Then apply

For complete command reference, see reference.md.

Expand your agent's capabilities with these related and highly-rated skills.

gmickel/claude-code-config

oracle

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

11 0
Explore
gmickel/claude-code-config

convex

Convex backend development patterns, validators, indexes, actions, queries, mutations, file storage, scheduling, React hooks, and components. Use when writing Convex code, debugging Convex issues, or planning Convex architecture.

11 0
Explore
gmickel/my-claude-skills

oracle

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

4 0
Explore
gmickel/my-claude-skills

managing-google-sheets

Read, write, and update Google Sheets data via CLI. Use when the user asks to read spreadsheet data, update cells, append rows, or work with Google Sheets. Triggers on mentions of spreadsheets, sheets, Google Sheets, tabular data in the cloud, or specific sheet names like "Projects" or "Tasks".

4 0
Explore
gmickel/my-claude-skills

convex

Convex backend development patterns, validators, indexes, actions, queries, mutations, file storage, scheduling, React hooks, and components. Use when writing Convex code, debugging Convex issues, or planning Convex architecture.

4 0
Explore
gmickel/outlookctl

outlook-automation

Automates reading, searching, drafting, and sending emails AND calendar events in Classic Outlook on Windows using local COM automation. Use this skill when the user asks to process Outlook emails, create drafts, send messages, save attachments, manage calendar events, create meetings, or respond to invitations from the authenticated Outlook session on their Windows Devbox. Requires Classic Outlook (not New Outlook) to be running.

19 2
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results