Install
openclaw skills install nimo-glassesConnect AI smart glasses to OpenClaw via Companion App. Provides secure linkCode pairing, chat API, and SSE streaming for voice-controlled AI conversations through smart glasses.
openclaw skills install nimo-glassesConnect AI smart glasses to your OpenClaw Gateway for private, on-device AI voice conversations.
POST /nimo/chat for text → AI replyGET /nimo/eventsopenclaw plugins install nimo-glasses
Then enable in your config:
{
plugins: {
entries: {
"nimo-glasses": {
enabled: true,
config: {
maxResponseLength: 300,
systemPrompt: "You are an AI assistant in smart glasses. Be concise, no line breaks."
}
}
}
}
}
Restart the gateway:
openclaw gateway restart
GET /nimo/health — get the current link codePOST /nimo/pair — exchange link code for a session tokenPOST /nimo/chat — send a message, get AI replyGET /nimo/events — SSE stream for real-time responsesSmart Glasses → STT → Companion App → OpenClaw Gateway (this plugin) → AI Agent → Reply → TTS → Glasses
Data does NOT pass through any third-party server. Direct connection to your own Gateway.