From f668ad6f1e2504b4a5035dcd76de037909d08c7a Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:19:27 +0000 Subject: [PATCH 1/2] Add skill: google-drive --- skills/google-drive/README.md | 29 ++++++++++++++++++++++++++ skills/google-drive/SKILL.md | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 skills/google-drive/README.md create mode 100644 skills/google-drive/SKILL.md diff --git a/skills/google-drive/README.md b/skills/google-drive/README.md new file mode 100644 index 0000000..8260e98 --- /dev/null +++ b/skills/google-drive/README.md @@ -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) diff --git a/skills/google-drive/SKILL.md b/skills/google-drive/SKILL.md new file mode 100644 index 0000000..8ca7017 --- /dev/null +++ b/skills/google-drive/SKILL.md @@ -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: see-workflow-mapping +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 --input '{}' +``` + +The installation ID is returned when you run `refly skill install`. From 072b99bf39a55d33a0e4d2e9fbe81791cd514e59 Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:43:11 +0800 Subject: [PATCH 2/2] Update workflowId for google-drive skill --- skills/google-drive/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/google-drive/SKILL.md b/skills/google-drive/SKILL.md index 8ca7017..279c84f 100644 --- a/skills/google-drive/SKILL.md +++ b/skills/google-drive/SKILL.md @@ -2,7 +2,7 @@ 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: see-workflow-mapping +workflowId: c-yqwu3z0048eaagdlxzinagbr triggers: - google drive - drive