Elnora-AI

Gw Setup — Development skill for Claude Code

Development community

First-run setup for the Google Workspace plugin — creates the venv, walks you through a Google Cloud OAuth client, and authenticates.

How to install Gw Setup

Installs to ~/.claude/skills/elnora-ai-elnora-google-workspace-gw-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-elnora-google-workspace-gw-setup && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/elnora-google-workspace/HEAD/commands/gw-setup.md -o ~/.claude/skills/elnora-ai-elnora-google-workspace-gw-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gw Setup does


name: gw-setup description: First-run setup for the Google Workspace plugin — creates the venv, walks you through a Google Cloud OAuth client, and authenticates. Gets you from install to first result. allowed-tools: [Bash] user_invocable: true

gw-setup

Run the **gw-setup** skill to bootstrap this plugin end to end. Do everything you can for the user and only stop where a human must click something in Google Cloud.

Load `skills/gw-setup/SKILL.md` and follow it in order:

  1. **Environ

Alternatives in Development

Full documentation available on GitHub

View Source Repository