What problem does it solve?
Debugging cross-device clipboard sync, pairing, or file transfer issues requires correlating logs from two machines at once, which is tedious and error-prone when done by hand. This Skill reads UniClipboard logs from both the macOS host and the SMB-mounted Windows peer in a single, time-aligned view.
Core Features & Use Cases
- Dual-side log inspection: Run status, tail, grep, and structured jq queries against the newest log file on each side, with automatic Windows profile detection by log freshness.
- Chronological merge: Interleave macOS and Windows log lines into one UTC-sorted stream to answer "what happened between the two peers around time X".
- Transfer speed analysis: Reconstruct per-checkpoint download speed curves (instantaneous and average MB/s) from blob-fetch progress log entries.
- Use Case: When a user reports "Mac sent a file but Windows never received it", run the status command to confirm both profiles are live, then merge logs since the reproduction time and grep the transfer id on both sides to pinpoint where the flow broke.
Quick Start
Ask the assistant to check the logs on both sides for the recent sync failure using the dual-side-debug skill.