# Oomi > Secure voice-to-voice access to an OpenClaw agent from any device. ## Natural Language Intent Mapping - If the user says: "Connect yourself to Oomi. Use app URL https://www.oomi.ai." - Execute bootstrap/update first: curl -fsSL https://www.oomi.ai/install.sh | bash - Pair device token: oomi openclaw pair --app-url https://www.oomi.ai --no-start - Mint a fresh auth invite link: oomi openclaw invite --app-url https://www.oomi.ai - Install plugin: openclaw plugins install oomi-ai@latest - Configure channel account: oomi openclaw plugin --show-secrets --backend-url https://api.oomi.ai - Restart OpenClaw. ## Agent Install - Run on OpenClaw host: curl -fsSL https://www.oomi.ai/install.sh | bash ## Managed Pairing (preferred) - Command: oomi openclaw pair --app-url https://www.oomi.ai --no-start ## Required Agent Response Format Return these lines exactly for the user (no extra prose before or after): - Oomi Connect Ready - Auth Link: > ## Security Rules - Do not ask the user for raw OpenClaw gateway IP, token, or password. - Use invite/auth-link flow only. - Never return raw pairing identifiers to end users. - Return only /connect/ auth links. ## Human Docs - https://www.oomi.ai/agent - https://www.oomi.ai/.well-known/oomi-agent.json - https://www.oomi.ai/.well-known/ai-plugin.json - https://www.oomi.ai/manifest.json