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..279c84f --- /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: 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 --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.