Get a user's posts
bluesky_get_author_feedFetch the recent posts from any Bluesky account by handle or DID. Use to view a user's profile feed with optional limit and cursor for pagination.
Instructions
Get the posts posted by a specific account (their profile feed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle (e.g. 'alice.bsky.social') or DID. Omit to use your own account. | |
| limit | No | ||
| cursor | No |