Generate a short URL-safe version of the CLID
static String toShortForm(String clid) { final parsed = parse(clid); return parsed.shortForm; }