Skip to content

Commit b53001a

Browse files
Add skill: google-docs
1 parent 7032425 commit b53001a

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

skills/google-docs/README.md

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

skills/google-docs/SKILL.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: google-docs
3+
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.
4+
skillId: skp-mpon8uezfw22sv55gcc7h9e9
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- google docs
8+
- docs
9+
- document
10+
- create doc
11+
- edit doc
12+
tags:
13+
- documents
14+
- productivity
15+
- collaboration
16+
- google
17+
- office
18+
version: 1.0.0
19+
---
20+
21+
# google-docs
22+
23+
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.
24+
25+
## Installation
26+
27+
```bash
28+
refly skill install skp-mpon8uezfw22sv55gcc7h9e9
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)