xiaohongshu-extract
SKILL.md
Xiaohongshu Extract
Overview
Extract note metadata (title, desc, type, time, user, engagement, tags, video stream info) from an XHS share or discovery URL using the bundled script.
Quick Start
Run the extractor and print JSON to stdout:
python scripts/xiaohongshu_extract.py "<xhs_url>" --pretty
Write JSON to a file:
python scripts/xiaohongshu_extract.py "<xhs_url>" --output /tmp/xhs_note.json