ariel_get_author_feed
Retrieve posts from a specific Bluesky user's feed by handle or DID. Use filters, limits, and pagination to get the exact posts needed for analysis or display.
Instructions
Get posts from a specific user's feed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID of the user | |
| limit | No | Number of posts to return (1-100) | |
| cursor | No | Pagination cursor | |
| filter | No | Filter type: posts_with_replies, posts_no_replies, posts_with_media, posts_and_author_threads | |
| format | No | Output format: 'json' (default) or 'digest' (compact text for LLM consumption) |