{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xiaohongshu-mcp-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xiaohongshu-mcp-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/deploy.md",
      "references/usage.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-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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/xiaohongshu-mcp-skill",
    "agentPageUrl": "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"
  },
  "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",
        "body": "小红书 MCP 服务操作。"
      },
      {
        "title": "快速开始",
        "body": "检查服务状态\ncurl -s -X POST http://localhost:18060/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"method\":\"initialize\",\"params\":{},\"id\":1}'\n\n\n\n服务未运行时启动\ncd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp\nnohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &"
      },
      {
        "title": "可用工具",
        "body": "工具说明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重置登录"
      },
      {
        "title": "内容限制",
        "body": "标题 ≤20 字\n正文 ≤1000 字\n每日 ≤50 篇\n图文流量优于视频"
      },
      {
        "title": "References",
        "body": "首次部署: references/deploy.md — 下载、登录、启动服务\n使用指南: references/usage.md — 工具详解、工作流、运营知识"
      },
      {
        "title": "Credits",
        "body": "Based on xpzouying/xiaohongshu-mcp by @xpzouying"
      }
    ],
    "body": "xiaohongshu-mcp\n\n小红书 MCP 服务操作。\n\n快速开始\n\n检查服务状态\n\ncurl -s -X POST http://localhost:18060/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"method\":\"initialize\",\"params\":{},\"id\":1}'\n\n\n服务未运行时启动\n\ncd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp\nnohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &\n\n可用工具\n工具\t说明\ncheck_login_status\t检查登录状态\nget_login_qrcode\t获取登录二维码\nlist_feeds\t首页推荐\nsearch_feeds\t搜索内容\nget_feed_detail\t笔记详情\nuser_profile\t用户主页\npublish_content\t发布图文\npublish_with_video\t发布视频\npost_comment_to_feed\t发表评论\nreply_comment_in_feed\t回复评论\nlike_feed\t点赞\nfavorite_feed\t收藏\ndelete_cookies\t重置登录\n内容限制\n标题 ≤20 字\n正文 ≤1000 字\n每日 ≤50 篇\n图文流量优于视频\nReferences\n首次部署: references/deploy.md — 下载、登录、启动服务\n使用指南: references/usage.md — 工具详解、工作流、运营知识\nCredits\n\nBased on xpzouying/xiaohongshu-mcp by @xpzouying"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/PalmPalm7/xiaohongshu-mcp-skill",
    "publisherUrl": "https://clawhub.ai/PalmPalm7/xiaohongshu-mcp-skill",
    "owner": "PalmPalm7",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}