Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions skills/google-sheets/README.md
Original file line number Diff line number Diff line change
@@ -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)
39 changes: 39 additions & 0 deletions skills/google-sheets/SKILL.md
Original file line number Diff line number Diff line change
@@ -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 <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.