socials_open_tab
Opens a URL in a new pinned tab for the Socials agent, ensuring automation targets it across Chrome windows. Maintains workspace stability by placing the tab with existing pins.
Instructions
Open a URL in a new tab and pin it as the Socials agent tab. Automation targets this tab by ID across tabs and Chrome windows (not only the focused window). By default opens in the background (focus: true to switch to it). If a pin already exists, the new tab opens in the same window as that pin so a separate empty window does not steal the agent workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open. X: https://x.com/home ; LinkedIn: https://www.linkedin.com/feed/ ; Reddit: https://www.reddit.com/ or a subreddit URL. YouTube: https://www.youtube.com/ (home) or a watch URL; to run a search open results, e.g. https://www.youtube.com/results?search_query=hello+kitty — always URL-encode the search_query value (encodeURIComponent semantics). | |
| focus | No | If true, activate the new tab and focus the window. Default false (background). |