원클릭으로
composio-gdrive
Upload, download, search, share, and manage files in Google Drive via Composio.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Upload, download, search, share, and manage files in Google Drive via Composio.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Production-grade browser automation for AI agents using Playwright. Navigate URLs, take screenshots, click elements, fill forms, extract text/data, wait for elements, handle multiple tabs, and manage cookies/sessions. Use when an AI agent needs to interact with web applications for data extraction, testing, form submission, visual verification, login flows, or any browser-based automation. Security-focused with sandboxed browsing and domain controls.
Create, list, update, and manage Google Calendar events via Composio integration. Use for scheduling and calendar operations.
Create, read, and edit Google Docs via Composio integration.
Send, read, search, and manage Gmail via Composio integration. Use when working with email operations.
Create meetings and manage Google Meet spaces via Composio integration.
Post updates and manage LinkedIn via Composio integration.
| name | composio-gdrive |
| description | Upload, download, search, share, and manage files in Google Drive via Composio. |
COMPOSIO_API_KEY environment variable"googledrive" to allowed_apps{
"action": "GOOGLEDRIVE_UPLOAD_FILE",
"app": "googledrive",
"params": {
"name": "document.pdf",
"content": "base64EncodedContent==",
"mimeType": "application/pdf"
}
}
{
"action": "GOOGLEDRIVE_FIND_FILE",
"app": "googledrive",
"params": {
"query": "name contains 'report'",
"pageSize": 10
}
}