What problem does it solve? Voice captures filed by Rapture for Mac pile up as Markdown notes across Notes/, Links/, Tasks/, Ideas/, and Journal/ folders, and nothing acts on them. This skill runs on an OpenClaw cron schedule, reads each new note's YAML frontmatter, takes the action appropriate to its type, and reports a summary to Telegram or another configured channel. ## Core Features & Use Cases - Frontmatter-driven actions: Reads each note's type field (voice-note, task, idea, journal, youtube-link, article-link) and acts accordingly — appending tasks to inbox/todos.md as checkboxes, logging ideas to inbox/ideas.md, and summarizing link content from Rapture's fetched Media artifacts. - Watermark-based deduplication: Tracks processed notes in processed-log.md so each note is handled exactly once, without moving or modifying the original files. - Automatic folder resolution: Reads Rapture's sidecar file at ~/Library/Application Support/Rapture for Mac/output-folder.path so folder changes in the app's Settings are picked up without reconfiguring the cron job. - Use Case: You dictate "email Sarah about the deck Friday" via Siri from a locked iPhone. Rapture files it as a task note; on the next cron run the skill appends it to your todos inbox and sends a Telegram summary: 📥 Processed 1 notes: task: 1. ## Quick Start Install the skill into ~/.openclaw/skills/rapture-watch and add an OpenClaw cron job that runs it every five minutes with a Telegram announce channel.