xhs-copy-v1

Convert Xiaohongshu share links into ZIP packages with extracted content and images.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zwmopen/skills --skill xhs-copy-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xhs-copy-v1
Source: https://github.com/zwmopen/skills/tree/main/xhs-copy-v1
Command: npx skills add https://github.com/zwmopen/skills --skill xhs-copy-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Xiaohongshu content replication often requires manual extraction, media gathering, and packaging. This skill automates turning a shareable link into a publish-ready Xiaohongshu finished package, handling content extraction, image retrieval, OCR processing, and clean ZIP packaging for delivery.

Core Features & Use Cases

  • Automated content extraction from shared links (title, text, topics) and structured metadata
  • Image fetch with OCR-assisted content assembly to preserve key visuals
  • Deterministic ZIP packaging with a consistent directory structure for delivery
  • End-to-end workflow suitable for single-link or batch-link replication

Quick Start

Run the workflow on a target link to automatically fetch content, extract text and images with OCR, and produce a ready-to-deliver ZIP package.

Frequently Asked Questions about xhs-copy-v1

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

FAQPage Schema
How do I automatically extract images and text from a Xiaohongshu link for content replication?

To extract Xiaohongshu content for replication, this skill automates fetching shared links to retrieve titles, text, topics, and images. It applies OCR processing to assemble key visuals and packages everything into a structured format ready for posting.

Can I batch process multiple Xiaohongshu shared links into ZIP packages?

Yes, you can batch process Xiaohongshu shared links into ZIP packages. The workflow supports both single-link and batch-link replication, applying a deterministic sequence of content extraction, image download, and ZIP packaging for delivery.

What is included in the Xiaohongshu finished content package ZIP output?

The Xiaohongshu finished package ZIP output includes extracted structured metadata, post titles, text content, topics, and downloaded images. It applies OCR-assisted content assembly to preserve key visuals within a consistent directory structure.

Do I need network access and OCR capabilities to use web scraping for Xiaohongshu content packaging?

Yes, network access and OCR capabilities are required for Xiaohongshu content packaging. The deterministic extraction sequence fetches data online, uses OCR for image text recognition, and processes media before packaging the final clean ZIP file.

Does this content packaging skill require any specific Python dependencies to run?

This content packaging skill requires the Python requests library to function. It uses requests for network access during the web scraping phase to fetch shared links and download images before applying OCR and ZIP packaging.

What is the best way to automate Xiaohongshu content extraction and clean ZIP packaging?

The best way to automate Xiaohongshu content extraction and clean ZIP packaging is using a deterministic workflow that handles link parsing, media downloading, and OCR processing. This avoids manual media gathering and ensures a consistent directory structure for delivery.