← Back to projects

Clawed.chatTop 10Deep-reviewed

by Isaiah Ballah

Score 9.0

What they're building

Clawed.chat brings OpenClaw to your smart glasses! 😎 powered by Composio, Nebius, and Tavily. X Post: https://x.com/IsaiahBallah/status/2065661386810966299?s=20 Demo video: https://drive.google.com/file/d/14XDHW3Bu9kZlHUPfBeiQoe9gJTCWv0KM/view?usp=drivesdk

AI code reviewrepo: real

Real multi-package repo (Bun/Hono backend, Convex, OpenClaw agent runtime, React glasses miniapp) and a live SPA at clawed.chat/demo (HTTP 200). All three sponsors are load-bearing IN CODE: vision.api.ts chains Nebius Qwen2.5-VL vision (nebiusVision) into Tavily search (tavilySearch) for the 'what am I looking at' glasses pipeline; llm-proxy.api.ts routes agent reasoning through Nebius Token Factory (nebiusRawCompletion at api.studio.nebius.com); connections.api.ts uses the real @composio/core SDK (dep ^0.6.3) for Gmail/Calendar/GitHub OAuth tool actions. Genuine OpenClaw-on-smart-glasses agent, not a wrapper. ⚑ Live site is a client-rendered SPA shell (862-byte bootstrap), so end-to-end interactive behavior could not be clicked through headlessly; demo video is on Google Drive (not opened). Sponsor calls are key-gated (isXConfigured guards) so they no-op without keys, but wiring is real.