Content
# xiaohongshu-mcp-skills
Agent Skills collection based on [xiaohongshu-mcp](https://github.com/xpzouying/xiaohongshu-mcp), providing complete automated operation capabilities for Xiaohongshu. Compatible with [Agent Skills Open Standard](https://agentskills.io), supports platforms such as OpenClaw and Claude Code.
## Features
| Skill | Description |
|---|---|
| **setup-xhs-mcp** | Install and deploy xiaohongshu-mcp service |
| **xhs-login** | Login management (scan code login, status check, re-login) |
| **post-to-xhs** | Publish image/video notes |
| **xhs-search** | Search notes (supports multi-dimensional filtering) |
| **xhs-explore** | Browse the recommendation stream, view note details and comments |
| **xhs-interact** | Interactive operations (like, favorite, comment, reply) |
| **xhs-profile** | View user homepage and works |
| **xhs-content-plan** | Content planning (hot analysis, competitive product research, topic selection suggestions) |
## Prerequisites
- Installed and running [xiaohongshu-mcp](https://github.com/xpzouying/xiaohongshu-mcp) service
- If not installed, use the `setup-xhs-mcp` skill to guide completion
## Installation
### OpenClaw
Download this project to your local machine, unzip it to the SKILLS directory of OpenClaw, and restart the session to take effect.
### Claude Code
```bash
# Project level
cp -r skills/ .claude/skills/
# Or global level
cp -r skills/ ~/.claude/skills/
```
The root `SKILL.md` can be used as a unified entry point, or you can directly use each sub-skill.
## Usage Examples
```
# First use: Install MCP service and log in
/setup-xhs-mcp
/xhs-login
# Search and browse
/xhs-search 美食探店
/xhs-explore
# Publish content
/post-to-xhs
# Interact
/xhs-interact
```
## License
MIT
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)