{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dragon-xiaohongshu",
    "name": "小红书发布",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/dragon015/dragon-xiaohongshu",
    "canonicalUrl": "https://clawhub.ai/dragon015/dragon-xiaohongshu",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dragon-xiaohongshu",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dragon-xiaohongshu",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "cover.html",
      "publish_ai_survey.js",
      "publish_minimax.js",
      "publish_post.js",
      "references/config.md",
      "scripts/publish.js"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/dragon-xiaohongshu"
    },
    "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/dragon-xiaohongshu",
    "agentPageUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/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": "小红书自动发布 Skill",
        "body": "自动化发布内容到小红书平台，支持图文发布、登录管理和批量操作。"
      },
      {
        "title": "功能特性",
        "body": "✅ 自动发布图文内容到小红书\n✅ 检查登录状态\n✅ 自动获取登录二维码\n✅ 支持自定义标题、内容、图片和标签\n✅ 支持 HTTP MCP 服务端模式"
      },
      {
        "title": "前置要求",
        "body": "小红书 MCP 服务端\n\n文件：xiaohongshu-mcp-windows-amd64.exe\n端口：18060\n启动方式：运行 exe 文件\n\n\n\nmcporter CLI\nnpm install -g mcporter\n\n\n\n已登录小红书账号\n\n首次使用需要先扫码登录"
      },
      {
        "title": "1. 启动 MCP 服务端",
        "body": "# 在 xiaohongshu-mcp 目录下运行\n.\\xiaohongshu-mcp-windows-amd64.exe"
      },
      {
        "title": "2. 检查登录状态",
        "body": "node scripts/publish.js --check"
      },
      {
        "title": "3. 发布内容",
        "body": "# 使用默认配置\nnode scripts/publish.js\n\n# 自定义内容\nnode scripts/publish.js \\\n  --title \"我的标题\" \\\n  --content \"正文内容...\" \\\n  --image \"C:\\\\path\\\\to\\\\image.png\" \\\n  --tags \"tag1,tag2,tag3\""
      },
      {
        "title": "mcporter 配置",
        "body": "配置文件：~/.mcporter/mcporter.json\n\n{\n  \"mcpServers\": {\n    \"xiaohongshu\": {\n      \"url\": \"http://localhost:18060/mcp\"\n    }\n  }\n}"
      },
      {
        "title": "发布参数",
        "body": "参数类型必填说明titlestring是标题（最多20字）contentstring是正文内容（最多1000字）imagesarray是图片路径数组tagsarray否标签数组"
      },
      {
        "title": "示例 1：发布产品推广",
        "body": "const publish = require('./scripts/publish');\n\nawait publish({\n  title: '新品推荐！超好用',\n  content: '今天给大家推荐一款超好用的产品...',\n  images: ['C:\\\\product.jpg'],\n  tags: ['好物推荐', '新品', '种草']\n});"
      },
      {
        "title": "示例 2：发布生活分享",
        "body": "node scripts/publish.js \\\n  --title \"今天的心情日记\" \\\n  --content \"今天天气真好，出去散步...\" \\\n  --image \"C:\\\\photos\\\\today.jpg\" \\\n  --tags \"生活,日常,心情\""
      },
      {
        "title": "注意事项",
        "body": "登录状态：发布前必须已登录小红书\n图片格式：支持 jpg、png 格式\n内容限制：\n\n标题最多 20 个中文字\n正文最多 1000 字\n图片最多 9 张\n\n\n频率限制：小红书有每日发帖限制（约50篇）"
      },
      {
        "title": "问题：MCP 连接失败",
        "body": "解决：\n\n检查 MCP 服务端是否运行\n检查端口 18060 是否被占用\n重启 MCP 服务端"
      },
      {
        "title": "问题：未登录",
        "body": "解决：\n\n运行 node scripts/publish.js --check 检查状态\n使用登录工具扫码登录\n或运行 node scripts/login.js 获取二维码"
      },
      {
        "title": "问题：发布失败",
        "body": "解决：\n\n检查图片路径是否正确\n检查内容是否超过字数限制\n查看 MCP 服务端日志"
      },
      {
        "title": "参考资料",
        "body": "小红书 MCP 项目\nmcporter 文档\n详细配置见 references/config.md"
      }
    ],
    "body": "小红书自动发布 Skill\n\n自动化发布内容到小红书平台，支持图文发布、登录管理和批量操作。\n\n功能特性\n✅ 自动发布图文内容到小红书\n✅ 检查登录状态\n✅ 自动获取登录二维码\n✅ 支持自定义标题、内容、图片和标签\n✅ 支持 HTTP MCP 服务端模式\n前置要求\n\n小红书 MCP 服务端\n\n文件：xiaohongshu-mcp-windows-amd64.exe\n端口：18060\n启动方式：运行 exe 文件\n\nmcporter CLI\n\nnpm install -g mcporter\n\n\n已登录小红书账号\n\n首次使用需要先扫码登录\n快速开始\n1. 启动 MCP 服务端\n# 在 xiaohongshu-mcp 目录下运行\n.\\xiaohongshu-mcp-windows-amd64.exe\n\n2. 检查登录状态\nnode scripts/publish.js --check\n\n3. 发布内容\n# 使用默认配置\nnode scripts/publish.js\n\n# 自定义内容\nnode scripts/publish.js \\\n  --title \"我的标题\" \\\n  --content \"正文内容...\" \\\n  --image \"C:\\\\path\\\\to\\\\image.png\" \\\n  --tags \"tag1,tag2,tag3\"\n\n配置说明\nmcporter 配置\n\n配置文件：~/.mcporter/mcporter.json\n\n{\n  \"mcpServers\": {\n    \"xiaohongshu\": {\n      \"url\": \"http://localhost:18060/mcp\"\n    }\n  }\n}\n\n发布参数\n参数\t类型\t必填\t说明\ntitle\tstring\t是\t标题（最多20字）\ncontent\tstring\t是\t正文内容（最多1000字）\nimages\tarray\t是\t图片路径数组\ntags\tarray\t否\t标签数组\n使用示例\n示例 1：发布产品推广\nconst publish = require('./scripts/publish');\n\nawait publish({\n  title: '新品推荐！超好用',\n  content: '今天给大家推荐一款超好用的产品...',\n  images: ['C:\\\\product.jpg'],\n  tags: ['好物推荐', '新品', '种草']\n});\n\n示例 2：发布生活分享\nnode scripts/publish.js \\\n  --title \"今天的心情日记\" \\\n  --content \"今天天气真好，出去散步...\" \\\n  --image \"C:\\\\photos\\\\today.jpg\" \\\n  --tags \"生活,日常,心情\"\n\n注意事项\n登录状态：发布前必须已登录小红书\n图片格式：支持 jpg、png 格式\n内容限制：\n标题最多 20 个中文字\n正文最多 1000 字\n图片最多 9 张\n频率限制：小红书有每日发帖限制（约50篇）\n故障排除\n问题：MCP 连接失败\n\n解决：\n\n检查 MCP 服务端是否运行\n检查端口 18060 是否被占用\n重启 MCP 服务端\n问题：未登录\n\n解决：\n\n运行 node scripts/publish.js --check 检查状态\n使用登录工具扫码登录\n或运行 node scripts/login.js 获取二维码\n问题：发布失败\n\n解决：\n\n检查图片路径是否正确\n检查内容是否超过字数限制\n查看 MCP 服务端日志\n参考资料\n小红书 MCP 项目\nmcporter 文档\n详细配置见 references/config.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dragon015/dragon-xiaohongshu",
    "publisherUrl": "https://clawhub.ai/dragon015/dragon-xiaohongshu",
    "owner": "dragon015",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu",
    "downloadUrl": "https://openagent3.xyz/downloads/dragon-xiaohongshu",
    "agentUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dragon-xiaohongshu/agent.md"
  }
}