Agent skill · Data & Analytics

xiaohongshu-note-detail

Fetch Xiaohongshu (RedNote / xhs) note detail and comments by note ID, returning title, description, author info, engagement stats, tags, and paginated comment list. Use when user mentions note detail xiaohongshu, get rednote post, xhs note content, xiaohongshu comment scrape, fetch post comments, scrape xhs comments, rednote note details, xiaohongshu post engagement, xiaohongshu note content, rednote post data, xhs post detail, get xiaohongshu comments, rednote comment list, xiaohongshu note metadata, xhs note scrape, fetch rednote note.

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill xiaohongshu-note-detail --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 8 KB
Bundled scripts: yes
Path: solutions/social-listening/xiaohongshu-note-detail/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Xiaohongshu — Note Detail & Comments > note_id + xsecToken → note metadata, author info, engagement stats, comment list ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Navigate to a Xiaohongshu note detail page and extract the full note metadata plus its paginated comment list. ## Prerequisites - Browser opened to `https://www.xiaohongshu.com/explore/{note_id}?xsec_token={xsecToken}&xsec_source=pc_search` - User is logged in (avatar or username visible in the left sidebar) ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Login Verification If login status for Xiaohongshu has been confirmed in the current session → skip this step. Otherwise: open `https://www.xiaohongshu.com` and observe the left sidebar: - User avatar or "Me" entry visible → logged in, continue execution - "Login" button visible → not logged in, inform the user that login is required, use `remote-assist` to let th

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. 2. Login Verification
  7. Capability Components
  8. DOM: extract note detail
  9. DOM: extract note comments
  10. Composite: get full note (detail + initial comments)
  11. Pagination
  12. Success Criteria
  13. Known Limitations
  14. Execution Efficiency
Ships with 2 files
  • scripts/extract-note-comments.py
  • scripts/extract-note-detail.py
More from skills
All skills →
About this skill
What does the xiaohongshu-note-detail skill do?

Fetch Xiaohongshu (RedNote / xhs) note detail and comments by note ID, returning title, description, author info, engagement stats, tags, and paginated comment list. Use when user mentions note detail xiaohongshu, get rednote post, xhs note content, xiaohongshu comment scrape, fetch post comments, scrape xhs comments, rednote note details, xiaohongshu post engagement, xiaohongshu note content, rednote post data, xhs post detail, get xiaohongshu comments, rednote comment list, xiaohongshu note metadata, xhs note scrape, fetch rednote note.

How do I install it?

Run `npx skills add browser-act/skills --skill xiaohongshu-note-detail --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going