From rednote-to-obsidian
Batch extracts Xiaohongshu posts from multiple links, transcribes videos with Whisper, formats in Peter Thiel style, and saves as Markdown files to Obsidian vault.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rednote-to-obsidian:xhs-batch <链接1> <链接2> ... 或粘贴多行链接<链接1> <链接2> ... 或粘贴多行链接This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
用户希望批量提取多个小红书帖子。请按以下步骤处理:
用户希望批量提取多个小红书帖子。请按以下步骤处理:
~/cookies.json~/Documents/Obsidian Vault/xhsmlx-community/whisper-large-v3-turbo用户提供的链接列表: $ARGUMENTS
从输入中提取所有小红书链接(支持多行、空格分隔、逗号分隔)。 每个链接提取帖子 ID 和 xsec_token。
检查 ~/cookies.json 是否存在。如不存在,按 /xhs 的步骤 0 引导用户导出。
对每个链接,执行 /xhs 的完整提取流程(步骤 2-4):
{YYYY-MM-DD} {短标题}.md每个帖子之间间隔 3 秒,避免触发反爬。
全部完成后,输出简短汇总:
2plugins reuse this skill
First indexed Jul 15, 2026
npx claudepluginhub silencerjoker/xhs-claude-skillsBatch extracts Xiaohongshu posts from multiple links, transcribes videos with Whisper, formats in Peter Thiel style, and saves as Markdown files to Obsidian vault.
Publishes Markdown articles to Xiaohongshu (XHS) draft box with multi-image upload (cover + up to 18 images), title/body filling, and tag matching. Uses Playwright browser automation.
Converts X (Twitter) tweets, threads, and articles to markdown with YAML front matter using a reverse-engineered API. Requires user consent before conversion.