name: xiaohongshu-browser-research description: Use Xiaohongshu tooling to inspect note search, comments, and topic heat around consumer brands, product sentiment, lifestyle demand signals, and retail attention. metadata: {"marketbot":{"emoji":"📕","triggers":["xiaohongshu","小红书","rednote","note heat","consumer sentiment"],"output":"xiaohongshu-browser-research-report","risk":"medium","freshness":"live","tools":["xiaohongshu_cli","browser_site"],"required_tools":["xiaohongshu_cli"],"alternative_required_tools":["browser_site"],"markets":["a-share","hong-kong","global","mixed"],"asset_classes":["equity","etf","commodity"],"task_type":"browser-research","determinism":"tool-backed","priority":82}}
Xiaohongshu Browser Research
Use this skill when the user needs consumer-facing or lifestyle-platform attention signals that do not show up in market news or traditional social APIs.
Workflow
- Prefer
xiaohongshu_cliwhen available.- for brand heat or sentiment requests, start with exactly one search:
xiaohongshu_cli(operation="search", keyword="lululemon", sort="popular") - if freshness matters, follow with at most one more search:
xiaohongshu_cli(operation="search", keyword="lululemon", sort="latest") - hot board:
xiaohongshu_cli(operation="hot", category="fashion")only when the user explicitly asks for broader category heat - note detail:
xiaohongshu_cli(operation="read", target="<note-url-or-id>") - comments:
xiaohongshu_cli(operation="comments", target="<note-url-or-id>", fetch_all=true)
- for brand heat or sentiment requests, start with exactly one search:
- If
xiaohongshu_cliis unavailable, usebrowser_sitewith Xiaohongshu adapters that exist in the runtime catalog. Prefer exact adapters such as:xiaohongshu/searchxiaohongshu/hot
- Read references/adapter-examples.md when you need concrete adapter call patterns or fallback behavior.
- Extract:
- product or brand heat
- recurring user narratives
- demand or preference signals
- Pair with
social-signal-browserwhen retail attention is part of the thesis.
Rules
- Prefer
xiaohongshu_clioverbrowser_sitefor Xiaohongshu note search, note reads, and comments because it exposes richer structured output. - For default brand-analysis requests, do not call
statusfirst. Only callstatusafter a priorxiaohongshu_clicall reports an authentication or access failure. - Do not call
topicsunless the user explicitly asks for topic trend discovery or related-query mining. - For ordinary heat/sentiment analysis, stop after
search(popular)orsearch(popular) + search(latest). Synthesize from those results instead of continuing to probe. - If
xiaohongshu_clireturns structuredok: truedata, stop there and synthesize the answer from that data. Do not switch toexec,browser_site, or ad hoc file inspection for the same request. - Use
browser_siteonly whenxiaohongshu_cliis unavailable or returns an actual access failure for the requested read path. - Do not inspect
~/.xiaohongshu*files withexec; rely onxiaohongshu_clioutput instead. - Do not invent undocumented
xiaohongshu/*adapters. If the runtime catalog does not expose the adapter you need, say so and continue with the closest listed adapter. - Treat Xiaohongshu as consumer-attention context, not direct proof of revenue or sell-through.
- Separate brand buzz from transaction data.