Fetch Twitter/X threads, Hacker News discussions, or Reddit posts into raw/social/. Invoked by wiki-research for social/community content.
Fetches social and community content (Twitter/X, Hacker News, Reddit) into raw/social/. Use this sub-skill when the input is a social URL or the user wants community discussion around a topic.
| Input signal | Platform | Command |
|---|---|---|
x.com, twitter.com URL or "tweet"/"thread" | Twitter/X | llm-wiki ingest twitter |
news.ycombinator.com URL, HN item ID, "HN thread", "Show HN" | Hacker News | llm-wiki ingest hackernews |
reddit.com URL, "subreddit", "Reddit post" | Firecrawl on old.reddit.com | |
| Keyword search ("what are people saying about X") | Multiple | Run HN search + Twitter search |
Single tweet (zero-config, public):
llm-wiki ingest twitter https://x.com/<user>/status/<id> \
--out social/twitter/<YYYY-MM-DD>/<user>-<id>.md
Full thread (requires bird CLI):
llm-wiki ingest twitter https://x.com/<user>/status/<id> --thread \
--out social/twitter/<YYYY-MM-DD>/<user>-thread-<id>.md
Keyword search (requires bird CLI + TWITTER_AUTH_TOKEN):
llm-wiki ingest twitter --search "<query>" --limit 20 \
--out social/twitter/<YYYY-MM-DD>/search-<slug>.md
# Good query patterns:
# "AI agents" lang:en -is:retweet since:2026-01-01
# from:<handle> filter:links
User timeline (requires bird CLI + TWITTER_AUTH_TOKEN):
llm-wiki ingest twitter --user @<handle> --limit 50 \
--out social/twitter/<YYYY-MM-DD>/<handle>-timeline.md
Required frontmatter:
source_type: social