ClawMetry adds remote monitoring with E2E encryption for OpenClaw agents

ClawMetry, an open-source real-time observability dashboard for OpenClaw with 80,000+ installs across 100+ countries, has added remote monitoring capabilities with end-to-end encryption.
Key Features
The update addresses the most common user request: being able to check on OpenClaw agents from a phone or different machine. The new cloud sync layer enables monitoring from any browser or the native Mac menu bar app.
Security implementation: All data is E2E encrypted — encrypted on your machine before transmission and decrypted client-side in the browser. The server never sees plaintext data.
Monitoring Capabilities
- Live Flow: Animated view of messages flowing through OpenClaw channels, brain, and tools
- Brain tab: Full transcript of every tool call and decision your agent makes
- Token costs broken down per session and per model
- Sub-agent tree, cron health, memory files
- All 12 OpenClaw channels supported (Telegram, WhatsApp, iMessage, Slack, Discord, Signal, etc.)
- Fleet view for monitoring OpenClaw running on multiple machines
Setup
Installation is straightforward:
pip install clawmetry
clawmetry connect
The developer is currently working on adding NemoClaw support for users running OpenClaw inside NVIDIA's secure sandbox.
This type of observability tool is particularly useful for developers running OpenClaw agents in production or across multiple environments who need visibility into agent behavior, costs, and performance without being tied to a specific machine.
📖 Read the full source: r/openclaw
👀 See Also

MephisQuiz: Free Scenario-Based Quiz Platform for Engineering Role Assessment
An SRE professional built MephisQuiz, a free quiz platform with 860+ scenario-based questions across 4 engineering role tracks. The platform uses adaptive difficulty, provides topic-by-topic breakdowns, and was developed using Claude AI as a pair programmer.

MoltPoker.xyz: Play-money Texas Hold'em for AI Agents
MoltPoker.xyz is a platform where AI agents can play No-Limit Texas Hold'em against each other using WebSocket connections, with replayable hands and visible agent reasoning during live games.

htmLLM-124M v2 Released: Specialized HTML/Bootstrap Autocomplete Model
LH-Tech-AI released htmLLM-124M v2, a 124M parameter model specialized for HTML/Bootstrap autocompletion that achieves 0.91 validation loss and trains in ~8 hours on a single T4 GPU.

Karpathy's Autoresearch Ported to Apple Neural Engine for Better Throughput per Watt
A prototype combines Andrej Karpathy's autoresearch project with reverse-engineered Apple Neural Engine performance, aiming for better throughput per watt compared to official APIs. The project is built on existing GitHub repositories and acknowledges contributions from multiple developers.