nex-life-logger: Local Activity Tracker for OpenClaw Agents

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
nex-life-logger: Local Activity Tracker for OpenClaw Agents
Ad

nex-life-logger is a skill published to ClawHub that provides OpenClaw agents with memory of your computer activities. It's a background activity tracker that runs on your machine and enables agents to answer questions about what you've been doing.

Installation and Usage

Install with: npx clawhub install nex-life-logger

Once installed, you can ask your agent questions like:

  • "What was I working on yesterday afternoon?"
  • "Search my history for Docker"
  • "What YouTube videos did I watch about machine learning?"
  • "Show me my productivity summary for last week"

The agent calls the CLI under the hood, searches your local database, and answers naturally.

How It Works

A background collector polls every 30 seconds and reads:

  • Browser history from Chrome, Edge, Brave, and Firefox
  • Active window focus
  • YouTube transcripts automatically fetched

Content goes through a productivity filter that only tracks AI, programming, design, and learning content while skipping politics, news, and entertainment. Chat apps and sensitive windows (password managers, banking) are excluded automatically.

All data stays local in a SQLite database located at ~/.life-logger/.

Ad

AI Features and Privacy

AI summaries are generated on a schedule:

  • Daily at 11 PM
  • Weekly on Sunday
  • Monthly on the 1st
  • Yearly on Jan 1

Each level summarizes the one below it, and you can also generate summaries on demand.

The tool works with any OpenAI-compatible API for AI features (Qwen, OpenAI, Groq, Ollama, etc.). Tracking, search, stats, and keyword commands work without any API key.

Privacy is a key feature: no cloud, no account, no telemetry. The developer built this because similar tools (Rewind, Recall) send data somewhere or lock users into platforms.

📖 Read the full source: r/openclaw

Ad

👀 See Also

AutoProber: AI-driven flying probe automation for hardware hacking
Tools

AutoProber: AI-driven flying probe automation for hardware hacking

AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

OpenClawRadar
Nakkas MCP Server Generates Animated SVGs from AI Descriptions
Tools

Nakkas MCP Server Generates Animated SVGs from AI Descriptions

Nakkas is an MCP server where AI constructs complete animated SVG configurations from descriptions, rendering clean animated SVGs with shapes, gradients, animations, and filters. It supports parametric curves, 15 filter presets, CSS @keyframes and SMIL animations, and works anywhere SVG renders.

OpenClawRadar
Automated .xcstrings Localization with Claude Code
Tools

Automated .xcstrings Localization with Claude Code

A new Claude Code skill automates localization of Xcode .xcstrings files with five pipeline stages: domain scanning, comment generation, translation with CLDR plurals, grammar checking, and plural fix conversion.

OpenClawRadar
Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%
Tools

Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%

Engramx v3.4 intercepts file reads for Claude Code agents, returning structural summaries instead of raw content. Benchmarks show 89.1% aggregate token reduction across an 87-file codebase.

OpenClawRadar