Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/openclaw/gogcli --skill gog-sheets명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | gog-sheets |
| description | Google Sheets operations through gog. |
Use gog for Google Sheets operations. Read ../gog/SKILL.md first for shared auth,
output, safety, and live-write rules.
gog auth list --check --json --no-input
gog schema sheets --json
gog --readonly --account user@example.com sheets get SHEET_ID 'Sheet1!A1:D20' --json --wrap-untrusted
--account.--json --wrap-untrusted for agent-readable Google content.--readonly when the task must not mutate Google data.--no-input in automation and --dry-run before supported writes.| Command | Purpose |
|---|---|
add-tab | Add a new tab/sheet to a spreadsheet |
append | Append values to a range |
banding | Manage alternating color banding |
batch-update | Update values in multiple ranges with one API request |
chart | Manage spreadsheet charts |
clear | Clear values in a range |
conditional-format | Manage conditional formatting rules |
copy | Copy a Google Sheet |
copy-paste | Copy a range's values/formulas/format to another range (tiles to fill down/across) |
create | Create a new spreadsheet |
datasource | Inspect Connected Sheets data sources and extracts |
delete-dimension | Delete rows or columns while preserving intersecting tables |
delete-tab | Delete a tab/sheet from a spreadsheet (use --force to skip confirmation) |
export | Export a Google Sheet (pdf|xlsx|csv) via Drive |
filter | Manage basic filters |
find-replace | Find and replace text across a spreadsheet |
format | Apply cell formatting to a range |
freeze | Freeze rows and columns on a sheet |
get | Get values from a range |
insert | Insert empty rows or columns into a sheet |
links | Get or set cell hyperlinks |
merge | Merge cells in a range |
metadata | Get spreadsheet metadata |
named-ranges | Manage named ranges |
notes | Get cell notes from a range |
number-format | Apply number format to a range |
raw | Dump raw Google Sheets API response as JSON (Spreadsheets.Get; lossless; for scripting and LLM consumption) |
read-format | Read cell formatting from a range |
rename-tab | Rename a tab/sheet in a spreadsheet |
reorder-tab | Move a tab/sheet to a specific 0-based position in the spreadsheet |
resize-columns | Resize sheet columns |
resize-rows | Resize sheet rows |
table | Manage Google Sheets tables |
unmerge | Unmerge cells in a range |
update | Update values in a range |
update-note | Set or clear a cell note |
validation | Manage cell data validation rules |
Run gog sheets <command> --help for flags and gog schema sheets <command> --json
for the machine-readable contract. Do not guess command syntax.