AgentHandover: Mac menu bar app that creates agent skills by watching your screen

What AgentHandover does
AgentHandover is an open-source Mac menu bar application that watches your screen through Gemma 4 (running locally via Ollama) and turns your repeated workflows into structured Skill files that any agent can follow. The creator built it to avoid having to explain processes from scratch every time they wanted an agent to handle something, even for daily tasks.
Key features and operation
- Two recording modes: Focus Record for specific tasks and Passive Discovery that runs in the background and starts picking up patterns after seeing you repeat something a few times
- Self-improving skills: Skills get sharper with every observation, updating steps, guardrails, and confidence scores as it learns more
- On-device processing: The entire system is an 11-stage pipeline running fully on-device with nothing leaving your machine and data encrypted at rest
- Agent integration: One-click agent integration through MCP (Model Context Protocol) so Claude Code, Cursor, OpenClaw or anything that speaks MCP can pick up your Skills
- CLI available: Includes a command-line interface for terminal users
Technical details
The application uses Gemma 4 running locally via Ollama for screen understanding. It's licensed under Apache 2.0 and available on GitHub. The creator is seeking feedback on the approach and curious about other local vision or OS models for screen understanding.
This type of tool addresses the challenge of transferring human workflows to AI agents without manual documentation. By observing actual screen interactions, it captures the nuances and variations that might be missed in written instructions.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Nudge: A local-first app that surfaces Claude-generated plans via contextual triggers
Nudge is a free, local-first iOS/Android app that lets you paste markdown plans (from Claude, ChatGPT, Notes) and attach triggers like time, location, Wi-Fi, inactivity, or one-time to surface them via local notifications.

Developer Builds Native tmux Port for Windows Using Claude Code Without Knowing C
A developer created tmux-win, a native Windows multiplexer using Claude Code to handle Win32 API and conpty implementation despite not knowing C. The tool features vertical/horizontal splits, detachable sessions, and native performance without VM overhead.

Why Codex Still Beats Claude Code for Complex Python Monoliths
A senior developer compares Codex vs Claude Code on a production Python monolith with mixed architectural layers. Codex wins for back-end work due to better planning, code reuse, and harness-engineering adherence.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.