Loading...
Loading...
Run a fully self-contained Xiaohongshu workflow with cookie auth and bundled JS signing assets. Use for note search, note text/image extraction, image download, user/profile data, comments, message center data, homefeed data, creator posted-note data, no-watermark URL conversion, and Excel/media export without depending on the original Spider_XHS repository.
npx skill4agent add chinatsu1124/xhs-search-workflow-skill xhs-search-workflowskills/xhs-search-workflow/scripts/setup_env.shskills/xhs-search-workflow/.venv--cookie "..."--env-file /path/to/.envCOOKIES="..."--no-env-proxyscripts/search_notes.pyscripts/fetch_note_texts.pyscripts/xhs_full_cli.pyscripts/export_notes.pyskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/search_notes.py "汇丰银行" \
--num 10 --sort 0 --note-type 0 --no-env-proxy --jsonskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/fetch_note_texts.py \
--url-file note_urls.txt --no-env-proxy \
--timeout 30 --retries 2 --min-interval 4 --max-interval 7 \
--out note_content.jsonskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/fetch_note_texts.py \
--url-file note_urls.txt --no-env-proxy \
--download-images --image-dir xhs_images \
--timeout 30 --retries 2 --min-interval 4 --max-interval 7 \
--out note_content.jsonskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/xhs_full_cli.py \
--env-file .env --no-env-proxy search-users --query "汇丰银行" --num 10skills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/xhs_full_cli.py \
--env-file .env --no-env-proxy note-comments \
--url "https://www.xiaohongshu.com/explore/<note_id>?xsec_token=<token>"skills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/xhs_full_cli.py \
--env-file .env --no-env-proxy creator-postedskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/xhs_full_cli.py \
--no-env-proxy no-water-img --img-url "https://..."skills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/export_notes.py \
--query "汇丰银行" --num 10 --save all \
--excel xhs_notes.xlsx --media-dir xhs_media --no-env-proxyskills/xhs-search-workflow/.venv/bin/python \
skills/xhs-search-workflow/scripts/export_notes.py \
--url-file note_urls.txt --save excel --excel xhs_notes.xlsx --no-env-proxyxhs_full_cli.pyuser-info --user-id <id>user-self-infouser-self-info2user-posts --user-url <url>user-likes --user-url <url>user-collects --user-url <url>note-info --url <url>note-comments --url <url>search-keyword --word <kw>search-users --query <kw> --num <n>messages-unreadmessages-mentionsmessages-likesmessages-connectionshomefeed-channelshomefeed-recommend --category <name> --num <n>creator-postedno-water-video --note-id <id>no-water-img --img-url <url>assets/js/crypto-jsassets/js/vendor/crypto-js.jsapis/xhs_utils/skills/xhs-search-workflow/.venv/bin/python \
"$CODEX_HOME/skills/.system/skill-creator/scripts/quick_validate.py" \
skills/xhs-search-workflowskills/xhs-search-workflow/.venv/bin/python skills/xhs-search-workflow/scripts/xhs_full_cli.py --help
skills/xhs-search-workflow/.venv/bin/python skills/xhs-search-workflow/scripts/export_notes.py --helpskills/xhs-search-workflow/.venv/bin/pythonpythonscripts/setup_env.shassets/js/vendor/crypto-js.jsPYTHONUTF8=1PYTHONIOENCODING=utf-8scripts/xhs_client.pyassets/js/static/xhs_xray_pack{1,2}.jsxhs_full_cli.pyxhs_full_cli.py --env-file .env --no-env-proxy <subcommand> ...xhs_full_cli.py <subcommand> ... --env-file .envmessages-mentions/messages-likes/messages-connections--outfetch_note_texts.pyreferences/troubleshooting.md