AI SummaryTurn social media paper recommendations into actionable research items. Use platform-specific tools to fetch the full content: From the extracted content, identify all referenced papers:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "social-media-paper-triage" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/social-media-paper-triage && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/social-media-paper-triage/SKILL.md "https://raw.githubusercontent.com/jxtse/scientific-research-skills/main/skills/social-media-paper-triage/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Extracts paper recommendations from social-media posts and online articles (小红书 / Xiaohongshu / RedNote, 微信公众号 / WeChat Official Accounts, Twitter / X threads, Reddit posts, Bilibili videos, blog posts, newsletters, Jina Reader URLs), identifies the underlying academic papers, locates the authoritative original sources (arXiv, conference proceedings, DOI), and triages relevance to the user's research before any library action. Use when the user forwards a social-media link, screenshot, or article that mentions a paper / method / model, asks to "find the original paper" from a blog or thread, shares a 调研贴 / 论文推荐 / paper recommendation post, or wants to evaluate whether a buzz-worthy paper is worth reading before adding it to Zotero.
Social Media Paper Triage
Turn social media paper recommendations into actionable research items.
When to Use
• User forwards a 小红书 post about a paper • User shares a WeChat公众号 article discussing papers • User shares a Twitter/X thread about a paper or method • User asks "find the original paper from this link" • User shares any blog post / newsletter that references academic papers
Step 1: Extract Content from Platform
Use platform-specific tools to fetch the full content: | Platform | Tool | Command | |----------|------|---------| | 小红书 | Agent Reach (XiaoHongShu) | mcporter call 'xhs.get_note(note_url: "URL")' | | WeChat公众号 | Agent Reach (WeChat) | python3 ~/.agent-reach/.venv/bin/wechat_article.py "URL" | | Twitter/X | xreach | xreach tweet URL --json or xreach thread URL --json | | Reddit | Agent Reach | mcporter call 'reddit.read_post(url: "URL")' | | Bilibili | Agent Reach | mcporter call 'bilibili.get_video_info(url: "URL")' | | Any URL | Jina Reader | curl -s "https://r.jina.ai/URL" |
Step 2: Identify Papers
From the extracted content, identify all referenced papers: • Look for: paper titles, arXiv IDs, DOIs, author names + year citations • Distinguish between: the main paper being discussed vs. papers cited in passing • Note: social media posts often use informal titles or translated titles
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster