ワンクリックで
google-workspace
Interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs via Python with OAuth2 authentication.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs via Python with OAuth2 authentication.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | google-workspace |
| description | Interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs via Python with OAuth2 authentication. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["productivity","google","gmail","calendar","drive"]} |
| required_environment_variables | [{"name":"GOOGLE_CLIENT_ID","prompt":"Enter your Google OAuth Client ID"},{"name":"GOOGLE_CLIENT_SECRET","prompt":"Enter your Google OAuth Client Secret"}] |
Use this skill to interact with Google services (Gmail, Calendar, Drive, Sheets, Docs).
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
Uses OAuth2 with automatic token refresh. Tokens stored at ~/.erebus/google_token.json.