Agent Skillsoutworked/outworked › Google Drive

Google Drive

GitHub

该技能提供Google Drive文件管理能力,支持搜索、读取、上传、列表展示、创建文件夹及分享文件。适用于需访问或操作云端文档内容的场景。

electron/skills/google-drive/SKILL.md outworked/outworked

触发场景

用户需要查找或浏览Google Drive中的文件 用户希望读取云文档内容或上传新文件 用户请求共享文件或管理文件夹结构

安装

npx skills add outworked/outworked --skill Google Drive -g -y
更多选项

非标准路径

npx skills add https://github.com/outworked/outworked/tree/main/electron/skills/google-drive -g -y

不安装直接使用

npx skills use outworked/outworked@Google Drive

指定 Agent (Claude Code)

npx skills add outworked/outworked --skill Google Drive -a claude-code -g -y

安装 repo 全部 skill

npx skills add outworked/outworked --all -g -y

预览 repo 内 skill

npx skills add outworked/outworked --list

SKILL.md

Frontmatter
{
    "auth": {
        "type": "oauth2",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ],
        "provider": "google"
    },
    "name": "Google Drive",
    "emoji": "📁",
    "tools": [
        "drive:list",
        "drive:search",
        "drive:read",
        "drive:upload",
        "drive:create_folder",
        "drive:share"
    ],
    "runtime": "google-drive",
    "description": "Search, read, upload, and share files in Google Drive"
}

Google Drive Skill

You can search, read, upload, and manage files in Google Drive.

Tools

  • drive:list — List files in a folder (or root)
  • drive:search — Search files by name or content
  • drive:read — Read text content of a file (supports Google Docs, Sheets as CSV, plain text)
  • drive:upload — Upload a text file to Drive
  • drive:create_folder — Create a new folder
  • drive:share — Share a file with a user or make it publicly accessible

Tips

  • The fileId is in the URL: drive.google.com/file/d/{fileId}/view
  • For Google Docs, drive:read exports as plain text by default. Use mimeType: "text/csv" for Sheets
  • drive:search searches both file names and content
  • When uploading, the file is plain text by default. Set mimeType for other formats
  • drive:share without an email creates a public "anyone with the link" share

版本历史

  • 89ed7b9 当前 2026-07-19 08:49

同 Skill 集合

electron/skills/browser/SKILL.md
electron/skills/gmail/SKILL.md
electron/skills/google-calendar/SKILL.md
electron/skills/google-sheets/SKILL.md
electron/skills/notion/SKILL.md
electron/skills/scheduler/SKILL.md
electron/skills/slack/SKILL.md

元信息

文件数
0
版本
89ed7b9
Hash
c0f5e8e4
收录时间
2026-07-19 08:49

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-22 19:08
浙ICP备14020137号-1 $访客地图$