FreeFM
FreeFM is a native Rust CLI/TUI for reading NetEase Cloud Music Private FM and appending only original tracks with consistent evidence of free full playback to an operator-owned playlist. It keeps credentials local, never unlocks VIP audio, never downloads or replaces playback URLs, and fails closed when playability or playlist ownership is ambiguous.
Use this skill for interactive QR authentication, preview, status, doctor,
audit, explicit review of cross-platform candidates, or a user-confirmed
sync. Scheduled operation must call the deterministic binary directly as
freefm sync --quiet; do not turn routine synchronization into an Agent or
model request.
Installation
OpenClaw
openclaw skills install @yuxin-qiao/freefm
Direct repo/manual install
git clone https://github.com/Yuxin-Qiao/FreeFM.git
cp -R FreeFM/skills/freefm ~/.agent-skills/freefm
Rust CLI
cargo install --git https://github.com/Yuxin-Qiao/FreeFM --locked
Run freefm preview before the first write. Only freefm sync may append
tracks remotely; it must preserve existing tracks and order. Confirm the
account is authenticated and ordinary (vipType == 0) before synchronization.