bluesky_author_feed
Retrieve a Bluesky account's public posts, newest first, including text, engagement counts, and attached media. Supports pagination by cursor to cover the full feed.
Instructions
A Bluesky account's posts. Returns a page of a Bluesky account's posts, newest first, including text, engagement counts, and any attached images/link card/quoted post. Public data, sourced from the AT Protocol's public, credential-free AppView API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | A handle (e.g. bsky.app) or DID | |
| limit | No | Page size, 1-100 | |
| cursor | No | Pagination cursor from a previous response's cursor field |