Create a post
bluesky_postPublish a Bluesky post, optionally as a reply to another post by specifying its URI and CID.
Instructions
Publish a new post (skeet), optionally as a reply to another post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| rootCid | No | For replies deeper in a thread: the thread root's cid. Defaults to replyToCid. | |
| rootUri | No | For replies deeper in a thread: the thread root's URI. Defaults to replyToUri. | |
| replyToCid | No | cid of the post to reply to (get both from bluesky_get_post). | |
| replyToUri | No | at:// URI of the post to reply to. |