list-feeds-skill

Retrieve Xiaohongshu homepage feeds via the xiaohongshu-mcp HTTP API.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/pcliu/xiaohongshu-skill --skill list-feeds-skill-pcliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-feeds-skill
Source: https://github.com/pcliu/xiaohongshu-skill/tree/main/skills/list-feeds-skill
Command: npx skills add https://github.com/pcliu/xiaohongshu-skill --skill list-feeds-skill-pcliu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of retrieving Xiaohongshu homepage feeds by providing an automated way to access feed lists through the connected HTTP API.

Core Features & Use Cases

  • Homepage Feed Retrieval: Fetches the latest feed list from Xiaohongshu through the xiaohongshu-mcp HTTP API.
  • API-Based Automation: Executes a predefined MCP tool call and returns structured feed data for further processing.
  • Use Case: Content managers and automation workflows can use this Skill to monitor homepage posts or collect feed information for analysis.

Quick Start

Ask the AI to use the list-feeds-skill to retrieve the latest Xiaohongshu homepage feeds.

Frequently Asked Questions about list-feeds-skill

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

FAQPage Schema
How do I retrieve Xiaohongshu homepage feeds automatically?

You can retrieve Xiaohongshu homepage feeds automatically by executing a Node.js script that calls a connected xiaohongshu-mcp HTTP API endpoint, returning structured feed data without manual effort.

Do I need a specific API endpoint to fetch Xiaohongshu feeds?

Yes, fetching Xiaohongshu feeds requires access to a running xiaohongshu-mcp HTTP API endpoint. The Skill executes a Node.js script that communicates with this endpoint to retrieve the feed list.

Can I use Xiaohongshu feed data for content monitoring workflows?

Yes, you can use the retrieved Xiaohongshu feed data for content monitoring workflows. The Skill collects homepage post data, allowing content managers to gather feed information for continuous analysis.

What is the best way to collect social media feeds from Xiaohongshu for analysis?

The best way to collect social media feeds from Xiaohongshu for analysis is using an API-based automation script that fetches the homepage feed list directly, returning structured data ready for downstream processing.

How does the automated Xiaohongshu feed collection process work?

Automated Xiaohongshu feed collection works by executing a provided Node.js script that triggers a predefined MCP tool call against a local HTTP API, instantly returning the latest homepage feed list.