AgentSkillsCN

google-sheets

读写Google Sheets数据。常用于周度指标报告与数据导出。

SKILL.md
--- frontmatter
name: google-sheets
description: Read and write Google Sheets data. Used for weekly metrics reporting and data exports.

Google Sheets

Access Google Sheets for reading metrics data and writing reports.

Configuration

Set GOOGLE_SERVICE_ACCOUNT_KEY path in environment or openclaw.json credentials.

Available Actions

  • sheets_read — Read a range of cells from a sheet.
  • sheets_write — Write data to a range of cells.
  • sheets_append — Append rows to the end of a sheet.