scout_post
Automatically compose and publish posts on LinkedIn, X, or Medium; supports dry runs for testing.
Instructions
Compose and publish a post on a social platform (linkedin, x, medium). Uses the platform adapter pattern — handles shadow DOM, selectors, and compose flows automatically. The browser must be logged into the platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform: linkedin, x, medium | |
| text | Yes | Post text. For Medium, first line becomes the title. | |
| submit | No | Actually submit the post (default: true). Set false for dry run — text is typed but not posted. |