# Send xiaohongshu-mcp-skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xiaohongshu-mcp-skill",
    "name": "xiaohongshu-mcp-skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/PalmPalm7/xiaohongshu-mcp-skill",
    "canonicalUrl": "https://clawhub.ai/PalmPalm7/xiaohongshu-mcp-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/xiaohongshu-mcp-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xiaohongshu-mcp-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/deploy.md",
      "references/usage.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/xiaohongshu-mcp-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/xiaohongshu-mcp-skill",
    "agentUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent.md"
  }
}
```
## Documentation

### xiaohongshu-mcp

小红书 MCP 服务操作。

### 快速开始

检查服务状态
curl -s -X POST http://localhost:18060/mcp \\
  -H "Content-Type: application/json" \\
  -d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}'



服务未运行时启动
cd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp
nohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &

### 可用工具

工具说明check_login_status检查登录状态get_login_qrcode获取登录二维码list_feeds首页推荐search_feeds搜索内容get_feed_detail笔记详情user_profile用户主页publish_content发布图文publish_with_video发布视频post_comment_to_feed发表评论reply_comment_in_feed回复评论like_feed点赞favorite_feed收藏delete_cookies重置登录

### 内容限制

标题 ≤20 字
正文 ≤1000 字
每日 ≤50 篇
图文流量优于视频

### References

首次部署: references/deploy.md — 下载、登录、启动服务
使用指南: references/usage.md — 工具详解、工作流、运营知识

### Credits

Based on xpzouying/xiaohongshu-mcp by @xpzouying
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PalmPalm7
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/xiaohongshu-mcp-skill)
- [Send to Agent page](https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/xiaohongshu-mcp-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/xiaohongshu-mcp-skill)