search-feeds-skill

Search Xiaohongshu feeds by keyword with optional filters via HTTP JSON-RPC MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you quickly find relevant Xiaohongshu posts by searching for a keyword and narrowing results with practical filters instead of browsing manually.

Core Features & Use Cases

  • Keyword-based feed search: Retrieve matching Xiaohongshu content using a keyword as the primary query (e.g., "美食").
  • Result filtering: Apply optional constraints such as sort order (综合/最新/最多点赞等), note type (视频/图文), publish time window, audience scope (已看过/未看过/已关注), and location (同城/附近).
  • API-driven, structured output: Calls the xiaohongshu-mcp HTTP API and returns parsed search results for downstream use like summarization or trend tracking.

Example use case: you want recent 图文 posts about a specific topic and sorted by the highest likes so you can quickly scan what’s trending.

Quick Start

Ask your assistant to run the search-feeds-skill with keyword and optional filters, then return the resulting feed items for review.

Frequently Asked Questions about search-feeds-skill

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

FAQPage Schema
How do I search Xiaohongshu feeds by keyword to find relevant posts?

To search Xiaohongshu feeds by keyword, you can use a tool that calls the xiaohongshu-mcp HTTP API. It retrieves matching posts based on your keyword query, returning structured JSON content for quick review without manual browsing.

Can I filter Xiaohongshu content discovery results by post type and engagement?

You can filter Xiaohongshu content discovery results by note type like video or image-text, and sort by engagement such as most likes. Additional filters include publish time window, audience scope, and location to narrow down feed items.

What is the best way to monitor competitor trends on Xiaohongshu?

The best way to monitor competitor trends on Xiaohongshu is running an automated keyword search via an HTTP JSON-RPC endpoint. This retrieves and parses relevant feed items sorted by publish time or engagement for trend tracking.

Does searching Xiaohongshu feeds require a specific HTTP JSON-RPC MCP endpoint?

Searching Xiaohongshu feeds requires invoking an HTTP JSON-RPC MCP endpoint using tools/call. You must provide a keyword parameter and can include optional filter fields to receive parsed JSON search results.

How do I retrieve Xiaohongshu posts sorted by the most likes from a specific time window?

You retrieve Xiaohongshu posts sorted by most likes by invoking the HTTP API with your keyword and setting the sort filter to maximum likes. You also specify the publish time window to constrain the returned JSON feed items.