growthub-discover

Resolves Growthub CLI path and launches discovery hub with sandbox-safe fallbacks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access Growthub Local discovery hub from any environment by resolving the correct CLI path (installed, dist, or demo), removing guesswork and downtime.

Core Features & Use Cases

  • Environment-agnostic CLI resolution: automatically try the installed Growthub CLI, the built dist at cli/dist/index.js, and the sandbox/demo script when a binary is unavailable.
  • Sandbox-safe fallbacks: ensure discovery remains accessible without a published binary, using the demo script or built distribution.
  • Guided discovery lanes: navigate the full Growthub discovery surface (Worker Kits, Templates, Workflows, Local Intelligence, Agent Harness, Settings, Memory & Knowledge) with proper authentication in gated areas.

Quick Start

To begin, run growthub discover to access the discovery hub from your Growthub Local workspace.

Frequently Asked Questions about growthub-discover

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

FAQPage Schema
How do I access the Growthub discovery hub when the CLI binary is not installed?▼

Access the Growthub discovery hub by running growthub discover, which automatically resolves the correct CLI path using built dist or demo scripts as sandbox-safe fallbacks when the binary is unavailable.

What discovery lanes are available through the Growthub CLI?▼

Growthub CLI discovery lanes include Worker Kits, Templates, Workflows, Local Intelligence, Agent Harness, Settings, and Memory & Knowledge, guiding users through the full discovery surface with proper authentication in gated areas.

Does the Growthub discovery hub require authentication for all lanes?▼

Growthub discovery hub does not require authentication for all lanes; auth state is verified only before entering gated lanes to ensure secure access and predictable behavior.

Can I use Growthub discovery in a sandbox environment without a published binary?▼

You can use Growthub discovery in a sandbox environment without a published binary by leveraging sandbox-safe fallbacks to the demo script or built dist at cli/dist/index.js.

Why does the CLI path resolution matter for Growthub Local workflows?▼

CLI path resolution removes guesswork and downtime by automatically trying the installed Growthub CLI, the built dist, and the demo script, ensuring environment-agnostic access to discovery lanes.

Do I need to install the Growthub CLI globally to use the discovery hub?▼

You do not need to install the Growthub CLI globally; the discovery hub resolves the correct CLI path from installed, dist, or demo sources, providing fallbacks when a real binary is unavailable.