- name
- jarvis-browser-setup
- description
- Setup Jarvis Browser Control System for new users. Generates unique WebSocket auth token, configures server, and prepares extension files. Use when user wants to share the browser control system with others or setup a new instance. Fully automated - no manual steps required, OpenClaw handles everything.
Jarvis Browser Setup
Setup Jarvis Browser Control System v3.5 for new users with fully automated token generation.
When to Use
Use this skill when:
- User wants to share browser control with someone else
- Setting up a new instance for another user
- Need to generate new unique auth token
- Preparing distributable package
Key Feature: FULLY AUTOMATED 🎯
The user just says:
"Setup Jarvis Browser for me"And OpenClaw automatically:
- 🔑 Generates unique auth token
- 📦 Creates server config
- 🚀 Starts WebSocket server
- ⚙️ Prepares extension files
- ✅ Provides ready-to-use setup
No manual steps required!
For OpenClaw Users (Recommended)
# Install skill
clawhub install jarvis-browser-setup
# Then just say:
"Setup Jarvis Browser for me"
# OpenClaw does everything automatically!For Manual Setup
python3 ~/.openclaw/workspace/skills/jarvis-browser-setup/scripts/setup.pyOutput
config.json- Token & IP configurationserver/- Python WebSocket server (auto-started)extension/- Pre-configured Chrome extensionREADME.md- Setup instructions
Token Format
- 48 random characters (cryptographically secure)
- Example:
XsJ3N-mAtusZ+WSPr0Ca!ExnVdQ8UuGd8J9PCwo9l8bmX3ACylw6Nv - Unique per user
Security
- Each user gets unique token
- Token never shared between users
- Server validates token on every connection
Requirements
- Python 3.8+
- Chrome/Edge browser
- Port 8765 available