Jarvis Setup banner
ManceRayder42 ManceRayder42

Jarvis Setup

Development community

Description

--- name: jarvis-setup description: Launch the local setup page to configure the Jarvis memory hub allowed-tools: - Bash(node:*) --- Launch the Jarvis setup server and hand the user its URL. ## Task 1. Run: ``` node "${CLAUDE_PLUGIN_ROOT}/setup/server.mjs" ``` 2. The server binds `127.0.0.1` on an OS-assigned port, mints a one-time token, and prints a single `http://127.0.0.1:<port>/?t=<token>` URL to stdout before it starts listening. Read that URL from the command output. 3

Installation

Installs to ~/.claude/skills/mancerayder42-jarvis-os-jarvis-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mancerayder42-jarvis-os-jarvis-setup && curl -fsSL https://raw.githubusercontent.com/ManceRayder42/jarvis-os/HEAD/commands/jarvis-setup.md -o ~/.claude/skills/mancerayder42-jarvis-os-jarvis-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