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-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# google-docs

Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information.

## Installation

```bash
refly skill install skp-mpon8uezfw22sv55gcc7h9e9
```

## Triggers

- google docs
- docs
- document
- create doc
- edit doc

## Tags

`documents` `productivity` `collaboration` `google` `office`

## Author

chizblank

## Links

- [View on Refly](https://refly.ai/skill/skp-mpon8uezfw22sv55gcc7h9e9)
39 changes: 39 additions & 0 deletions skills/google-docs/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: google-docs
description: Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information.
skillId: skp-mpon8uezfw22sv55gcc7h9e9
workflowId: c-sgbg3ysiq9n4ijm5xsa3s6ow
triggers:
- google docs
- docs
- document
- create doc
- edit doc
tags:
- documents
- productivity
- collaboration
- google
- office
version: 1.0.0
---

# google-docs

Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information.

## Installation

```bash
refly skill install skp-mpon8uezfw22sv55gcc7h9e9
```

## 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`.