{"id":35640678,"url":"https://github.com/gemini-cli-extensions/workspace","last_synced_at":"2026-04-02T19:00:19.985Z","repository":{"id":325183046,"uuid":"1046505236","full_name":"gemini-cli-extensions/workspace","owner":"gemini-cli-extensions","description":"Access Google Workspace when using Gemini CLI","archived":false,"fork":false,"pushed_at":"2026-03-27T23:07:33.000Z","size":856,"stargazers_count":475,"open_issues_count":22,"forks_count":72,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-28T04:21:14.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gemini-cli-extensions.github.io/workspace/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemini-cli-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-28T19:35:17.000Z","updated_at":"2026-03-28T03:29:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gemini-cli-extensions/workspace","commit_stats":null,"previous_names":["gemini-cli-extensions/workspace"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-cli-extensions/workspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fworkspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fworkspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fworkspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fworkspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-cli-extensions","download_url":"https://codeload.github.com/gemini-cli-extensions/workspace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fworkspace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-05T11:15:53.377Z","updated_at":"2026-04-02T19:00:19.783Z","avatar_url":"https://github.com/gemini-cli-extensions.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Productivity and Communication (CLI)"],"sub_categories":[],"readme":"# Google Workspace Extension for Gemini CLI\n\n[![Build Status](https://github.com/gemini-cli-extensions/workspace/actions/workflows/ci.yml/badge.svg)](https://github.com/gemini-cli-extensions/workspace/actions/workflows/ci.yml)\n\nThe Google Workspace extension for Gemini CLI brings the power of your Google\nWorkspace apps to your command line. Manage your documents, spreadsheets,\npresentations, emails, chat, and calendar events without leaving your terminal.\n\n## Prerequisites\n\nBefore using the Google Workspace extension, you need to be logged into your\nGoogle account.\n\n## Installation\n\nInstall the Google Workspace extension by running the following command from\nyour terminal:\n\n```bash\ngemini extensions install https://github.com/gemini-cli-extensions/workspace\n```\n\n## Usage\n\nOnce the extension is installed, you can use it to interact with your Google\nWorkspace apps. Here are a few examples:\n\n**Create a new Google Doc:**\n\n\u003e \"Create a new Google Doc with the title 'My New Doc' and the content '# My New\n\u003e Document\\n\\nThis is a new document created from the command line.'\"\n\n**List your upcoming calendar events:**\n\n\u003e \"What's on my calendar for today?\"\n\n**Search for a file in Google Drive:**\n\n\u003e \"Find the file named 'my-file.txt' in my Google Drive.\"\n\n## Commands\n\nThis extension provides a variety of commands. Here are a few examples:\n\n### Get Schedule\n\n**Command:** `/calendar:get-schedule [date]`\n\nShows your schedule for today or a specified date.\n\n### Search Drive\n\n**Command:** `/drive:search \u003cquery\u003e`\n\nSearches your Google Drive for files matching the given query.\n\n## Headless / Remote Environments\n\nIf you're using the extension over SSH, WSL, Cloud Shell, or another environment\nwithout a local browser, you can authenticate using the headless login tool:\n\n```bash\nnpm run auth-utils -- login\n```\n\nThis prints an OAuth URL you can open in any browser (local machine, phone,\netc.). After signing in, paste the credentials JSON into the CLI. Credentials\nare read securely from `/dev/tty` and are never exposed to the AI model. See the\n[development docs](docs/development.md#headless--remote-environments) for more\ndetails.\n\n## Deployment\n\nIf you want to host your own version of this extension's infrastructure, see the\n[GCP Recreation Guide](docs/GCP-RECREATION.md).\n\n## Resources\n\n- [Documentation](docs/index.md): Detailed documentation on all the available\n  tools.\n- [GitHub Issues](https://github.com/gemini-cli-extensions/workspace/issues):\n  Report bugs or request features.\n\n## Important security consideration: Indirect Prompt Injection Risk\n\nWhen exposing any language model to untrusted data, there's a risk of an\n[indirect prompt injection attack](https://en.wikipedia.org/wiki/Prompt_injection).\nAgentic tools like Gemini CLI, connected to MCP servers, have access to a wide\narray of tools and APIs.\n\nThis MCP server grants the agent the ability to read, modify, and delete your\nGoogle Account data, as well as other data shared with you.\n\n- Never use this with untrusted tools\n- Never include untrusted inputs into the model context. This includes asking\n  Gemini CLI to process mail, documents, or other resources from unverified\n  sources.\n- Untrusted inputs may contain hidden instructions that could hijack your CLI\n  session. Attackers can then leverage this to modify, steal, or destroy your\n  data.\n- Always carefully review actions taken by Gemini CLI on your behalf to ensure\n  they are correct and align with your intentions.\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md)\nfile for details on how to contribute to this project.\n\n## 📄 Legal\n\n- **License**: [Apache License 2.0](LICENSE)\n- **Terms of Service**: [Terms of Service](https://policies.google.com/terms)\n- **Privacy Policy**: [Privacy Policy](https://policies.google.com/privacy)\n- **Security**: [Security Policy](SECURITY.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-cli-extensions%2Fworkspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-cli-extensions%2Fworkspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-cli-extensions%2Fworkspace/lists"}