rednote-skill
Installation
SKILL.md
Rednote Skill
This skill allows you to fully interact with the Xiaohongshu (Little Red Book) platform. You can search for posts by keyword and return results, extract content from specific notes to structured markdown format, and perform engagement actions like liking, commenting, collecting, following users, and more.
Configuration and Preparation
Requirements
- Python 3.7+
- Playwright (install with
pip install playwright) - Playwright drivers (install with
playwright install) - Configured browser environment
Always DO FIRST
Before using this skill, the system will verify your login status:
python scripts/validate_cookies.py
If the output is True, you have normal access and can proceed with search operations.