Api Execute banner
savannah-i-g savannah-i-g

Api Execute

Development community

Description

Run a batch of nanoTracker Local API commands. Usage: `/api-execute <commandsJSON> [optsJSON]` If `optsJSON` is omitted, a default `{ "undoDescription": "claude batch" }` is used. Always pick a more specific description when you can. Run via: ```bash node tools/cli.mjs execute '$ARGUMENTS' ``` The CLI splits the arguments into commands and opts (the second JSON blob). It reads `~/.nanotracker/relay-token` automatically. Common pitfalls: - Forgetting `opts.undoDescription` → `missingUndoDe

Installation

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

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

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

Full documentation available on GitHub

View Source Repository