Code snippet demonstrating access of text from Quicksilver within an Applescript:

using terms from application "Quicksilver"
on process text theString
--insert commands here:
display dialog theString
end process text
end using terms from

Warning: This action is not compatible with the “run commands in background” option. Conflicts in input threading & focus will cause Quicksilver to hang!