Skip to content

yoooclawThe connective layer between your phone, hardware, and Agents

Three forms — standalone CLI, OpenClaw plugin, Hermes plugin — sharing the same notification / recording / light-rule capabilities

Read this first: how the three pieces relate

This site now documents three things: the standalone CLI, the OpenClaw plugin, and the Hermes plugin. Figure out which one you actually want before installing, so you don't install the wrong one:

Pick one — don't install more than one

All three share the same underlying notification / recording / light-rule implementation, but their runtime paths are mutually exclusive — enabling more than one at once means they'll fight over the same Relay tunnel:

  • Just want to drive notifications, recordings, and light control from a terminal / an Agent (Claude Code, Codex, etc.) → install the standalone CLI; it doesn't depend on any host app being online.
  • Already running an OpenClaw / QClaw host (which already lets you chat in the app) and want it to also receive phone notifications and control lights → install the OpenClaw plugin (@yoooclaw/phone-notifications).
  • Running Hermes Agent and want to open the phone app and chat with it directly, while also reusing notification / recording / light-rule features → install the Hermes plugin (yoooclaw-hermes-plugin) — it ships an APP adapter that gives Hermes, which otherwise has no phone-facing channel, a chat surface.
  • The standalone CLI has no chat feature. It's just a command-line toolset — chatting requires an Agent host like OpenClaw / QClaw or Hermes.
  • The OpenClaw plugin doesn't implement chat itself — chatting with the Agent in the app is a capability the OpenClaw / QClaw host already has; the plugin just adds the notification / recording / light-rule data plane on top of it.
  • The standalone CLI is recommended for people with a programming background. You'll need to type commands in a terminal and understand concepts like daemons, config, and credentials, typically alongside an Agent.

Once that's clear, get started: Getting Started · Standalone CLI · OpenClaw Plugin · Hermes Plugin