小红书搜索建议关键词收集工具

v1.0.1

小红书搜索建议关键词收集工具。通过浏览器自动化访问小红书探索页,在搜索栏输入关键词并收集自动提示框中的相关关键词列表。使用场景:(1) 用户需要获取小红书搜索联想词 (2) 关键词调研和热门话题发现 (3) SEO优化和内容选题 (4) 竞品分析中的关键词挖掘。触发词:"小红书关键词"、"搜索建议"、"联想词"、...

0· 247·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for openlark/xhs-suggest-keywords.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "小红书搜索建议关键词收集工具" (openlark/xhs-suggest-keywords) from ClawHub.
Skill page: https://clawhub.ai/openlark/xhs-suggest-keywords
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install xhs-suggest-keywords

ClawHub CLI

Package manager switcher

npx clawhub@latest install xhs-suggest-keywords
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md only instructs using a browser tool to open https://www.xiaohongshu.com/explore, type keywords into the search box, wait for suggestion popups, and collect them. No unrelated binaries, env vars, or installs are required.
Instruction Scope
Instructions stay within the stated scope (navigate, locate search input, type keywords, collect suggestion list). The doc explicitly forbids pressing Enter/clicking search and notes login/captcha as manual interventions. It does not instruct reading unrelated files or environment variables.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest-risk install footprint. It relies on an external 'browser' tool being available (declared).
Credentials
The skill declares no required credentials or env vars, which is appropriate. The doc does mention that some content may require login and that captchas may occur; users and integrators should ensure the agent does not request/store credentials outside normal, explicit browser-based login flows.
Persistence & Privilege
always is false and the skill is user-invocable only. There is no instruction to modify other skills, system configuration, or persist credentials.
Assessment
This skill appears coherent and lightweight: it only automates a browser to read suggestion popups on Xiaohongshu. Before using it, consider: (1) run it in an environment where the browser automation tool is trusted and isolated; (2) do not provide secrets (passwords/API keys) to the skill — if login is needed, perform the login interactively in the browser session rather than giving credentials as environment variables; (3) be aware of Xiaohongshu's terms of service and rate limits and expect anti-bot measures (CAPTCHAs) that may require manual handling; (4) if you need persistent or large-scale scraping, prefer an approach that follows site policies and legal constraints. If you want higher assurance, ask the publisher for a code-based implementation or an official integration rather than an instruction-only skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e8cqb0ndg25qpqxjapzewkd83b7as
247downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

小红书搜索建议关键词收集

概述

本技能通过浏览器自动化工具,访问小红书探索页面,在搜索栏中输入关键词,收集搜索框自动提示的相关关键词列表。无需API,纯浏览器操作实现。

工作流程

1. 打开小红书探索页

使用 browser 工具导航到小红书探索页:

URL: https://www.xiaohongshu.com/explore

2. 定位搜索栏

在页面上找到搜索输入框,通常位于页面顶部。

3. 输入关键词

在搜索栏中填充用户提供的关键词,不要按回车或点击搜索按钮

4. 收集建议关键词

等待自动提示框出现后,收集提示框中显示的所有关键词建议。

5. 输出结果

将收集到的关键词列表整理输出给用户。

操作示例

示例1:收集单个关键词的建议

用户请求:"帮我收集小红书上'护肤'的搜索建议词"

执行步骤:

  1. 打开 https://www.xiaohongshu.com/explore
  2. 在搜索框输入"护肤"
  3. 等待提示框出现
  4. 收集所有建议关键词
  5. 返回关键词列表

示例2:批量收集多个关键词

用户请求:"帮我收集'减肥'、'健身'、'瑜伽'这三个词的小红书搜索建议"

执行步骤:

  1. 对每个关键词重复上述流程
  2. 汇总所有收集结果
  3. 可选:去重、分类整理

注意事项

  • 不要点击搜索按钮:只需输入关键词,收集提示词即可
  • 等待加载:提示框可能需要1-2秒加载,确保等待足够时间
  • 登录状态:部分内容可能需要登录才能查看完整建议
  • 反爬机制:如遇到验证码或限制,需提示用户手动处理

输出格式

收集单个关键词的建议格式输出结果:

关键词:[输入的关键词]
搜索建议词:
1. 建议词1
2. 建议词2
3. 建议词3
...

批量收集多个关键词输出结果:

关键词:[输入批量关键词中的关键词1]
搜索建议词:
1. 建议词1
2. 建议词2
3. 建议词3
...

关键词:[输入批量关键词中的关键词1]
搜索建议词:
1. 建议词1
2. 建议词2
3. 建议词3
...

使用工具

本技能依赖 browser 工具进行浏览器自动化操作。确保浏览器工具可用。

无需资源

本技能不需要额外的脚本、参考资料或资源文件,完全依赖浏览器自动化操作。

Comments

Loading comments...