Bluesky integration (Social, Communication). Imported from open-connector.
https://bsky.social/xrpc/app.bsky.actor.getProfile
| Param | Type | Required | Description |
|---|---|---|---|
| actor | string | optional | A Bluesky handle or DID. |
/xrpc/app.bsky.feed.searchPosts
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The Bluesky search query string. |
| sort | string | optional | The ranking order for matching posts. |
| since | string | optional | Return posts after this ISO date or datetime. |
| until | string | optional | Return posts before this ISO date or datetime. |
| mentions | string | optional | A Bluesky handle or DID. |
| author | string | optional | A Bluesky handle or DID. |
| lang | string | optional | Filter posts by language code. |
| domain | string | optional | Filter posts by linked hostname. |
| url | string | optional | Filter posts by linked URL. |
| tag | array | optional | Filter posts by hashtag values without the hash prefix. |
| limit | integer | optional | The maximum number of posts to return. |
| cursor | string | optional | A cursor returned by Bluesky pagination. |