Skip to content

Commit 03173e9

Browse files
Add skill: google-sheets
1 parent 7032425 commit 03173e9

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

skills/google-sheets/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# google-sheets
2+
3+
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.
4+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-lswnoe9hiesmyfaqqeyyhszf
9+
```
10+
11+
## Triggers
12+
13+
- google sheets
14+
- sheets
15+
- spreadsheet
16+
- excel
17+
- data
18+
19+
## Tags
20+
21+
`spreadsheet` `data` `productivity` `google` `office`
22+
23+
## Author
24+
25+
chizblank
26+
27+
## Links
28+
29+
- [View on Refly](https://refly.ai/skill/skp-lswnoe9hiesmyfaqqeyyhszf)

skills/google-sheets/SKILL.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: google-sheets
3+
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.
4+
skillId: skp-lswnoe9hiesmyfaqqeyyhszf
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- google sheets
8+
- sheets
9+
- spreadsheet
10+
- excel
11+
- data
12+
tags:
13+
- spreadsheet
14+
- data
15+
- productivity
16+
- google
17+
- office
18+
version: 1.0.0
19+
---
20+
21+
# google-sheets
22+
23+
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.
24+
25+
## Installation
26+
27+
```bash
28+
refly skill install skp-lswnoe9hiesmyfaqqeyyhszf
29+
```
30+
31+
## Usage
32+
33+
After installation, run the skill using your installation ID:
34+
35+
```bash
36+
refly skill run <installationId> --input '{}'
37+
```
38+
39+
The installation ID is returned when you run `refly skill install`.

0 commit comments

Comments
 (0)