growthub-auth

Authenticate hosted Growthub sessions for scripts and interactive workflows.

48|12|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Growthub-ai/growthub-local --skill growthub-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growthub-auth
Source: https://github.com/Growthub-ai/growthub-local/tree/main/.claude/skills/growthub-auth
Command: npx skills add https://github.com/Growthub-ai/growthub-local --skill growthub-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticate hosted Growthub sessions to securely run workflows, saved workflows, and pipelines.

Core Features & Use Cases

  • Pre-flight authentication guard: verifies identity via growthub auth whoami and ensures a valid session before gated actions.
  • Flexible login methods: supports growthub auth login, growthub auth login --token, and --no-browser for scripted environments.
  • Session management & telemetry control: stores session data locally, resolves base URLs, and offers telemetry opt-out.

Quick Start

Authenticate with growthub auth login and verify your session with growthub auth whoami --json.

Frequently Asked Questions about growthub-auth

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

FAQPage Schema
How do I authenticate a CLI session before running workflows?

To authenticate a CLI session before running workflows, execute the auth login command to verify your identity and establish a valid local session for gated actions.

Can I use token-based authentication for scripted environments?

Yes, token-based authentication is supported for scripted environments by passing the --token flag during login, and the --no-browser flag prevents interactive browser prompts.

How does pre-flight identity verification work for pipelines?

Pre-flight identity verification uses the whoami command to check for an active session, ensuring safe session handling and identity validation before executing any auth-gated pipelines.

Does this authentication method support telemetry opt-out?

Yes, this authentication method supports telemetry opt-out, allowing you to disable telemetry tracking while managing local session data and resolving base URLs for secure connections.

What is the best way to securely manage local session data for automated pipelines?

The best way to securely manage local session data for automated pipelines is using token-based login, which stores credentials locally and bypasses browser-based authentication flows for safe scripted execution.