google-drive
AI agent skill for interacting with Google Drive.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AI agent skill for interacting with Google Drive.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Coder/integrator skill for building integrations, automations, and deploying services. Covers tech stack decisions (Deno Deploy, GitHub, InstantDB, prompt2bot, Supergreen), referencing the dedicated WhatsApp skill for WhatsApp integrations, webhook patterns, and communication guidelines for non-technical users.
AI agent skill for interacting with Google Docs and Google Sheets.
Make.com integration guidance for prompt2bot agents — regional APIs, module versions, and scenario blueprint scanning.
Create, query, and manage calendar events and meeting availability across Calendly, Google Calendar, and Microsoft 365 Calendar (Outlook). Covers event creation, searching events, free/busy availability, and booking. Triggers: calendar, event, meeting, schedule, scheduling, availability, free busy, booking, appointment, reminder, timezone, create event, Google Calendar, Outlook, Microsoft 365, Calendly.
Deno Deploy guidance and VM-less safescript tools for prompt2bot agents — REST API v2 app/env-var/revision operations, CLI usage, CI deployment, and logging.
Personal assistant skill for Prompt2Bot agents. Helps the assistant learn the owner's needs, choose and install useful skills, use AgentDocs as personal memory, configure channels safely, and set up email and OAuth integrations without leaking private data or tokens.
| name | google-drive |
| description | AI agent skill for interacting with Google Drive. |
Allows bot to interact with Google Drive.
All functions require a token parameter that must be mapped to a bot secret via
secretMapping. The exact secret name varies per bot. To find the correct name:
secrets_and_variables/list_env_variableswww.googleapis.com or
drive.googleapis.comsecretMapping (e.g.
{ "googleToken": "GOOGLE_WORKSPACE_TOKEN" })Do not guess secret names. Do not pass env var names like GOOGLE_TOKEN as
token values. Always discover the name first.
All functions return { success, result, error }.
Searches Google Drive for files.
query: A search term (e.g., "Moving") OR a Google Drive API query expression (e.g., "name contains 'Moving'", "name = 'Moving Log' and mimeType = 'application/vnd.google-apps.spreadsheet'"). Plain search terms are automatically wrapped in fullText contains '...' and trashed = false.Lists non-trashed files inside a Google Drive folder by folder ID (e.g. "root").