capture-desktop
Installation
SKILL.md
Capture Desktop Session
The device-side mirror of scripts/check_desktop_sync.py. That script governs
device-to-cloud sync. This skill governs cloud-to-device capture. claude.ai has
no API, so capture is paste-driven: Ane pastes a finished Desktop session and
this skill routes its content to the right places on disk.
Step 1 — Get the content
Ask Ane to paste the Desktop conversation, or accept a file path if she gives one. If the paste is long, write it to a temp file first to avoid truncation.
Step 2 — Stage the transcript
Run the helper to stage a verbatim, deduplicated transcript:
python scripts/capture_desktop.py stage --input <tempfile> --title "<short title>"