π¦ ClawHub
School Run
by @cbasah
Manages the School Run Schedule Google Sheet. Use when reading or updating the school run drop-off schedule for Damian and Zachary (date, responsible person,...
TERMINAL
clawhub install school-runπ About This Skill
name: school-run description: Manages the School Run Schedule Google Sheet. Use when reading or updating the school run drop-off schedule for Damian and Zachary (date, responsible person, marks).
School Run Sheet Management
This skill provides direct CLI access to the School Run Schedule Google Sheet: 1BCXLhckPWkpnTaRXPNF9j6c2ldWh5MeZ5KgVQVvOyt4.
Column Structure (MAR 2026 sheet)
Usage Guidelines
gws sheets spreadsheets values get to inspect specific dates.gws sheets spreadsheets values update to modify existing rows.Command Templates
Read Schedule for a Date (e.g., Row 11)
env GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE=/home/websterlinus615/.config/gws/service-account.json \
gws sheets spreadsheets values get \
--params '{"spreadsheetId": "1BCXLhckPWkpnTaRXPNF9j6c2ldWh5MeZ5KgVQVvOyt4", "range": "MAR 2026!A11:C11"}'
Update Marks for a Date
env GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE=/home/websterlinus615/.config/gws/service-account.json \
gws sheets spreadsheets values update \
--params '{"spreadsheetId": "1BCXLhckPWkpnTaRXPNF9j6c2ldWh5MeZ5KgVQVvOyt4", "range": "MAR 2026!C11", "valueInputOption": "USER_ENTERED"}' \
--json '{"values": [["NEW_MARKS"]]}'
Troubleshooting
spreadsheetId and sheet tab name ("MAR 2026").service-account.json is accessible in ~/.config/gws/.π Tips & Best Practices
spreadsheetId and sheet tab name ("MAR 2026").service-account.json is accessible in ~/.config/gws/.