Install
openclaw skills install @pengluday/xiaohongshu-collectorWork on Xiaohongshu post/comment collection, cookie handling, refresh flows, and browser plugin integration in the forbidden_company repo.
openclaw skills install @pengluday/xiaohongshu-collectorUse this skill when working on Xiaohongshu collection in forbidden_company, especially for post bodies, comment pagination, cookie updates, single-URL refreshes, or browser-plugin integration.
Prefer the existing repo implementation instead of inventing a new flow:
scripts/collect_xiaohongshu.pyscripts/admin_server.pyscripts/run_xiaohongshu_collection.shbrowser-extension/xhs-collector/docs/xiaohongshu-collector.mddocs/xhs-plugin-api.mdcomment_limit=0 means collect all available comments.data/xiaohongshu-cookie.txt unless a newer cookie is provided.scripts/collect_xiaohongshu.py with the requested URL(s), --db, --refresh-url, and --comment-limit 0 when full comments are needed.scripts/admin_server.py.Use these backend endpoints when integrating the browser plugin:
GET/POST /api/xhs-cookieGET /api/xhs-plugin/statusPOST /api/xhs-plugin/collectPOST /api/xhs-plugin/refreshSee collector-workflow.md for operational details.