Nimo AI Glasses
by @orideclaw
Connect AI smart glasses to OpenClaw via Companion App. Provides secure linkCode pairing, chat API, and SSE streaming for voice-controlled AI conversations t...
clawhub install nimo-glassesπ About This Skill
name: nimo-glasses description: Connect 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.
Nimo AI Glasses Plugin
Connect AI smart glasses to your OpenClaw Gateway for private, on-device AI voice conversations.
What it does
POST /nimo/chat for text β AI replyGET /nimo/eventsInstallation
openclaw 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
Usage
1. GET /nimo/health β get the current link code
2. POST /nimo/pair β exchange link code for a session token
3. POST /nimo/chat β send a message, get AI reply
4. GET /nimo/events β SSE stream for real-time responses
Data Flow
Smart 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.
π‘ Examples
1. GET /nimo/health β get the current link code
2. POST /nimo/pair β exchange link code for a session token
3. POST /nimo/chat β send a message, get AI reply
4. GET /nimo/events β SSE stream for real-time responses