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 agentmods add skills/brainrot-creations/claude-plugins/using-socialsnpx skills add Brainrot-Creations/claude-plugins --skill using-socialsgit clone --depth 1 https://github.com/Brainrot-Creations/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/brainrot-creations/claude-plugins/using-socials)<a href="https://agentmods.dev/skills/brainrot-creations/claude-plugins/using-socials"><img src="https://agentmods.dev/badge/skills/brainrot-creations/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 | $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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- using-socials — 100% identical, 0 lines differ
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.
- 5d ago First seen · 45 lines · 57 tokens per session scan A d6949e0adb84
using-socials is a skill published in the GitHub repository Brainrot-Creations/claude-plugins (22 stars, last pushed 2mo 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
broken-link-checker
Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".
test-site
Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright. Use when the user wants to test, verify, or smoke-test their deployed site.
preview-screens
Use when the user wants to preview generated screens in a browser without starting Metro / a simulator — for example after /create-mobile-app finishes or after /edit-app regenerates a screen.
qa
Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).
cloudflare-browser-rendering
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.
youtube-cli
Searches YouTube and fetches video transcripts via the cli-web-youtube command-line tool — video search, video details (views, duration, description, keywords), trending by category, channel info, and timestamped transcripts/captions with language selection and translation. Use when the user asks about YouTube…