xiaohongshu-hub
Installation
SKILL.md
xiaohongshu-hub
Modified from: jackwener/xiaohongshu-cli (Apache-2.0)
This skill simplifies and modifies the original repository as follows:
- Removes the
browser-cookie3/click/rich/PyYAML/qrcodedependencies- Changes Cookie authentication to pass a
dictdirectly or read from environment variables, without automatic browser extraction- Removes the CLI layer (
commands/) and QR login module (qr_login.py)- Keeps the complete reverse-engineered signing algorithm in
signing.py, implemented with the standard library only and no third-party dependencies- Keeps AES-128-CBC signing in
creator_signing.py(depends on pycryptodome)- In the Minis environment, cookies are automatically retrieved through
browser_use get_cookies