Scaffold a minimal npm workspace for account-scoped Gmail, Google Drive, and Google Calendar agent workflows.
npm create gws-agent@latest my-workspaceOpen the generated workspace in Codex or another compatible agent, then ask:
Use $setup to prepare this Google Workspace agent.
The generated workspace uses multi-gws, through its mgws command, to isolate accounts and apply safety rules while forwarding Google Workspace CLI commands.
The setup skill checks dependencies, guides Google OAuth client creation when needed, and connects the first Google account with the selected Gmail, Drive, and Calendar permissions.
- Node.js 22.9 or newer
- npm 11 (the generated project pins npm 11.18.0)
--no-install Skip npm install
--git Initialize a git repository
--help Show usage
MIT