{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xiaohongshu-extract",
    "name": "xiaohongshu-extract",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jovijovi/xiaohongshu-extract",
    "canonicalUrl": "https://clawhub.ai/jovijovi/xiaohongshu-extract",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xiaohongshu-extract",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xiaohongshu-extract",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "scripts/xiaohongshu_extract.py"
    ],
    "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/xiaohongshu-extract"
    },
    "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-extract",
    "agentPageUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/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": "Overview",
        "body": "Extract note metadata (title, desc, type, time, user, engagement, tags, video stream info) from an XHS share or discovery URL using the bundled script."
      },
      {
        "title": "Quick Start",
        "body": "Run the extractor and print JSON to stdout:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --pretty\n\nWrite JSON to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --output /tmp/xhs_note.json\n\nOutput only the flattened record:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --flat-only --pretty\n\nWrite only the flattened record to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --flat-only --output /tmp/xhs_flat.json\n\nEmit errors as JSON:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --error-json\n\nEmit errors as JSON to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --error-json --output /tmp/xhs_error.json"
      },
      {
        "title": "Workflow",
        "body": "Run scripts/xiaohongshu_extract.py with the user-provided URL.\nIf the script fails to find window.__INITIAL_STATE__, ask the user for a direct discovery URL.\nUse the JSON output to summarize note metadata or to feed downstream analysis."
      },
      {
        "title": "Output Notes",
        "body": "The script returns a JSON object with:\n\nnote_id, title, desc, type, time, ip_location\nuser (nickname, user_id, avatar)\ninteract (liked/collected/comment/share counts, plus normalized *_num values)\ntags\nvideo (video_id, duration, width, height, fps, size, stream_url)\nfield_mapping (nested-to-flat field name map)\nflat (flattened record with normalized counts and ISO timestamp)\n\nIf the stream list is empty, video fields may be null or empty.\n\nIf --flat-only is set, only flat is printed. If --error-json is set, errors are emitted as JSON and may include final_url and status_code when available."
      },
      {
        "title": "scripts/",
        "body": "scripts/xiaohongshu_extract.py extracts note metadata from XHS share/discovery URLs."
      }
    ],
    "body": "Xiaohongshu Extract\nOverview\n\nExtract note metadata (title, desc, type, time, user, engagement, tags, video stream info) from an XHS share or discovery URL using the bundled script.\n\nQuick Start\n\nRun the extractor and print JSON to stdout:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --pretty\n\n\nWrite JSON to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --output /tmp/xhs_note.json\n\n\nOutput only the flattened record:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --flat-only --pretty\n\n\nWrite only the flattened record to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --flat-only --output /tmp/xhs_flat.json\n\n\nEmit errors as JSON:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --error-json\n\n\nEmit errors as JSON to a file:\n\npython scripts/xiaohongshu_extract.py \"<xhs_url>\" --error-json --output /tmp/xhs_error.json\n\nWorkflow\nRun scripts/xiaohongshu_extract.py with the user-provided URL.\nIf the script fails to find window.__INITIAL_STATE__, ask the user for a direct discovery URL.\nUse the JSON output to summarize note metadata or to feed downstream analysis.\nOutput Notes\n\nThe script returns a JSON object with:\n\nnote_id, title, desc, type, time, ip_location\nuser (nickname, user_id, avatar)\ninteract (liked/collected/comment/share counts, plus normalized *_num values)\ntags\nvideo (video_id, duration, width, height, fps, size, stream_url)\nfield_mapping (nested-to-flat field name map)\nflat (flattened record with normalized counts and ISO timestamp)\n\nIf the stream list is empty, video fields may be null or empty.\n\nIf --flat-only is set, only flat is printed. If --error-json is set, errors are emitted as JSON and may include final_url and status_code when available.\n\nResources\nscripts/\nscripts/xiaohongshu_extract.py extracts note metadata from XHS share/discovery URLs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jovijovi/xiaohongshu-extract",
    "publisherUrl": "https://clawhub.ai/jovijovi/xiaohongshu-extract",
    "owner": "jovijovi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xiaohongshu-extract",
    "downloadUrl": "https://openagent3.xyz/downloads/xiaohongshu-extract",
    "agentUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xiaohongshu-extract/agent.md"
  }
}