how to create buddypress shortcodes?

can you just add_shortcode?

add_shortcode ('use-this', 'get_nickname');

now in your code call [use-this]

of course change ‘use-this’ to whatever you want in both places if you want to change it.