TopRank Skills

Home / Claw Skills / 其他 / recipe-compare-sheet-tabs
Official OpenClaw rules 15%

recipe-compare-sheet-tabs

Read data from two tabs in a Google Sheet to compare and identify differences.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-compare-sheet-tabs 技能。 若已安装,则直接安装 recipe-compare-sheet-tabs 技能。

Overview

Skill Key
googleworkspace-bot/recipe-compare-sheet-tabs
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-compare-sheet-tabs
Latest Commit SHA
a16dd75dfca9c2036e4eb882a1ece365eef02453

Extracted Content

SKILL.md excerpt

# Compare Two Google Sheets Tabs

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`

Read data from two tabs in a Google Sheet to compare and identify differences.

## Steps

1. Read the first tab: `gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D'`
2. Read the second tab: `gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D'`
3. Compare the data and identify changes

Related Claw Skills