xiaohongshu-favorites

Fetch and inspect XiaoHongShu saved notes and boards with Playwright.

49|7|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/hc-tec/my-collection-skills --skill xiaohongshu-favorites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-favorites
Source: https://github.com/hc-tec/my-collection-skills/tree/main/skills/xiaohongshu-favorites
Command: npx skills add https://github.com/hc-tec/my-collection-skills --skill xiaohongshu-favorites

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, pycryptodome, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you easily access and manage your saved notes and collection boards on XiaoHongShu (XHS), allowing you to quickly review content or extract details for summarization.

Core Features & Use Cases

  • List Saved Notes: View all the notes you've saved.
  • List Saved Boards: Browse your created collection boards (收藏专辑/收藏夹).
  • Extract Note Details: Get the title, description, and other relevant information from individual notes.
  • Use Case: When you want to quickly see what notes you've saved recently or find the content of a specific saved note for summarization.

Quick Start

List your saved notes on XiaoHongShu, showing up to 50 items.

Frequently Asked Questions about xiaohongshu-favorites

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract details from my Xiaohongshu saved notes for summarization?

To extract details from Xiaohongshu saved notes for summarization, the Skill fetches your favorites, retrieves titles and descriptions, and handles xsec_token requirements to access individual note content programmatically.

What do I need to authenticate and access my XHS favorites via browser automation?

To access XHS favorites via browser automation, you need to authenticate using either CookieCloud or raw cookies, while Playwright handles the browser automation required to fetch and inspect your saved notes and boards.

Can I list both saved notes and collection boards on Xiaohongshu?

Yes, you can list both saved notes and collection boards on Xiaohongshu. The Skill fetches up to 50 saved items and browses your created collection albums to help you review or extract specific content.

Why does my Xiaohongshu content extraction fail with headless detection or expired cookies?

Xiaohongshu content extraction fails with headless detection or expired cookies because the platform's security mechanisms block automated access. The Skill provides troubleshooting to resolve these common authentication and browser automation issues.

Do I need an xsec_token to fetch note details from my XHS saved notes?

Yes, you need an xsec_token to fetch note details from XHS saved notes when the platform requires it for accessing specific content. The Skill handles these cases automatically during the extraction process.