I guess I’ll just talk to myself since no one else is…
Tried a bunch of things. Closest I’m getting is …
<?php echo get_post_meta($post->ID, '_yoast_wpseo_metadesc', true); ?>
But that displays the WPSEO description from the post and not the category.
It seems like I would need something like get_category_meta but from what I can see, that is a different plugin. I’ve replaced $post->ID with a number of different category-related things but they just yield errors or nothing at all.
Anyone care to chime in?