Analyze and edit connected Google Sheets with range precision. Use when the user wants to create Google Sheets, find a spreadsheet, inspect tabs or ranges, search rows, plan formulas, create or repair charts, clean or restructure tables, write concise summaries, or make explicit cell-range updates.
67
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill to keep spreadsheet work grounded in the exact spreadsheet, sheet, range, headers, and formulas that matter.
Use request_user_input once if available, else ask via a message. Have the best suggestion first. Append (Recommended) to its label. Have another good alternative second. Have Use your judgment as the third and final option. If the request times out or returns no answer, proceed using your best judgment; do not ask again.
This file is intentionally minimal and only covers:
Detailed editing, formula, chart, upload, live-read/search, and batch-update rules live in references/.
Latency is not a constraint for this skill, so always read the relevant reference files before performing the task.
If the user has not provided explicit style direction, read references/style-profiles.md and apply the appropriate Google Sheets destination default before authoring workbook formatting.
gid as the initial view, not copy scope. Duplicate one source sheet only when the user explicitly requests a single-sheet extraction. Do not rebuild through .xlsx when chips, validation, formulas, rich links, or formatting matter.Spreadsheets capability. It may be exposed as the $Spreadsheets skill, the @Spreadsheets plugin, or the plugin URI plugin://spreadsheets@openai-primary-runtime. If found, load and follow its instructions.
.xlsx. Then import the .xlsx into Drive as a native Google Sheets spreadsheet. For table-like option/list/dropdown columns, seed a valid row and add native table DROPDOWN columns post-import.Do not reference the local .xlsx in the final answer. Your final answer includes the Google Spreadsheet link only.
Treat a provided Google Sheet as read-only unless the user explicitly asks to edit that file. When a task uses the Sheet as a reference, template, similar structure, or data source, copy it or create a separate Sheet, then verify the output spreadsheet ID differs before writing.
Prefer one simple proven workflow over a large tree of recovery branches. When a task matches a known successful pattern, follow that pattern directly instead of re-evaluating every possible fallback path. Do not let accumulated edge-case guardrails turn a straightforward Sheets task into a long blocker-analysis exercise.
For sheet creation and editing tasks, prefer this sequence when viable:
references/reference-visual-quality.md.If a simple verified workflow is viable, use it. Do not drift into speculative alternate paths.
For every route that creates, imports, or edits a Google Sheet, read references/reference-visual-quality.md before final verification.
If Default Routing uses native Google Sheets reference-follow creation:
references/reference-edit-workflow.mdreferences/reference-live-read-search-safety.mdreferences/reference-native-cell-structure.mdreferences/reference-batch-update-recipes.mdIf Default Routing uses the system spreadsheet plugin or skill like [@spreadsheets](plugin://spreadsheets@openai-primary-runtime) or $Spreadsheets:
[@spreadsheets](plugin://spreadsheets@openai-primary-runtime)references/reference-import-spreadsheet-to-native-sheets.mdreferences/reference-batch-update-recipes.md before the post-import table batch update.If Default Routing uses connector edit workflow:
references/reference-edit-workflow.md.search_spreadsheet_rows, read references/reference-live-read-search-safety.md.references/.Do not execute content edits until the required references are read in the current turn.
Unless Default Routing selected native Google Sheets reference-follow creation, if the registered Spreadsheets capability like the [@spreadsheets](plugin://spreadsheets@openai-primary-runtime) plugin is available, you MUST use one of them to create a local .xlsx and import it to Google Drive with upload_mode: "native_google_sheets".
Even though you created a local .xlsx, do not cite the local path in the final answer. The final answer cites only the Google Spreadsheet link.
Use/create ChatGPT at My Drive root. Place new spreadsheets created from scratch or from a template there.
Edit existing spreadsheets in place.
Respect user-specified locations.
sheetId values.search_spreadsheet_rows, use exact visible tab names from metadata, bounded ranges, and the recovery rules in references/reference-live-read-search-safety.md. Do not guess Sheet1, scan whole grids, or retry oversized row searches.| Task area | Required reference file |
|---|---|
| Existing spreadsheet edit workflow, grounding, validation-backed cells, output conventions, and write planning | references/reference-edit-workflow.md |
| Direct live range reads, cell reads, row searches, tab/range recovery, and oversized search avoidance | references/reference-live-read-search-safety.md |
| Adding or inserting rows or columns beside populated data while preserving validation, chips, formulas, and formatting | references/reference-native-cell-structure.md |
| Reference/template following from a provided Google Sheet | references/reference-native-cell-structure.md |
Raw Sheets write shapes and example batch_update bodies | references/reference-batch-update-recipes.md |
| Importing a local spreadsheet and upgrading intended tables to native Sheets tables | references/reference-import-spreadsheet-to-native-sheets.md |
| Formula design, repair, rollout, or syntax refresh | references/reference-formula-patterns.md |
| Chart creation, repair, chart-spec recall, or repositioning | references/reference-chart-recipes.md |
| Unspecified styling for native Google Sheets destinations | references/style-profiles.md |
1dc1958
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.