social-media

Post content, read engagement stats, track trends, and research audiences across social platforms. Use when the agent needs to interact with social media websites.

MIT
Install
npx skills add browser-use/browser-skills --skill social-media

Automate social media tasks using the browser-use Python SDK. Post content, read engagement metrics, and collect posts by hashtag or topic. Works across Twitter/X, LinkedIn, Reddit, Instagram, and YouTube with per-platform profile authentication.

bash
pip install browser-use-sdk

Prerequisites

Set your Browser Use API key before running any examples. Get one at cloud.browser-use.com.

bash
export BROWSER_USE_API_KEY=your_key

Reference

TopicReferenceUse for
Posting Patternsposting-patterns.mdCreating posts, uploading media, and scheduling content on social platforms
Engagement Monitoringengagement-monitoring.mdTracking likes, comments, shares, and follower metrics
Content Aggregationcontent-aggregation.mdCollecting posts by hashtag, user, or topic across platforms
Platform Specificsplatform-specifics.mdPlatform-specific patterns for Twitter/X, LinkedIn, Reddit, and others
social-media - Browser Skills