search-feeds-skill

Searches Xiaohongshu feeds by keyword and optional filters via xiaohongshu-mcp API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of quickly locating relevant Xiaohongshu content without manually browsing and filtering feeds.

Core Features & Use Cases

  • Keyword search: Search Xiaohongshu feeds using a required keyword to find posts matching your topic (e.g., “美食”).
  • Flexible filters: Narrow results using sort_by, note_type (video or text+image), publish_time, search_scope, and location for targeted discovery.
  • API-driven results: Retrieves results via the xiaohongshu-mcp HTTP API and returns the structured search output.

Quick Start

Set XIAOHONGSHU_KEYWORD to your topic (and optionally XIAOHONGSHU_SORT_BY, XIAOHONGSHU_NOTE_TYPE, XIAOHONGSHU_PUBLISH_TIME, XIAOHONGSHU_SEARCH_SCOPE, XIAOHONGSHU_LOCATION), then run the search-feeds.mjs script to get matching feed results.

Frequently Asked Questions about search-feeds-skill

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

FAQPage Schema
How do I find Xiaohongshu posts by keyword?

You can search Xiaohongshu feeds by setting a required keyword variable and running the search script, which queries the xiaohongshu-mcp HTTP API to return matching post metadata for your topic.

Can I filter Xiaohongshu feed search results by publish time and location?

Yes, you can filter Xiaohongshu feed search results using optional parameters for sort order, note type, publish time window, search scope, and location to narrow down your content discovery.

Does Xiaohongshu feed search require a specific API endpoint to work?

Yes, this keyword search requires a reachable xiaohongshu-mcp endpoint. It uses an HTTP JSON-RPC call to the tools/call method with your keyword and optional filter fields to retrieve and parse feed results.

What is the best way to automate social media content discovery on Xiaohongshu?

Automating Xiaohongshu content discovery is best done by running a script that sends a keyword and optional filters to an HTTP API. This retrieves structured feed metadata, bypassing manual browsing and filtering.

How do I search for specific note types like video on Xiaohongshu?

To search for specific note types on Xiaohongshu, you set the note type filter variable to video or text and image. This constrains the keyword query to return only matching post formats in the output.

Why does my Xiaohongshu keyword search return no feed results?

Your Xiaohongshu keyword search may return no feed results if the xiaohongshu-mcp endpoint is not reachable. The script requires a valid HTTP JSON-RPC connection to successfully parse and output the search content.