AI Summaryultraplan is a CLI tool that records multi-modal context (audio, screenshots, clipboard, keystrokes) from work sessions and converts them into detailed prompts for Claude analysis. Developers and researchers benefit by capturing complete context from meetings, debugging, or research workflows for later AI-assisted analysis.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ultraplan" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/ultraplan && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ultraplan/SKILL.md "https://raw.githubusercontent.com/definite-app/ultraplan/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Record multi-modal context (audio, screenshots, clipboard, keystrokes) to generate detailed prompts. Use when user wants to capture context from meetings, research sessions, debugging workflows, or any activity they want to later analyze with Claude.
ultraplan
A CLI tool for recording multi-modal context that can be loaded into Claude Code sessions.
What It Captures
• Audio transcription - Real-time Whisper transcription of speech/system audio • Screenshots - Triggered by "jj" hotkey (press j twice quickly) • Clipboard - Content copied during session • Keystrokes - What was typed (optional, can disable with --no-keys)
Start Recording
`bash uv run ultraplan record ` Options: • -o, --output <dir> - Output directory (default: ~/.ultraplan/sessions) • -m, --model <size> - Whisper model: tiny, base, small, medium, large-v3 (default: base) • --device <name> - Audio device (use --list-devices to see options) • --no-keys - Disable keystroke logging • --no-clipboard - Disable clipboard monitoring • --no-audio - Don't save raw audio.wav • --list-devices - Show available audio devices Press Ctrl+C to stop recording.
Check Setup (macOS)
`bash uv run ultraplan setup ` Verifies BlackHole audio driver and accessibility permissions.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster