Το GoogleCL δίνει σε όσους προτιμούν την χρήση command line την δυνατότητα να αξιοποιήσουν τις υπηρεσίες του Google (blogger, calendar, docs, youtube, picasa) μέσα από scripts.

Π.χ.:

$ google calendar add "Lunch with Jim at noon tomorrow"
$ google contacts list name,email > contacts.csv
ή το uber-cool:
$ google docs edit --title "To-Do List" --editor vim
(από το commandlinefu.com)

Περισσότερα παραδείγματα στο wiki του GoogleCL.