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

Integrate with Google Drive for cloud storage management. Use when you need to: (1) upload and download files from Drive, (2) create folders and organize files, (3) share files and manage permissions, or (4) search and list files in Drive storage.

## Installation

```bash
refly skill install skp-olowtkwz7mrxmcjs3vmgwgr7
```

## Triggers

- google drive
- drive
- upload file
- download file
- cloud storage

## Tags

`storage` `cloud` `files` `google` `productivity`

## Author

chizblank

## Links

- [View on Refly](https://refly.ai/skill/skp-olowtkwz7mrxmcjs3vmgwgr7)
39 changes: 39 additions & 0 deletions skills/google-drive/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: google-drive
description: Integrate with Google Drive for cloud storage management. Use when you need to: (1) upload and download files from Drive, (2) create folders and organize files, (3) share files and manage permissions, or (4) search and list files in Drive storage.
skillId: skp-olowtkwz7mrxmcjs3vmgwgr7
workflowId: c-yqwu3z0048eaagdlxzinagbr
triggers:
- google drive
- drive
- upload file
- download file
- cloud storage
tags:
- storage
- cloud
- files
- google
- productivity
version: 1.0.0
---

# google-drive

Integrate with Google Drive for cloud storage management. Use when you need to: (1) upload and download files from Drive, (2) create folders and organize files, (3) share files and manage permissions, or (4) search and list files in Drive storage.

## Installation

```bash
refly skill install skp-olowtkwz7mrxmcjs3vmgwgr7
```

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