Bind key with Args?

Bind key with Args? Is that possible?
like there is a Chat command with "/skin Shop"

but how can i bind it so it work with just a press of a button.

Bind s chat.say "/skin shop" 
Should be quoting the entire command, else Rust removes it I believe:

bind s "chat.say \"/skin shop\""