Some super basic actions I can image for an UI could be: - [ ] `new Tsky(session)` (pass sth like the `atproto.OAuthSession` received from the oauth lib like [here](https://github.com/nimbus-town/nimbus/blob/4f82b72ef6754c4234ed523c905e522f985d7170/composables/users.ts#L376)) - [x] get a profile by a did ✅ - [ ] get posts sth like `const posts = await getPosts()` - [ ] like a post from the received list sth like `await posts[0].like()`