Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ninnettesudanese653/claude-plugins --skill using-socialsgit clone --depth 1 https://github.com/ninnettesudanese653/claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/using-socials)<a href="https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/using-socials"><img src="https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/using-socials.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01468 |
| Opus 5 | $0.00028 | $0.00734 |
| Sonnet 5 | $0.00011 | $0.00294 |
| Haiku 4.5 | $0.00006 | $0.00147 |
Grade A, and why
using-socials scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to using-socials — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Working with Socials (MCP tools)
Follow this flow unless the user explicitly asks for something else.
1. Verify connectivity
- Call
socials_check_accessfirst. - 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_tabwith 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; usefocus: trueto switch to it, orsocials_focus_agent_tabto bring that tab’s window forward. Additionalsocials_open_tabcalls 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 (platformmay bex,linkedin,reddit, oryoutube).socials_set_agent_tab— pin an existing tab (e.g. X or YouTube already open) bytab_idfromsocials_get_active_tab.- Use
socials_navigate,socials_reload_tab, orsocials_scrollon the agent tab (omittab_idunless targeting a specific tab).socials_get_active_tabis the focused tab (what the user sees), not necessarily the agent tab. - If platform is X: use
socials_x_searchfirst, thensocials_get_feed/socials_quick_reply/ (optionally)socials_engage_poston results. - If platform is LinkedIn: use
socials_open_tabwithhttps://www.linkedin.com/feed/and thensocials_get_feed/socials_quick_reply(optionallysocials_scroll) to work with posts and replies. Usesocials_linkedin_posts_searchto search for posts, thensocials_get_feedto read results. Usesocials_linkedin_engage_postto like or repost. - If platform is Reddit: use
socials_open_tabwith the subreddit URL and thensocials_get_feed/socials_quick_reply(optionallysocials_scroll) to work with posts. - If the user wants YouTube: use
socials_open_tabwithhttps://www.youtube.com/(home), a watch URL, or search resultshttps://www.youtube.com/results?search_query=...where the query value is URL-encoded (same idea asencodeURIComponent). Refine search withsocials_navigateon the agent tab. To apply filters (Type/Duration/Upload date/Features/Prioritize), usesocials_apply_search_filterswithplatform: "youtube"and filter labels. Read search cards withsocials_get_page_content; on watch pages usesocials_get_page_contentfor metadata + comments (each hascommentId— the YouTubelctoken). To reply to a YouTube comment, usesocials_quick_replywithpost_idset to thatcommentId.socials_get_feedis not used for YouTube.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 45 lines · 57 tokens per session scan A d6949e0adb84
using-socials is a skill published in the GitHub repository ninnettesudanese653/claude-plugins (1 stars, last pushed 2d ago), licensed MIT. It adds 57 tokens to every session and 1,468 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to using-socials, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
hive.browser-automation
Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…
hive.linkedin-automation
Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…
hive.x-automation
Read before automating X / Twitter with browser tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying screenshot + coordinate…
hive.slack-notifications-setup
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
shogun-screenshot
A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.