Install
openclaw skills install xhs-research-dailyCollect Xiaohongshu posts/comments for a research topic, synthesize a daily roundup, and optionally publish it back to Xiaohongshu. Use when building or running automated Xiaohongshu research digests, migrating the workflow to another OpenClaw deployment, adding new research topics, or publishing topic-based daily posts such as diffusion llm, agent memory, llm safety, or test-time scaling.
openclaw skills install xhs-research-dailyUse the bundled scripts to run a topic-based Xiaohongshu roundup pipeline.
mcporter is installed and configured with a reachable xiaohongshu-mcp service.config/topics.json to add or tune topics.scripts/run_daily.py --topic <topic> --dry-run first.data/<topic>/<date>/processed/post_draft.json.scripts/run_daily.py --topic <topic> --publish when the draft looks good.Add a topic entry in config/topics.json with:
display_namekeywordsmax_search_results_per_keywordmax_posts_for_detailmax_comment_previewmax_digest_itemspost_title_prefixpost_hashtagsdefault_cover_imageKeep keyword lists short and intentional. More keywords means more login churn and more garbage.
For another OpenClaw deployment:
mcporter and configure xiaohongshu-mcp there.MCPORTER_CONFIG_PATH if the config file is not in the default location.scripts/run_daily.py commands.references/operations.md when you need deployment, migration, and scheduling details.