ccr-import

Installation
SKILL.md

CCR Import — Cube Call Recorder → Local Filesystem

Cube Call Recorder ACR (com.catalinagroup.callrecorder) is Daniel's default Android call recorder. Both regular phone calls and VoIP/WhatsApp calls are captured.

Save path

/sdcard/Calls/CCR/CubeCallRecorder/All/

Important: Do not confuse with /sdcard/Recordings/Calls/, which is the Android system call recorder and contains a different filename format (YYYYMMDD_HHMMSS.SS+TZ_{IN|OUT}_simN_+PHONENUMBER.oga). CCR's own recordings are under /sdcard/Calls/CCR/CubeCallRecorder/All/.

To confirm path at any time:

adb shell 'find /sdcard/Calls -maxdepth 5 -type d' | tr -d '\r'

Filename format

Installs
4
GitHub Stars
3
First Seen
May 9, 2026
ccr-import — danielrosehill/claude-audio-production-plugin