xhs-access-kit is a work-in-progress toolkit for making a repaired XiaoHongShu access workflow easier to reuse.
It is being shaped around a real repair journey where:
- publish worked
- some reads worked
- self/profile/feed reads failed
- the final winning fix was a timing/hydration fix, not a big parser rewrite
This repo is intended to grow into a practical package for:
- deployment guidance for an XHS access stack based on
xiaohongshu-mcp - rollback-safe debugging and repair workflow
- patch notes and compatibility guidance
- an OpenClaw skill wrapper for operational use
Right now, this is not yet:
- a polished public release
- a maintained fork of upstream
xiaohongshu-mcp - a guarantee of broad platform/version compatibility
It is currently a structured local repo that is being prepared for publication.
docs/xhs-mcp-deploy-debug-playbook-v1.md— main XHS deployment/debug playbookdocs/PATCH-CHRONOLOGY.md— what we tried, what mattered, what solved itdocs/LESSONS-LEARNED.md— reusable lessons from the repairdocs/VERIFYING-THE-FIX.md— minimal regression checklistdocs/COMPATIBILITY-AND-PACKAGING.md— packaging options and tradeoffsdocs/PUBLICATION-PLAN.md— staged publication pathdocs/UPSTREAM-BASELINE.md— known tested baseline and patch lineageskill/xhs-access-kit/— early OpenClaw skill skeleton
docs/INDEX.mddocs/xhs-mcp-deploy-debug-playbook-v1.mddocs/PATCH-CHRONOLOGY.mddocs/LESSONS-LEARNED.mddocs/COMPATIBILITY-AND-PACKAGING.md
Current recommended path:
- docs-first
- then OpenClaw skill wrapper
- then patch application guidance
- maintained fork only if real demand justifies it
This repo should currently be read as:
- based on a real local working repair
- conservative about compatibility claims
- still under preparation before public release
- clean patch export into
patches/ - add installation/usage guide suitable for external readers
- review wording for public-readiness
- decide final publication shape (docs-only vs docs+skill vs hybrid)