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.
MITInstall
npx skills add browser-use/browser-skills --skill social-mediaAutomate 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
| Topic | Reference | Use for |
|---|---|---|
| Posting Patterns | posting-patterns.md | Creating posts, uploading media, and scheduling content on social platforms |
| Engagement Monitoring | engagement-monitoring.md | Tracking likes, comments, shares, and follower metrics |
| Content Aggregation | content-aggregation.md | Collecting posts by hashtag, user, or topic across platforms |
| Platform Specifics | platform-specifics.md | Platform-specific patterns for Twitter/X, LinkedIn, Reddit, and others |