Yes, using an AppleScript.
Simply paste the following two lines of code into AppleScript Editor, and save the script as AirDrop.scpt in some folder where Quicksilver can find it. I personally gave mine a custom AirDrop icon, too, just to make it nice.
activate application "Finder"
tell application "System Events" to keystroke "r" using {shift down, command down}
