← 返回 Skills 市场
seckho1985

小红书搜索摘要

作者 seckho1985 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xhs-search-summarizer-seckho
功能描述
Searches Xiaohongshu(小红书) for a given keyword, extracts the top N posts (including texts, images, and user comments), and then synthesizes a comprehensive fi...
安全使用建议
This skill appears to do what it claims, but consider these points before installing/ running it: - Runtime npm fetch: run.sh uses npx @playwright/cli which may download and execute code from npm at runtime. If you prefer, preinstall Playwright (npm install -g @playwright/cli or your platform package) to avoid dynamic downloads. - File access: the agent is instructed to read and 'see' image files saved in OUTPUT_DIRECTORY. Only run this skill in an environment where the agent is allowed to read those files and where saving scraped content is acceptable. - Legal/ToS: scraping Xiaohongshu may violate the site’s terms of service or local law; ensure you have the right to collect and store the content you pull. - Isolation: because the skill executes a headful browser script and downloads images, run it in an isolated or trusted environment (sandbox or dedicated workspace) if you are concerned about supply-chain or scraping risks. - Review output: parsed markdown embeds local image paths; verify the OUTPUT_DIRECTORY and files before sharing externally. If you want higher assurance, request a version that avoids npx (preinstalled playwright) and/or a reproducible pinned package manifest so no dynamic remote code is executed at runtime.
功能分析
Type: OpenClaw Skill Name: xhs-search-summarizer-seckho Version: 1.0.3 The skill is a legitimate tool for scraping and summarizing Xiaohongshu (小红书) posts. It uses a bash script (run.sh) to orchestrate a Playwright-based scraper and a Python script (parse.py) to process the results and download images. The code includes security best practices, such as domain validation for image downloads (restricting to .xhscdn.com and .xiaohongshu.com) and input validation for the number of posts. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the files and instructions: a Playwright-based scraper (run.sh) collects posts and parse.py downloads images and writes raw markdown for synthesis. The declared dependencies in SKILL.md (playwright-cli, python3, requests) are what the code actually uses.
Instruction Scope
SKILL.md explicitly requires the agent to read the generated markdown and to open/interpret the image files on disk with its vision capabilities. That is consistent with the synthesizer purpose, but it means the agent will access local files (the OUTPUT_DIRECTORY) and must be permitted to read binary images. The instructions also tell the agent to embed images into the final report — which is expected but important to note for privacy.
Install Mechanism
There is no formal install spec in the registry, but run.sh invokes npx @playwright/cli run-code which will fetch and run code from npm if playwright isn't present. Using npx/Playwright is reasonable for a scraper but carries the usual runtime supply-chain risk of fetching npm packages dynamically.
Credentials
The skill does not request unrelated environment variables or secrets. It only uses environment variables for keyword and max posts (exported by run.sh). parse.py uses no credentials and restricts downloaded image URLs to specified Xiaohongshu domains (HTTPS).
Persistence & Privilege
always is false and the skill only creates files under the user-specified OUTPUT_DIRECTORY and a temporary /tmp script. It does not modify other skills' configs or request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xhs-search-summarizer-seckho
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xhs-search-summarizer-seckho 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated skill name and description for clarity on Xiaohongshu (小红书) search and summarization capabilities. - Detailed the two-phase operation: automated data extraction (via Playwright and Python) and AI-driven synthesis integrating both text and images. - Added strict usage and reporting guidelines, including requirements to deeply analyze text, comments, and image contents, and to provide a comprehensive, theme-based final report. - Clarified dependencies (`playwright-cli`, `python3`, `requests`) and error handling instructions, especially regarding login challenges during scraping. - Provided step-by-step usage instructions for running the extraction script and compiling the final report.
元数据
Slug xhs-search-summarizer-seckho
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

小红书搜索摘要 是什么?

Searches Xiaohongshu(小红书) for a given keyword, extracts the top N posts (including texts, images, and user comments), and then synthesizes a comprehensive fi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 小红书搜索摘要?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-search-summarizer-seckho」即可一键安装,无需额外配置。

小红书搜索摘要 是免费的吗?

是的,小红书搜索摘要 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

小红书搜索摘要 支持哪些平台?

小红书搜索摘要 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小红书搜索摘要?

由 seckho1985(@seckho1985)开发并维护,当前版本 v1.0.3。

💬 留言讨论