google-sheets
低风险 · 93 评分:93/100
作者:byungkyu | 审计时间:2026-02-05T09:18:25.242Z | 规则集:0.1.0
技能介绍
Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google S…
✨
RAW - Values are stored as-is ✨
Sheet1!A:D - Entire columns A through D ✨
Sheet1!1:10 - Entire rows 1 through 10 ✨
Sheet1 - Entire sheet ✨
A1:D10 - Range in first sheet ✨ Use
valueInputOption=USER_ENTERED to parse formulas and numbers ✨ Delete spreadsheets via the Google Drive API, not Sheets API
✨ Sheet IDs are numeric and found in the spreadsheet metadata
使用场景
1
USER_ENTERED - Values are parsed as if typed into the UI (formulas executed, numbers parsed) 2
Sheet1!A1:D10 - Specific range 3 When using curl, ranges in URL paths must be URL-encoded (! -> %21, : -> %3A). JavaScript fetch and
4 [Create Spreadsheet](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadshee
安全审计
低风险 · 93
摘要
Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google Sheets.
风险画像
关键风险 0 项
暂无 LLM 风险要点(LLM 未启用或无缓存)。
确定性发现(证据)
未检测到发现。