# Search Feeds Skill

> Search Xiaohongshu content by keyword via HTTP API Use when this capability is needed.

- Skill: `tomevault-io/search-feeds-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/search-feeds-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/search-feeds-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/search-feeds-skill

---


# Search Feeds Skill

Search for content on Xiaohongshu using the xiaohongshu-mcp HTTP API.

## Parameters

This skill receives the following parameters:

- **keyword**: Search keyword (required)
- **filters**: Optional filters object
  - **sort_by**: 综合|最新|最多点赞|最多评论|最多收藏
  - **note_type**: 不限|视频|图文
  - **publish_time**: 不限|一天内|一周内|半年内
  - **search_scope**: 不限|已看过|未看过|已关注
  - **location**: 不限|同城|附近

## Execution

### Run the search script

```bash
node skills/search-feeds-skill/scripts/search-feeds.mjs
```

### Environment Variables

Pass parameters via environment variables:

```bash
export XIAOHONGSHU_KEYWORD="美食"
export XIAOHONGSHU_SORT_BY="最多点赞"
export XIAOHONGSHU_NOTE_TYPE="图文"
node skills/search-feeds-skill/scripts/search-feeds.mjs
```

### Return the result

After execution, return the search results to the caller.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ibreez3) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-12 -->

