Api Status banner
savannah-i-g savannah-i-g

Api Status

Development community

Description

Check that the relay is up and the nanoTracker tab is connected. Run via: ```bash node tools/cli.mjs health ``` Returns: ```jsonc { "pageConnected": true, "activeTabId": "...", "tabCount": 1, "transport": "ws" } ``` If `pageConnected` is `false`, the user needs to: 1. Open the nanoTracker tab at <https://federatedindustrial.com/tracker>. 2. Open **FILE > API…** and toggle **Enable Local API**. 3. Toggle **Connect to local relay** and paste the token from `~/.nanotrack

Installation

Installs to ~/.claude/commands/savannah-i-g-nanotracker-api-sdk-api-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/savannah-i-g/nanotracker-api-sdk/HEAD/.claude/commands/api-status.md -o ~/.claude/commands/savannah-i-g-nanotracker-api-sdk-api-status.md

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

Full documentation available on GitHub

View Source Repository