← Agentic analytics
OpenClaw

Visitor analytics for OpenClaw.

OpenClaw is the open-source local-first AI assistant — the lobster way. Eyepup pipes visitor heat scores, friction patterns, and paste-ready prompts straight into your OpenClaw agent so it knows what your visitors are doing while it codes. Same CLI surface that works with Claude Code and Cursor; OpenClaw consumes the same JSON output from eyepup todo and eyepup ask.

Two-line install

# in your project's repo
$npm i -g eyepup && eyepup login
# pipe the top friction pattern into OpenClaw
$ eyepup todo --limit 1 | openclaw

OpenClaw reads the piped JSON like any other shell tool — no plugin, no config. Works the same with eyepup ask for free-text questions and eyepup visitor <id> for full dossiers.

Local-first + privacy-first

OpenClaw runs locally and prefers self-hosted models. Eyepup's CLI is also local-first (no SaaS dashboard required to read your own data) — so the pairing keeps your visitor profiles and your code both in your terminal, not piped through a SaaS middle-man.

Other coding agents