← 返回 Skills 市场
1806
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-extract
功能描述
Extract metadata from Xiaohongshu (XHS) share or discovery URLs by parsing window.__INITIAL_STATE__ and returning note details. Use when asked to fetch XHS page content, note metadata, video info, or engagement stats from a public XHS link.
安全使用建议
This skill appears to do what it claims (fetch an XHS page and parse window.__INITIAL_STATE__). Before installing or invoking it: (1) Be careful what URLs you provide — the script will make HTTP requests to any given URL and could fetch internal/metadata endpoints (SSRF risk). Do not pass sensitive or private URLs. (2) The script returns streaming URLs it finds but does not itself download video files. (3) Ensure the runtime has Python and the requests package available and run the skill in an isolated environment if you are concerned about network exposure. If you need stricter safety, require or validate that input URLs belong to official Xiaohongshu domains before invocation.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The OpenClaw skill 'xiaohongshu-extract' is designed to extract metadata from Xiaohongshu URLs. The `SKILL.md` provides clear, benign instructions for the agent to use the bundled Python script `scripts/xiaohongshu_extract.py`. The Python script uses the `requests` library to fetch the user-provided URL and parses the HTML to extract JSON data. It includes standard features like writing output to a file, which is not indicative of malicious intent. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent to perform actions outside the stated purpose.
能力评估
Purpose & Capability
The name/description state that the skill extracts XHS metadata. The bundled Python script issues an HTTP GET, locates window.__INITIAL_STATE__, parses JSON, and returns structured/flattened fields (note, user, interact, video). No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md instructs running the script with a user-provided URL and writing/printing JSON. That matches the code. However, the skill will perform arbitrary outbound HTTP requests to whatever URL is supplied; SKILL.md does not restrict inputs to official XHS domains. This introduces SSRF-like risk: if invoked with internal or otherwise sensitive URLs (e.g., 169.254.169.254, internal IPs, management endpoints), the agent will fetch and may return data from those endpoints. The script does not download video content itself (it only returns stream URLs), but it follows redirects and returns final_url/status_code.
Install Mechanism
There is no install spec (instruction-only skill + included script). That is low-risk. The script requires a Python runtime and the 'requests' library, but no installer or external downloads are performed by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not read environment secrets. It sets a custom User-Agent header for requests (expected). No disproportionate credential access is requested.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system configs. It runs on invocation and does not request persistent platform-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-extract - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-extract触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of xiaohongshu-extract.
- Extracts rich metadata from Xiaohongshu (XHS) share or discovery URLs, including note details, user info, engagement stats, tags, and video stream information.
- Provides flexible JSON output options, including flattened records and error reporting.
- Includes command-line script with multiple output modes for integration and downstream analysis.
元数据
常见问题
xiaohongshu-extract 是什么?
Extract metadata from Xiaohongshu (XHS) share or discovery URLs by parsing window.__INITIAL_STATE__ and returning note details. Use when asked to fetch XHS page content, note metadata, video info, or engagement stats from a public XHS link. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1806 次。
如何安装 xiaohongshu-extract?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-extract」即可一键安装,无需额外配置。
xiaohongshu-extract 是免费的吗?
是的,xiaohongshu-extract 完全免费(开源免费),可自由下载、安装和使用。
xiaohongshu-extract 支持哪些平台?
xiaohongshu-extract 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xiaohongshu-extract?
由 jovijovi(@jovijovi)开发并维护,当前版本 v1.0.0。
推荐 Skills