Rednote Cli
Skill by darknoah
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/darknoah/rednote-cliWhat This Skill Does
The rednote skill acts as the command-line interface (CLI) bridge for interacting with Xiaohongshu (RED) data. It allows users to automate browser interactions, manage authentication states, search for content, and scrape detailed feed information directly from the terminal. By integrating directly with OpenClaw, it streamlines the process of managing browser instances, handling session data, and exporting feed metrics to machine-readable formats like JSON or Markdown.
Installation
To begin using the skill, ensure you have the OpenClaw environment configured. Install the skill via the command line:
clawhub install openclaw/skills/skills/darknoah/rednote-cli
For general usage without a full repo clone, you can use the package directly via npx:
npx -y @skills-store/rednote <command>
For power users who prefer a global tool, use npm or bun:
npm install -g @skills-store/rednote
bun add -g @skills-store/rednote
Use Cases
- Content Research: Quickly fetch and save search results for specific keywords to local storage for further analysis.
- Session Management: Maintain persistent login sessions using browser instances, allowing for long-running monitoring tasks without re-authenticating repeatedly.
- Data Extraction: Extract feed details from specific RED URLs into structured formats, making it easy to pipe data into downstream analytics tools or databases.
- Automated Monitoring: Regularly check the status of specific browser instances to ensure your scraping or engagement pipelines are still authenticated and operational.
Example Prompts
- "I need to search for '护肤' on RED using my seller-main instance and save the results as a JSON file."
- "How do I connect to my existing Chrome browser instance and verify if my account is still logged in?"
- "Please show me how to fetch the details of this specific note: https://www.xiaohongshu.com/explore/xxx."
Tips & Limitations
- Sequence Matters: Always run
envto check your setup first, then initialize your browser instance withbrowser connectbefore attempting any login or data retrieval tasks. - Browser Instances: Reusing browser instances via
--instanceis highly recommended to prevent detection and minimize login frequency. Ensure your--user-data-diris correctly configured if you use non-standard browser paths. - Output Formats: Use the
--format jsonflag whenever you intend to pipe output to other scripts or save the data for later processing. - Limitations: This tool relies on active browser sessions. If you encounter authentication issues, use the
logincommand to trigger the standard authentication flow manually within the connected browser window.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-darknoah-rednote-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
qwen3-audio
High-performance audio library for Apple Silicon with text-to-speech (TTS) and speech-to-text (STT).
free-resource
Search and retrieve royalty-free media from Pixabay (images/videos), Freesound (audio effects), and Jamendo (music/BGM). Use when the user needs to find stock photos, illustrations, vectors, videos, sound effects, or background music, download media, or query media libraries with filters.
qwen-audio
High-performance audio library with text-to-speech (TTS) and speech-to-text (STT).
redact
Privacy redaction toolkit for images, PDFs, Word documents, and PowerPoint presentations. Use when the user needs to redact, mask, or replace sensitive/private information in files. Triggers: - Redacting or masking sensitive text in images, PDFs, documents, or presentations - Replacing names, phone numbers, IDs, or other PII in files - Processing privacy compliance for documents before sharing - Anonymizing content in visual files Supported formats: png/jpg images, PDF, docx/doc, pptx/ppt