Google has released a command-line interface tool for Google Workspace that bundles existing cloud APIs into a single package, with built-in support for connecting AI agents — including the OpenClaw agentic platform — directly to Workspace data.
The tool, published as a GitHub project, covers the full range of Workspace products including Gmail, Drive, and Calendar. According to the announcement, it supports more than 40 agent skills and structured JSON outputs, with the design emphasis placed on agentic systems that generate command-line inputs and parse outputs programmatically.
Google Cloud director Addy Osmani is cited in connection with the tool’s capabilities. The CLI is described as suitable for both human users and AI agents, though its architecture clearly targets the latter.
Not an Official Product
There is a significant caveat: despite originating from Google, the project is described as “not an officially supported Google product.” Users who adopt it do so without a support safety net. The company also warns that functionality may change substantially as the tool evolves, which could break any workflows built on top of it.
Getting started requires a Google account with Workspace access, OAuth credentials for a Google Cloud project, and Node.js.
The tool includes a Model Context Protocol (MCP) server option to connect bots including Claude and Gemini CLI. The broader positioning, however, appears to frame the CLI as a leaner alternative to full MCP setups, which the project suggests carry heavier development overhead when linking AI applications to backend services.
OpenClaw Integration and Its Risks
The dedicated support for OpenClaw is likely to draw the most attention. The agentic platform, which has gained significant traction recently, lets users build automated workflows through conversational interaction, turning large language models loose on live data and tasks.
That capability brings documented risks. AI agents operating on live data can hallucinate and corrupt the information they are meant to manage. The setup is also exposed to prompt injection attacks — a class of security vulnerability in which malicious instructions can cause the agent to leak sensitive data.
Integrated agent actions available through the CLI include loading and creating Drive files, sending emails, creating and editing Calendar appointments, and sending chat messages, the report states.
For development teams managing access to multiple Workspace APIs simultaneously, the tool reduces the number of failure points and lowers API usage compared to non-CLI methods, according to the announcement. Whether its unofficial status limits broader enterprise adoption is a separate question the release does not address.
Photo by Markus Spiske on Unsplash
This article is a curated summary based on third-party sources. Source: Read the original article