一键导入
add-gws
Add Google Workspace CLI (gws) MCP integration with OAuth profile support (Gmail/Calendar/Drive).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add Google Workspace CLI (gws) MCP integration with OAuth profile support (Gmail/Calendar/Drive).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | add-gws |
| description | Add Google Workspace CLI (gws) MCP integration with OAuth profile support (Gmail/Calendar/Drive). |
This skill adds Google Workspace CLI MCP support to NanoClaw so agents can use Gmail, Calendar, and Drive through an OAuth profile.
@googleworkspace/cli in the agent container image~/.config/gws by default) into containersgws MCP server in the in-container Codex config.env.examplesrc/container-runner.tscontainer/agent-runner/src/index.tscontainer/Dockerfile.env.examplenpx tsx scripts/apply-skill.ts .agents/skills/add-gws
Run on host (outside container):
gws auth login
gws auth list
Then set profile in .env (optional but recommended):
GOOGLE_WORKSPACE_CLI_ACCOUNT=default
# Optional service list for MCP exposure:
# GWS_MCP_SERVICES=gmail,calendar,drive
# Optional: set 0 to disable:
# NANOCLAW_ENABLE_GWS_MCP=1
# Optional custom config path if not ~/.config/gws
# GWS_CONFIG_DIR=~/.config/gws
npm run build
./container/build.sh
# Linux
systemctl --user restart nanoclaw
# macOS
launchctl kickstart -k gui/$(id -u)/com.nanoclaw
docker run --rm --entrypoint gws nanoclaw-agent:latest --version
From a chat message, ask NanoClaw to perform a small Gmail/Calendar read operation to confirm MCP wiring.
Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.
Add Parallel AI MCP integration for search and deep research workflows.
Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".
Add voice message transcription to NanoClaw using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.
Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.
Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".