OpenClaw voice assistant app for Android - Wake word activation & system assistant integration
# Add to your Claude Code skills
git clone https://github.com/yuga-hashimoto/openclaw-assistantGuides for using ai agents skills like openclaw-assistant.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:13:34.284Z",
"npmAuditRan": true,
"pipAuditRan": true
}openclaw-assistant is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yuga-hashimoto. OpenClaw voice assistant app for Android - Wake word activation & system assistant integration. It has 281 GitHub stars.
Yes. openclaw-assistant passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/yuga-hashimoto/openclaw-assistant" and add it to your Claude Code skills directory (see the Installation section above).
openclaw-assistant is primarily written in Kotlin. It is open-source under yuga-hashimoto on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh openclaw-assistant against similar tools.
No comments yet. Be the first to share your thoughts!
A native Android voice client for OpenClaw and Hermes Agent.
WakeHermesClaw is the successor to OpenClaw Assistant. It keeps every OpenClaw feature you already have — wake word, Voice Overlay, Gateway
- HTTP backends, Wear OS, on-device node capabilities, continuous conversation — and adds first-class support for Hermes Agent as a peer backend that can be configured side-by-side with OpenClaw.
Supported backends (configure any combination, pick one as primary):
- OpenClaw Gateway (WebSocket, pairing, QR, TLS)
- OpenClaw HTTP (OpenAI-compatible chat)
- Hermes API Server (
/v1/chat/completionsstreaming +/v1/runsRuns API)Mobile Bridge (optional, off by default). WakeHermesClaw can expose a bearer-token-protected local HTTP service that lets Hermes reach a curated set of Android capabilities. See
docs/hermes-mobile-bridge.mdandintegrations/hermes-mobile-bridge/.Migration. Existing OpenClaw Assistant installs upgrade in place (
applicationIdunchanged); the first launch silently migrates the previous Gateway / HTTP settings into the new multi-backend repository and marks the existing setup as Primary. Wake word, HotwordService, Voice Overlay, Wear OS, and node capabilities continue to target the Primary backend.Hermes setup in 30 seconds. Run
hermes gatewaywith the API server enabled (default port8642), bind it to your LAN/VPN, generate an API key, and add it in Settings → Backends → Add Hermes API Server. WakeHermesClaw accepts bothhttp://host:8642andhttp://host:8642/v1. Authentication usesAuthorization: Bearer <key>; the default model name ishermes-agent. Connection test callsGET /v1/modelsand falls back to/health.WakeHermesClaw shared agent controls. The app includes 6-character bridge pairing codes, deep-link setup payloads, multi-endpoint candidates (LAN + VPN + public) raced in parallel on connect, per-capability TTL grants ("approve · 10 min / 1 hour / until revoked") with a destructive-verb override,
/revokeand/grantsendpoints, an Accessibility Bridge (tap / swipe / Home / Back / window describe — sideload-only), notifications.active.list backed by the existing NotificationListenerService, and a build-flag (IS_SIDELOAD) that gates Accessibility + SMS for a Play-track build.Wear OS uses its own per-watch backend URL + auth token. Point the watch at the same Hermes (
http://host:8642, Bearer = your API key) or OpenClaw endpoint you use on the phone. The phone's Primary backend is not automatically synced to the watch yet.Build:
./gradlew testDebugUnitTest assembleDebug.
日本語版はこちら | English below
Your AI Assistant in Your Pocket - A self-hosted Android voice assistant for OpenClaw with offline wake word detection, real device actions, and a UI built for everyday use.
openclaw qrNeed the server first? Start with OpenClaw.