Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Enable OpenClaw as a native macOS menu bar app with quick access popup. **macOS ONLY** - not compatible with Windows or Linux. Use when user asks to "enable menubar", "add menu bar", "run in menu bar", "make it accessible from menu bar", or wants quick OpenClaw access without opening full dashboard.
Enable OpenClaw as a native macOS menu bar app with quick access popup. **macOS ONLY** - not compatible with Windows or Linux. Use when user asks to "enable menubar", "add menu bar", "run in menu bar", "make it accessible from menu bar", or wants quick OpenClaw access without opening full dashboard.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
⚠️ macOS ONLY - This skill requires macOS. Menu bar apps are not supported on Windows or Linux. Adds a native macOS menu bar app for quick OpenClaw access - click the crab icon 🦀 in your menu bar to get an instant chat popup.
scripts/install.sh scripts/start.sh The crab icon will appear in your menu bar. Click it to open the chat window.
scripts/stop.sh
scripts/status.sh
Menu bar icon: Crab 🦀 icon appears in macOS menu bar Quick popup: Click icon → instant chat window (no browser needed) Keyboard shortcut: Cmd+Shift+O to toggle popup Native feel: Proper macOS vibrancy, stays on top when needed Lightweight: Electron app, ~480x680px popup window
The menubar app requires two icon files in assets/openclaw-menubar/icons/: icon.png (22x22 pixels, transparent PNG) icon@2x.png (44x44 pixels, transparent PNG)
cd assets/openclaw-menubar ./create-icon.sh This creates a simple crab emoji icon.
Replace the generated icons with your own 22x22 and 44x44 transparent PNGs. Note: macOS menu bar uses monochrome template mode (auto-colorizes your icon).
Edit assets/openclaw-menubar/main.js: browserWindow: { width: 480, // Change width height: 680 // Change height }
Edit assets/openclaw-menubar/main.js: globalShortcut.register('CommandOrControl+Shift+O', () => { // Change 'O' to any key });
Electron app using menubar package Header: Custom HTML header (index-webchat.html) with branding Content: OpenClaw webchat loaded via BrowserView with auth token Auto-auth: Reads gateway config from ~/.openclaw/openclaw.json
macOS (menu bar apps are macOS-specific) OpenClaw Gateway running on localhost Node.js (for Electron)
Icon must be 22x22 PNG with transparent background macOS menu bar uses monochrome template mode (auto-colorizes)
Ensure OpenClaw Gateway is running: openclaw gateway status Check config: cat ~/.openclaw/openclaw.json
Check logs in Console.app (search "OpenClaw") Try: scripts/stop.sh && scripts/start.sh
assets/openclaw-menubar/ - Complete Electron app scripts/install.sh - Install dependencies (npm install) scripts/start.sh - Launch the menu bar app scripts/stop.sh - Kill the app process scripts/status.sh - Check if app is running
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.