{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xhs-video-finder",
    "name": "Xiaohongshu Video Finder",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/travislius/xhs-video-finder",
    "canonicalUrl": "https://clawhub.ai/travislius/xhs-video-finder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xhs-video-finder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xhs-video-finder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "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/xhs-video-finder"
    },
    "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/xhs-video-finder",
    "agentPageUrl": "https://openagent3.xyz/skills/xhs-video-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xhs-video-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xhs-video-finder/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": "xhs-video-finder",
        "body": "Find fresh, viral videos on Xiaohongshu (小红书 / RedNote) for repurposing to YouTube Shorts or other platforms. Uses browser automation to search, filter by type and publish date, and extract video URLs."
      },
      {
        "title": "When to Use",
        "body": "You need a fresh Xiaohongshu video to repurpose (e.g., for a YouTube Shorts cron)\nYou want to find trending content by niche (food, travel, crafts, etc.)\nYou need a URL with a valid xsec_token for downstream tools (creator.octodance.com, etc.)"
      },
      {
        "title": "1. Open Xiaohongshu in the Managed Browser",
        "body": "browser action=open profile=openclaw url=https://www.xiaohongshu.com\n\nWait for the page to fully load."
      },
      {
        "title": "2. Search for Content",
        "body": "Use the search bar with a niche keyword. Examples by channel:\n\nChinese food: 中国美食 家常菜 街头小吃 火锅\nTravel: 旅行 旅游攻略 小众景点 城市打卡\nCrafting/DIY: 手工DIY 手工制作 手工教程\nCuriosities: 冷知识 涨知识 神奇 你不知道的\n\nTake a snapshot, find the search input, and type your keyword."
      },
      {
        "title": "3. Apply Filters (Top-Right Corner)",
        "body": "After search results load, tap the filter icon (top-right — shows \"已筛选\" when active).\n\nSet these options in the filter panel:\n\nFilter (Chinese)SettingMeaning排序依据最新Sort: Newest first笔记类型视频Type: Videos only发布时间一周内Posted: Within 1 week搜索范围不限Scope: All\n\nTap 收起 to close the filter panel."
      },
      {
        "title": "4. Browse Results & Pick a Video",
        "body": "Look for:\n\n✅ 1,000+ likes (❤️ count shown under each card)\n✅ Under 6 minutes (check duration indicator on the thumbnail)\n✅ Clear, engaging visuals\n✅ No heavy watermarks blocking the subject\n❌ Skip static image posts (图文) — filter should exclude these already\n\nPost timestamps are shown as relative time: 2小时前 = 2 hours ago, 1天前 = 1 day ago."
      },
      {
        "title": "5. Open the Video & Get the URL",
        "body": "Click a video card to open it. Copy the full URL from the address bar:\n\nhttps://www.xiaohongshu.com/explore/VIDEO_ID?xsec_token=ABxxxxxx&xsec_source=pc_search\n\n⚠️ Always include the full URL with xsec_token — this token is required for video download tools. Tokens expire, so get a fresh URL each time."
      },
      {
        "title": "6. Alternative: Use the Share Link",
        "body": "If you prefer a cleaner URL:\n\nClick the Share button (分享) inside the video — bottom right\nThe share link is auto-copied to clipboard\nFormat: https://www.xiaohongshu.com/discovery/item/VIDEO_ID?source=webshare&xhsshare=...\n\nBoth formats work with creator.octodance.com / lazyai.octodance.com."
      },
      {
        "title": "Troubleshooting",
        "body": "ProblemFixJSON parse error in creator toolToken expired — get a fresh URL from XiaohongshuFilter not visibleScroll up to the top of search resultsNo videos shownCheck filter — make sure 笔记类型 = 视频, not 图文Video won't loadTry a different video; some have regional restrictionsSearch results are emptyTry a broader keyword or remove time filter"
      },
      {
        "title": "⚠️ Login Required",
        "body": "Xiaohongshu requires login to view search results in the browser. Before using this skill, make sure the managed browser is logged into XHS:\n\nOpen https://www.xiaohongshu.com in the managed browser\nIf a login modal appears, scan the QR code with the XHS mobile app (WeChat scan also works)\nOnce logged in, the session persists — you won't need to log in again unless it expires\n\nIf you can't log in via the managed browser: Use the XHS mobile app to find a video manually, copy the share link, and paste it directly into the creator tool."
      },
      {
        "title": "Notes",
        "body": "explore/ URLs and discovery/item/ URLs both work — use whichever the browser gives you\nThe filter state persists across searches in the same session, so you only need to set it once\nLogin sessions may expire periodically — if search results are blocked, re-scan the QR code"
      }
    ],
    "body": "xhs-video-finder\n\nFind fresh, viral videos on Xiaohongshu (小红书 / RedNote) for repurposing to YouTube Shorts or other platforms. Uses browser automation to search, filter by type and publish date, and extract video URLs.\n\nWhen to Use\nYou need a fresh Xiaohongshu video to repurpose (e.g., for a YouTube Shorts cron)\nYou want to find trending content by niche (food, travel, crafts, etc.)\nYou need a URL with a valid xsec_token for downstream tools (creator.octodance.com, etc.)\nStep-by-Step Workflow\n1. Open Xiaohongshu in the Managed Browser\nbrowser action=open profile=openclaw url=https://www.xiaohongshu.com\n\n\nWait for the page to fully load.\n\n2. Search for Content\n\nUse the search bar with a niche keyword. Examples by channel:\n\nChinese food: 中国美食 家常菜 街头小吃 火锅\nTravel: 旅行 旅游攻略 小众景点 城市打卡\nCrafting/DIY: 手工DIY 手工制作 手工教程\nCuriosities: 冷知识 涨知识 神奇 你不知道的\n\nTake a snapshot, find the search input, and type your keyword.\n\n3. Apply Filters (Top-Right Corner)\n\nAfter search results load, tap the filter icon (top-right — shows \"已筛选\" when active).\n\nSet these options in the filter panel:\n\nFilter (Chinese)\tSetting\tMeaning\n排序依据\t最新\tSort: Newest first\n笔记类型\t视频\tType: Videos only\n发布时间\t一周内\tPosted: Within 1 week\n搜索范围\t不限\tScope: All\n\nTap 收起 to close the filter panel.\n\n4. Browse Results & Pick a Video\n\nLook for:\n\n✅ 1,000+ likes (❤️ count shown under each card)\n✅ Under 6 minutes (check duration indicator on the thumbnail)\n✅ Clear, engaging visuals\n✅ No heavy watermarks blocking the subject\n❌ Skip static image posts (图文) — filter should exclude these already\n\nPost timestamps are shown as relative time: 2小时前 = 2 hours ago, 1天前 = 1 day ago.\n\n5. Open the Video & Get the URL\n\nClick a video card to open it. Copy the full URL from the address bar:\n\nhttps://www.xiaohongshu.com/explore/VIDEO_ID?xsec_token=ABxxxxxx&xsec_source=pc_search\n\n\n⚠️ Always include the full URL with xsec_token — this token is required for video download tools. Tokens expire, so get a fresh URL each time.\n\n6. Alternative: Use the Share Link\n\nIf you prefer a cleaner URL:\n\nClick the Share button (分享) inside the video — bottom right\nThe share link is auto-copied to clipboard\nFormat: https://www.xiaohongshu.com/discovery/item/VIDEO_ID?source=webshare&xhsshare=...\n\nBoth formats work with creator.octodance.com / lazyai.octodance.com.\n\nTroubleshooting\nProblem\tFix\nJSON parse error in creator tool\tToken expired — get a fresh URL from Xiaohongshu\nFilter not visible\tScroll up to the top of search results\nNo videos shown\tCheck filter — make sure 笔记类型 = 视频, not 图文\nVideo won't load\tTry a different video; some have regional restrictions\nSearch results are empty\tTry a broader keyword or remove time filter\n⚠️ Login Required\n\nXiaohongshu requires login to view search results in the browser. Before using this skill, make sure the managed browser is logged into XHS:\n\nOpen https://www.xiaohongshu.com in the managed browser\nIf a login modal appears, scan the QR code with the XHS mobile app (WeChat scan also works)\nOnce logged in, the session persists — you won't need to log in again unless it expires\n\nIf you can't log in via the managed browser: Use the XHS mobile app to find a video manually, copy the share link, and paste it directly into the creator tool.\n\nNotes\nexplore/ URLs and discovery/item/ URLs both work — use whichever the browser gives you\nThe filter state persists across searches in the same session, so you only need to set it once\nLogin sessions may expire periodically — if search results are blocked, re-scan the QR code"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/travislius/xhs-video-finder",
    "publisherUrl": "https://clawhub.ai/travislius/xhs-video-finder",
    "owner": "travislius",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xhs-video-finder",
    "downloadUrl": "https://openagent3.xyz/downloads/xhs-video-finder",
    "agentUrl": "https://openagent3.xyz/skills/xhs-video-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xhs-video-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xhs-video-finder/agent.md"
  }
}