Catalog Setup banner
datahub-project datahub-project

Catalog Setup

Development community

Description

--- name: catalog-setup description: Set up DataHub connection, install CLI, configure authentication and default scopes argument-hint: "[setup or configuration task]" --- # DataHub Setup Use the Skill tool to invoke the full `datahub-setup` skill: ``` Skill tool: skill: "datahub-skills:datahub-setup" ``` **User's request:** $ARGUMENTS This skill sets up your DataHub connection and configures defaults: 1. Check the current environment (Python, CLI, config) 2. Install the DataHub CLI and

Installation

Installs to ~/.claude/skills/datahub-project-datahub-skills-catalog-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/datahub-project-datahub-skills-catalog-setup && curl -fsSL https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/commands/catalog-setup.md -o ~/.claude/skills/datahub-project-datahub-skills-catalog-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository