xhs-search
Original:🇨🇳 Chinese
Translated
Search Xiaohongshu notes, supporting keyword search and multi-dimensional filtering (sorting, content type, time range, location, etc.). Use this when users want to search or find content on Xiaohongshu — including scenarios like searching for notes, finding guides, checking if certain content exists on Xiaohongshu, searching, looking up, etc.
6installs
Added on
NPX Install
npx skill4agent add autoclaw-cc/xiaohongshu-mcp-skills xhs-searchTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Execution Flow
1. Confirm Search Criteria
Extract from user input:
- (required) — Search keyword
keyword - (optional) — Filter conditions
filters
2. Call the Search
Call :
search_feeds- (string, required)
keyword - (object, optional):
filters- : Comprehensive | Latest | Most Likes | Most Comments | Most Collected
sort_by - : All | Video | Image-Text
note_type - : All | Within a day | Within a week | Within half a year
publish_time - : All | Viewed | Unviewed | Followed
search_scope - : All | Same City | Nearby
location
3. Display Results
Organize search results into a list for display, each entry includes:
- Title, Author
- Like count, Comment count, Collection count
- and
feed_id(required for subsequent operations)xsec_token
Tell users they can:
- View details of a specific note (use xhs-explore)
- Interact with notes (use xhs-interact)
Failure Handling
| Scenario | Handling |
|---|---|
| Not logged in | Guide users to log in using xhs-login |
| No search results | Suggest adjusting keywords or filter conditions |