nopal-setup

Guide Google Workspace CLI installation and authentication setup.

114|19|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill nopal-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nopal-setup
Source: https://github.com/fivetaku/gptaku-plugins-codex/tree/main/plugins/nopal-codex/skills/nopal-setup
Command: npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill nopal-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Codex users frequently encounter missing gws installation or incomplete Google Workspace OAuth authentication. This skill provides a clear, sequential guide to install gws, verify installation, check authentication status, and perform interactive or headless authentication while warning against attempting full automation of interactive steps.

Core Features & Use Cases

  • Install: Globally install the Google Workspace CLI (gws) and verify version.
  • Auth check & setup: Check authentication status and guide through interactive or headless setup.
  • Headless credentials: Provide commands to export credentials for non-interactive environments.
  • Safety guard: Emphasize not to automate interactive authentication.

Quick Start

Install the Google Workspace CLI globally and follow the authentication steps until gws auth status confirms successful authentication.

Frequently Asked Questions about nopal-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and authenticate the Google Workspace CLI for Codex?

To set up the Google Workspace CLI, globally install the gws package, verify the installation version, and then run the interactive authentication setup or export headless credentials for non-interactive environments.

How do I configure Google Workspace CLI authentication in a headless environment?

For headless Google Workspace CLI authentication, use specific gws commands to export credentials, allowing non-interactive environments to establish OAuth access without manual interactive steps.

Can I fully automate the interactive Google Workspace CLI setup process?

No, you cannot fully automate the interactive Google Workspace CLI setup. You must manually complete the interactive authentication steps and then rerun commands after setup is finished.

Why does my gws command fail after installing the Google Workspace CLI?

Your gws command may fail due to incomplete Google Workspace OAuth authentication. Check your authentication status using gws auth status and rerun the interactive setup to resolve it.

What is the standard workflow to verify Google Workspace CLI installation and auth status?

The standard workflow involves globally installing the gws CLI, verifying the version, checking the authentication status, and following the interactive guide until gws auth status confirms success.