From socials
Opens and reads social media feeds from X, LinkedIn, or Reddit, displaying recent posts with author, content preview, engagement stats, and post URLs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/socials:feedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get the latest posts from your social media feed.
Get the latest posts from your social media feed.
Check connection
socials_check_access
Determine platform
Ask if not provided: X, LinkedIn, or Reddit? (YouTube is not supported by socials_get_feed—use socials_open_tab with https://www.youtube.com/ or a channel/subscriptions URL, and socials_scroll if needed; see using-socials.)
Open the feed
X:
socials_open_tab({ url: "https://x.com/home" })
LinkedIn:
socials_open_tab({ url: "https://linkedin.com/feed" })
Reddit:
socials_open_tab({ url: "https://reddit.com" })
Or a specific subreddit:
socials_open_tab({ url: "https://reddit.com/r/[subreddit]" })
Get feed content
socials_get_feed({ platform: "[platform]" })
Present posts Show a summary of recent posts with:
Offer actions For each post:
To load more posts:
socials_scroll({ direction: "down" })
socials_get_feed({ platform: "[platform]" })
Specify the platform after the command.
Examples:
/socials:feed x/socials:feed linkedin/socials:feed r/startupsnpx claudepluginhub brainrot-creations/claude-plugins --plugin socialsSearches posts and content on X, LinkedIn, Reddit, and YouTube. Useful for social listening, brand monitoring, and topic research.
Reads public Threads (Meta) data via UnifAPI — searches posts/profiles, retrieves a handle's posts, replies, and reposts. For social listening or content research workflows that need deterministic Threads data.
Promotes products on X by finding high-signal posts and crafting value-first replies using Claude in Chrome browser tools and writing plugin.