Hub Control banner
ccancellieri ccancellieri

Hub Control

Development community

Description

Open the skill-hub control panel in the browser. Check whether the webapp is already running: ```bash curl -sf http://127.0.0.1:8765/healthz ``` If that returns `{"ok":true}`, skip to the browser step. Otherwise start it in the background so it survives this session: ```bash cd /Users/ccancellieri/work/code/mcp-skill-hub && \ nohup uv run python -m skill_hub.webapp \ > /tmp/skill-hub-dashboard.log 2>&1 & ``` Wait up to 5 seconds for the server to become healthy (poll `/healthz`). Then

Installation

Installs to ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-control/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-control && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/commands/hub-control.md -o ~/.claude/skills/ccancellieri-mcp-skill-hub-hub-control/SKILL.md

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

Full documentation available on GitHub

View Source Repository