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..21f357e --- /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: c-p51typpuu6p5rjhyhtw1n08w +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`.