Discover Profiles banner
GGPrompts GGPrompts

Discover Profiles

Development community

Description

--- name: discover-profiles description: "Help users manage TabzChrome profiles via the REST API" --- # Profile Discovery Assistant Help users view, create, and manage TabzChrome terminal profiles. ## Profile API Endpoints **Get all profiles:** ```bash curl -s http://localhost:8129/api/browser/profiles | jq ``` **Create a profile:** ```bash TOKEN=$(cat /tmp/tabz-auth-token) curl -X POST http://localhost:8129/api/browser/profiles \ -H "Content-Type: application/json" \ -H "X-Auth-Token:

Installation

Installs to ~/.claude/commands/ggprompts-tabzchrome-discover-profiles.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GGPrompts/TabzChrome/HEAD/.claude/commands/discover-profiles.md -o ~/.claude/commands/ggprompts-tabzchrome-discover-profiles.md

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

Full documentation available on GitHub

View Source Repository