{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xiaohongshu-mcp",
    "name": "Xiaohongshu (小红书) Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Borye/xiaohongshu-mcp",
    "canonicalUrl": "https://clawhub.ai/Borye/xiaohongshu-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xiaohongshu-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xiaohongshu-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/xhs_client.py",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/xiaohongshu-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Xiaohongshu MCP Skill (with Python Client)",
        "body": "Automate content operations on Xiaohongshu (小红书) using a bundled Python script that interacts with the xpzouying/xiaohongshu-mcp server (8.4k+ stars).\n\nProject: xpzouying/xiaohongshu-mcp"
      },
      {
        "title": "1. Local Server Setup",
        "body": "This skill requires the xiaohongshu-mcp server to be running on your local machine."
      },
      {
        "title": "Step 1: Download Binaries",
        "body": "Download the appropriate binaries for your system from the GitHub Releases page.\n\nPlatformMCP ServerLogin ToolmacOS (Apple Silicon)xiaohongshu-mcp-darwin-arm64xiaohongshu-login-darwin-arm64macOS (Intel)xiaohongshu-mcp-darwin-amd64xiaohongshu-login-darwin-amd64Windowsxiaohongshu-mcp-windows-amd64.exexiaohongshu-login-windows-amd64.exeLinuxxiaohongshu-mcp-linux-amd64xiaohongshu-login-linux-amd64\n\nGrant execute permission to the downloaded files:\n\nchmod +x xiaohongshu-mcp-darwin-arm64 xiaohongshu-login-darwin-arm64"
      },
      {
        "title": "Step 2: Login (First Time Only)",
        "body": "Run the login tool. It will open a browser window with a QR code. Scan it with your Xiaohongshu mobile app.\n\n./xiaohongshu-login-darwin-arm64\n\nImportant: Do not log into the same Xiaohongshu account on any other web browser, as this will invalidate the server's session."
      },
      {
        "title": "Step 3: Start the MCP Server",
        "body": "Run the MCP server in a separate terminal window. It will run in the background.\n\n# Run in headless mode (recommended)\n./xiaohongshu-mcp-darwin-arm64\n\n# Or, run with a visible browser for debugging\n./xiaohongshu-mcp-darwin-arm64 -headless=false\n\nThe server will be available at http://localhost:18060."
      },
      {
        "title": "2. Using the Skill",
        "body": "This skill includes a Python client (scripts/xhs_client.py) to interact with the local server. You can use it directly from the shell."
      },
      {
        "title": "Available Commands",
        "body": "CommandDescriptionExamplestatusCheck login statuspython scripts/xhs_client.py statussearch <keyword>Search for notespython scripts/xhs_client.py search \"咖啡\"detail <id> <token>Get note detailspython scripts/xhs_client.py detail \"note_id\" \"xsec_token\"feedsGet recommended feedpython scripts/xhs_client.py feedspublish <title> <content> <images>Publish a notepython scripts/xhs_client.py publish \"Title\" \"Content\" \"url1,url2\""
      },
      {
        "title": "Example Workflow: Market Research",
        "body": "Check Status: First, ensure the server is running and you are logged in.\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py status\n\n\n\nSearch for a Keyword: Find notes related to your research topic. The output will include the feed_id and xsec_token needed for the next step.\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py search \"户外电源\"\n\n\n\nGet Note Details: Use the feed_id and xsec_token from the search results to get the full content and comments of a specific note.\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py detail \"64f1a2b3c4d5e6f7a8b9c0d1\" \"security_token_here\"\n\n\n\nAnalyze: Review the note's content, comments, and engagement data to gather insights."
      }
    ],
    "body": "Xiaohongshu MCP Skill (with Python Client)\n\nAutomate content operations on Xiaohongshu (小红书) using a bundled Python script that interacts with the xpzouying/xiaohongshu-mcp server (8.4k+ stars).\n\nProject: xpzouying/xiaohongshu-mcp\n\n1. Local Server Setup\n\nThis skill requires the xiaohongshu-mcp server to be running on your local machine.\n\nStep 1: Download Binaries\n\nDownload the appropriate binaries for your system from the GitHub Releases page.\n\nPlatform\tMCP Server\tLogin Tool\nmacOS (Apple Silicon)\txiaohongshu-mcp-darwin-arm64\txiaohongshu-login-darwin-arm64\nmacOS (Intel)\txiaohongshu-mcp-darwin-amd64\txiaohongshu-login-darwin-amd64\nWindows\txiaohongshu-mcp-windows-amd64.exe\txiaohongshu-login-windows-amd64.exe\nLinux\txiaohongshu-mcp-linux-amd64\txiaohongshu-login-linux-amd64\n\nGrant execute permission to the downloaded files:\n\nchmod +x xiaohongshu-mcp-darwin-arm64 xiaohongshu-login-darwin-arm64\n\nStep 2: Login (First Time Only)\n\nRun the login tool. It will open a browser window with a QR code. Scan it with your Xiaohongshu mobile app.\n\n./xiaohongshu-login-darwin-arm64\n\n\nImportant: Do not log into the same Xiaohongshu account on any other web browser, as this will invalidate the server's session.\n\nStep 3: Start the MCP Server\n\nRun the MCP server in a separate terminal window. It will run in the background.\n\n# Run in headless mode (recommended)\n./xiaohongshu-mcp-darwin-arm64\n\n# Or, run with a visible browser for debugging\n./xiaohongshu-mcp-darwin-arm64 -headless=false\n\n\nThe server will be available at http://localhost:18060.\n\n2. Using the Skill\n\nThis skill includes a Python client (scripts/xhs_client.py) to interact with the local server. You can use it directly from the shell.\n\nAvailable Commands\nCommand\tDescription\tExample\nstatus\tCheck login status\tpython scripts/xhs_client.py status\nsearch <keyword>\tSearch for notes\tpython scripts/xhs_client.py search \"咖啡\"\ndetail <id> <token>\tGet note details\tpython scripts/xhs_client.py detail \"note_id\" \"xsec_token\"\nfeeds\tGet recommended feed\tpython scripts/xhs_client.py feeds\npublish <title> <content> <images>\tPublish a note\tpython scripts/xhs_client.py publish \"Title\" \"Content\" \"url1,url2\"\nExample Workflow: Market Research\n\nCheck Status: First, ensure the server is running and you are logged in.\n\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py status\n\n\nSearch for a Keyword: Find notes related to your research topic. The output will include the feed_id and xsec_token needed for the next step.\n\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py search \"户外电源\"\n\n\nGet Note Details: Use the feed_id and xsec_token from the search results to get the full content and comments of a specific note.\n\npython ~/clawd/skills/xiaohongshu-mcp/scripts/xhs_client.py detail \"64f1a2b3c4d5e6f7a8b9c0d1\" \"security_token_here\"\n\n\nAnalyze: Review the note's content, comments, and engagement data to gather insights."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Borye/xiaohongshu-mcp",
    "publisherUrl": "https://clawhub.ai/Borye/xiaohongshu-mcp",
    "owner": "Borye",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/xiaohongshu-mcp",
    "agentUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xiaohongshu-mcp/agent.md"
  }
}