← ClaudeAtlas

using-socialslisted

Use when the user wants to read feeds, inspect posts, draft or post replies, list personas, or control the browser for X, LinkedIn, Reddit, or YouTube via the Socials extension. Apply whenever Socials MCP tools are relevant to the task.
ninnettesudanese653/claude-plugins · ★ 1 · AI & Automation · score 74
Install: claude install-skill ninnettesudanese653/claude-plugins
# Working with Socials (MCP tools) Follow this flow unless the user explicitly asks for something else. ## 1. Verify connectivity - Call **`socials_check_access`** first. - If the extension is not connected, tell the user they need a **paid** Socials plan (free tier does not connect), to stay signed in, and to keep the browser open with the extension loaded; do not assume tools work until access check succeeds. ## 2. Open the right context in the browser - Use **`socials_open_tab`** with a concrete URL first. That tab is **pinned** as the Socials **agent tab**: feed, reply, scroll, search, and engage run there even if the user is focused on another tab or another **Chrome window**—automation uses the pinned tab id, not “the focused window.” By default the tab opens in the **background**; use **`focus: true`** to switch to it, or **`socials_focus_agent_tab`** to bring that tab’s window forward. Additional **`socials_open_tab`** calls open in the **same window as the pinned tab** when possible so a new empty window does not hijack the agent workspace. - **`socials_get_agent_tab`** — see which tab is pinned (`platform` may be `x`, `linkedin`, `reddit`, or `youtube`). **`socials_set_agent_tab`** — pin an existing tab (e.g. X or YouTube already open) by `tab_id` from **`socials_get_active_tab`**. - Use **`socials_navigate`**, **`socials_reload_tab`**, or **`socials_scroll`** on the agent tab (omit `tab_id` unless targeting a specific tab). **`socials_get_active_tab`** is the