A high-performance script to scrape metadata, user info, and video details from Xiaohongshu share or discovery URLs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xiaohongshu-extract
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install xiaohongshu-extract using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Xiaohongshu Extract is a specialized data extraction utility designed to parse the internal state of Xiaohongshu (XHS) web pages. By targeting the window object on public URLs, it retrieves structured data including titles, descriptions, user profiles, and engagement metrics. This skill is an essential component of the Openclaw Skills library for developers and researchers needing reliable access to XHS content without manual copying.
To use this tool within your Openclaw Skills environment, ensure Python is installed and run the following commands:
# Run the extractor and print formatted JSON
python scripts/xiaohongshu_extract.py "<xhs_url>" --pretty
# Save the output to a specific JSON file
python scripts/xiaohongshu_extract.py "<xhs_url>" --output data.json
The skill produces a detailed JSON object. Key data points include:
| Field | Description |
|---|---|
note_id |
Unique identifier for the extracted note. |
user |
Nested object containing nickname, user_id, and avatar. |
interact |
Engagement metrics including likes, comments, and shares. |
video |
Video-specific details like duration, FPS, and stream URL. |
flat |
A flattened record with ISO timestamps for easy database ingestion. |
Loading
A specialized directory for discovering and searching crypto-native, x402-enabled API services designed for autonomous agents.

A comprehensive toolset for managing Microsoft Outlook and Hotmail email and calendar services through the Microsoft Graph API.

A versatile speech-to-text utility that leverages OpenAI Whisper to transcribe audio and video files into multiple subtitle and text formats.

A unified notification script that sends alerts across multiple platforms like Telegram, ntfy, and SMTP through a single interface.

An official Farcaster skill for autonomous identity registration, profile management, and message posting on the decentralized social network.

A professional-grade Ethereum development tutor and builder designed for creating secure smart contracts and DeFi protocols using Scaffold-ETH 2.








































