# Send 小红书 Mac Controller 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xhs-mac-mcp",
    "name": "小红书 Mac Controller",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/huangrh99/xhs-mac-mcp",
    "canonicalUrl": "https://clawhub.ai/huangrh99/xhs-mac-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/xhs-mac-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xhs-mac-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docs/ref-dm.md",
      "docs/ref-feed.md",
      "docs/ref-limits.md",
      "docs/ref-navigation.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/xhs-mac-mcp"
    },
    "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/xhs-mac-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/xhs-mac-mcp",
    "agentUrl": "https://openagent3.xyz/skills/xhs-mac-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xhs-mac-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xhs-mac-mcp/agent.md"
  }
}
```
## Documentation

### xhs-mac-mcp

通过 OpenClaw Plugin 调用，20 个 xhs_* tools 已注册，直接 call 即可。

### 安装

cd ~/.agents/skills/xhs-mac-mcp && bash install.sh
openclaw config set tools.allow '["xhs-mac"]'
openclaw gateway restart

⚠️ 系统设置 → 隐私与安全 → 辅助功能 → 开启 Terminal

### 按需读取的参考文件

需要做什么读哪个文件导航、截图、搜索docs/ref-navigation.md浏览 Feed、打开笔记docs/ref-feed.md点赞、收藏、评论、回复、删除docs/ref-note.md私信（发送/打开对话）docs/ref-dm.md主页数据（关注/粉丝/bio）docs/ref-profile.md图文帖限制 / 注意事项docs/ref-limits.md

### 快速参考

xhs_screenshot          截图
xhs_navigate            切底部Tab (home/messages/profile)
xhs_navigate_top        切顶部Tab (follow/discover/video)
xhs_back                返回
xhs_search              搜索
xhs_scroll_feed         滚动Feed
xhs_open_note           打开笔记(col,row)
xhs_like / xhs_collect  点赞 / 收藏
xhs_get_note_url        获取分享链接
xhs_follow_author       关注作者
xhs_open_comments       打开评论区
xhs_scroll_comments     滚动评论
xhs_get_comments        获取评论列表
xhs_post_comment        发评论
xhs_reply_to_comment    回复评论(index,text)
xhs_delete_comment      删评论(index) ⚠️不可逆
xhs_open_dm             打开私信(index)
xhs_send_dm             发私信(text)
xhs_get_author_stats    读主页数据
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: huangrh99
- Version: 1.1.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/xhs-mac-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/xhs-mac-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/xhs-mac-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/xhs-mac-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/xhs-mac-mcp)