xueqiu

Scrape Xueqiu user posts and articles into split text files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/robinlllll/claude-code-skills --skill xueqiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xueqiu
Source: https://github.com/robinlllll/claude-code-skills/tree/main/xueqiu
Command: npx skills add https://github.com/robinlllll/claude-code-skills --skill xueqiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scrapes all posts and articles from a Xueqiu user profile and outputs split text files suitable for NotebookLM.

Core Features & Use Cases

  • Scrape posts and articles from a Xueqiu user profile
  • Output split TXT files suitable for NotebookLM
  • Optional post-processing and Obsidian-ready frontmatter to enable organization and linking

Quick Start

Run the scraper against a Xueqiu user URL to generate NotebookLM-friendly outputs.

Frequently Asked Questions about xueqiu

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

FAQPage Schema
How do I scrape posts from a Xueqiu user profile for NotebookLM?

Scraping Xueqiu posts for NotebookLM requires providing a user URL or UID to the scraper. It extracts all posts and articles, then outputs split text files specifically formatted for NotebookLM ingestion.

Do I need Python to extract Xueqiu articles and export them as text files?

Yes, extracting Xueqiu articles requires Python. You must install dependencies from a requirements file and run a setup script to store cookies, ensuring reliable authenticated access during the web scraping process.

Does the Xueqiu scraper support exporting data with Obsidian frontmatter?

Yes, the Xueqiu scraper supports optional post-processing that adds Obsidian-ready frontmatter. This enables better organization and linking of the extracted text files within your personal knowledge base.

Can I scrape Xueqiu content by UID instead of a full profile URL?

Yes, you can scrape Xueqiu content by providing either the full user profile URL or the numeric UID. Both methods trigger the scraper to authenticate via stored cookies and extract the user's posts.

Why does web scraping Xueqiu require a setup script for cookies?

Scraping Xueqiu requires a setup script for cookies to enable authenticated access. Xueqiu restricts content visibility for unauthenticated users, so storing session cookies ensures the scraper reliably retrieves all posts.

What is the best way to organize scraped Xueqiu posts for NotebookLM ingestion?

The best way to prepare scraped Xueqiu posts for NotebookLM is using the scraper's built-in split text file output. It optionally includes Obsidian-ready frontmatter to enable organization and linking before ingestion.