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

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/.
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
👀 See Also

Coding-Flashcards: 800+ Anki cards for Rust, SQLite, Godot, and Wolfram Language
Over 800 markdown flashcards covering Rust, SQLite, Godot, and Wolfram Language from first principles, with scripts to convert to Anki decks or PDFs.

Xiaozhen: A Claude Code skill that digs three layers into root causes
Xiaozhen (小真) is a Claude Code skill that uses three mechanics—The Gift, Three Layers Deep, and The Prediction—to help users uncover what's actually bothering them rather than giving direct advice. It's installed with a one-line curl command and activated by typing /小真 in Claude Code.

Claude Code Logs Every Session to Disk — Here's How to Index and Recall Them
Claude Code writes every session turn to ~/.claude/projects/ as JSONL. One user indexed 1026 sessions (57MB, 76K turns) into SQLite+FTS5 with an MCP server for search and thread recall across sessions.

Mouser: Open-source alternative to Logitech Options+ for MX Master 3S
Mouser is a lightweight, open-source tool that remaps buttons on the Logitech MX Master 3S mouse without requiring Logitech's proprietary software. It runs fully locally with no telemetry, supports per-application profiles, and includes DPI control and battery monitoring.