Huh. I'm trying to work with Mastodon and Bluesky RSS in a php twig based plugin (Grav Twigfeeds). Mastodon feeds work fine, first few words parse as title, each post URL links to the post. Bluesky doesn't work *at all*. If I shove thru FetchRss it sort of works but post URLs only link to the account. RSS.app converts much better but is a paid service.
I think it's to do with no declared XML header, maybe.
Nb in raw php BS feeds do work.