Install
npx skillscat add minkhant1996/openclaw-google-skills/google-sheets Install via the SkillsCat registry.
SKILL.md
Google Sheets Skill
Use the gsheet command for ALL spreadsheet-related tasks.
Commands
List & Create
gsheet list # List spreadsheets
gsheet create "Title" # Create new
gsheet info <id> # Get detailsRead/Write
gsheet read <id> --range "A1:D10" # Read data
gsheet write <id> --range "A1" --value "Hello"
gsheet append <id> --values "col1,col2,col3"Format
gsheet format <id> --range "A1:D1" --bold --bg yellowCharts
gsheet add-chart <id> --labels "B2:B5" --values "D2:D5" --type pie --title "Budget"
gsheet delete-charts <id> # Remove all chartsChart types: COLUMN, BAR, LINE, AREA, PIE, SCATTER
Budget Summary
gsheet budget-summary <id> # Auto-create income/expense/remaining summaryCreates a summary table and pie chart showing:
- Total Income
- Total Expenses
- Remaining Balance
Share
gsheet share <id> --email "user@email.com" --role writerFor full help: gsheet help