From 03173e930709906b2846eebc31fadab4a6ec98d8 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:19:50 +0000 Subject: [PATCH 1/2] Add skill: google-sheets --- skills/google-sheets/README.md | 29 +++++++++++++++++++++++++ skills/google-sheets/SKILL.md | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 skills/google-sheets/README.md create mode 100644 skills/google-sheets/SKILL.md diff --git a/skills/google-sheets/README.md b/skills/google-sheets/README.md new file mode 100644 index 0000000..a333c14 --- /dev/null +++ b/skills/google-sheets/README.md @@ -0,0 +1,29 @@ +# google-sheets + +Integrate with Google Sheets for spreadsheet management and data processing. Use when you need to: (1) create and update spreadsheets, (2) read and write cell data in ranges, (3) manage sheets and formatting, or (4) create charts and analyze data in spreadsheets. + +## Installation + +```bash +refly skill install skp-lswnoe9hiesmyfaqqeyyhszf +``` + +## Triggers + +- google sheets +- sheets +- spreadsheet +- excel +- data + +## Tags + +`spreadsheet` `data` `productivity` `google` `office` + +## Author + +chizblank + +## Links + +- [View on Refly](https://refly.ai/skill/skp-lswnoe9hiesmyfaqqeyyhszf) diff --git a/skills/google-sheets/SKILL.md b/skills/google-sheets/SKILL.md new file mode 100644 index 0000000..bd8e2fd --- /dev/null +++ b/skills/google-sheets/SKILL.md @@ -0,0 +1,39 @@ +--- +name: google-sheets +description: Integrate with Google Sheets for spreadsheet management and data processing. Use when you need to: (1) create and update spreadsheets, (2) read and write cell data in ranges, (3) manage sheets and formatting, or (4) create charts and analyze data in spreadsheets. +skillId: skp-lswnoe9hiesmyfaqqeyyhszf +workflowId: see-workflow-mapping +triggers: + - google sheets + - sheets + - spreadsheet + - excel + - data +tags: + - spreadsheet + - data + - productivity + - google + - office +version: 1.0.0 +--- + +# google-sheets + +Integrate with Google Sheets for spreadsheet management and data processing. Use when you need to: (1) create and update spreadsheets, (2) read and write cell data in ranges, (3) manage sheets and formatting, or (4) create charts and analyze data in spreadsheets. + +## Installation + +```bash +refly skill install skp-lswnoe9hiesmyfaqqeyyhszf +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`. From 45a424e46a192309236fa92bf80bd5d84b16a912 Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:43:17 +0800 Subject: [PATCH 2/2] Update workflowId for google-sheets skill --- skills/google-sheets/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/google-sheets/SKILL.md b/skills/google-sheets/SKILL.md index bd8e2fd..21f357e 100644 --- a/skills/google-sheets/SKILL.md +++ b/skills/google-sheets/SKILL.md @@ -2,7 +2,7 @@ name: google-sheets description: Integrate with Google Sheets for spreadsheet management and data processing. Use when you need to: (1) create and update spreadsheets, (2) read and write cell data in ranges, (3) manage sheets and formatting, or (4) create charts and analyze data in spreadsheets. skillId: skp-lswnoe9hiesmyfaqqeyyhszf -workflowId: see-workflow-mapping +workflowId: c-p51typpuu6p5rjhyhtw1n08w triggers: - google sheets - sheets