openclaw-menubarEnable 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.
Install via ClawdBot CLI:
clawdbot install prab002/openclaw-menubarβ οΈ 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
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
});
~/.openclaw/openclaw.jsonopenclaw gateway statuscat ~/.openclaw/openclaw.jsonscripts/stop.sh && scripts/start.shassets/openclaw-menubar/ - Complete Electron appscripts/install.sh - Install dependencies (npm install)scripts/start.sh - Launch the menu bar appscripts/stop.sh - Kill the app processscripts/status.sh - Check if app is runningAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper β gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard β runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...