Loading...
Loading...
When you or another skill needs to fetch the content of a social media post by URL — tweet, X thread, LinkedIn post, Instagram post, TikTok video, Bluesky post, Reddit thread, Mastodon status, Threads post, Hacker News thread. Returns normalized structured data (author, posted_at, text, engagement counts, media URLs, replies if requested) regardless of platform. Tries strategies in order: direct API (Bluesky, Mastodon, HN, Reddit), agent-browser with modal dismissal (LinkedIn, X preview), Wayback Machine (older posts), paid APIs (ScrapeCreators / Apify — only if env keys present). Triggers on "/social-fetch <url>," "fetch this tweet," "fetch this post," "what does this LinkedIn say," "read this thread," "pull this post." Used by deep-research (citing specific posts), jab-hook (inspiration account analysis), business-brainstorm (competitor / operator commentary).
npx skill4agent add coreyhaines31/makerskills social-fetch| URL pattern | Platform |
|---|---|
| x (Twitter) |
| |
| linkedin-profile |
| |
| tiktok |
| bluesky |
| |
| mastodon |
| threads |
| hn |
| → defer to |
references/strategies.md$SCRAPECREATORS_API_KEYreferences/auth-keys.mdreferences/output-schema.md{
"platform": "x",
"url": "https://x.com/example/status/1234567890",
"fetched_at": "2026-06-17T14:35:00Z",
"raw_source": "scrapecreators",
"author": {
"handle": "@example",
"name": "the user Ganim",
"verified": true
},
"posted_at": "2026-06-17T16:53:00Z",
"text": "The 80/20 of a useful AI second brain: ...",
"media": [],
"engagement": {
"likes": 51,
"reposts": 13,
"replies": 9,
"bookmarks": 7,
"views": 32700
},
"is_thread": true,
"thread": [],
"replies": []
}bookmarksnull0| Flag | Behavior |
|---|---|
| Fetch top-level replies (1 hop). Costs extra API quota. |
| If the post is part of a thread by the same author, fetch the whole thread. |
| Include the raw API/scrape response in the output (for debugging) |
| Download media files (images/videos) to |
~/Documents/social-fetches/_cache/{platform}-{id}.json--no-cache--with-replies--threaddeep-researchjab-hookbusiness-brainstormsecond-brainraw/tweet-bookmark-watch-video$SCRAPECREATORS_API_KEY$APIFY_API_TOKENlinkedin.com/posts/...references/auth-keys.md~/Documents/social-fetches/_cache/--with-replies--thread--media