Taking a guess at what you are looking for. The Actions macro from the sheet for say, "Commoner" reads:
/w @{Commoner|character_name} &{template:5e-shaped} {{character_name=@{Commoner|character_name}}} @{Commoner|show_character_name} {{title=^{ACTIONS}}} {{text_big=@{Commoner|actions_macro_var}}}
to make this work for any selected token that is tied to a character sheet, make a global macro called "Actions" (on your Collections tab) that reads:
/w @{selected|character_name} &{template:5e-shaped} {{character_name=@{selected|character_name}}} @{selected|show_character_name} {{title=^{ACTIONS}}} {{text_big=@{selected|actions_macro_var}}}
Make sure you click the option to have it display as a token macro. This will give you the effect of running the macro for any selected token. The button will appear at the upper left of the map area whenever you have a token selected.
Basically, take any of the sheet macros, and replace the character name with "selected" will allow the macro to work with any token that represents a character.