I'm wondering if anyone has any useful macros they use to interact with their addons in a more multi-box friendly way.

For example, I use Baggins, and I like the feature of tagging items as *New*... but I like to clear them somewhat often. The only way to do this is to right-click the bag frame and select "Reset New Items" from the popup menu. Yuck. That's a real pain to do 5 times, so I use a macro that does the same thing:

Code:
/run Baggins:SaveItemCounts()
/run Baggins:ForceFullUpdate()
Now I can reset my new items by just hitting a keybinding for that macro. Much easier.

Does anyone else have similar utility macros?
If there are enough of them, maybe we can put them on a page in the wiki.