Xiaohongshu Suggest Keywords
by @openlark
Automatically accesses Xiaohongshu's Explore page via browser automation, inputs keywords into the search bar, and collects the list of related keywords from...
clawhub install xiaohongshu-keyword-collector📖 About This Skill
name: xiaohongshu-keyword-collector description: Automatically accesses Xiaohongshu's Explore page via browser automation, inputs keywords into the search bar, and collects the list of related keywords from the auto-suggest dropdown.
Xiaohongshu Keyword Collector
Feature Overview
This skill uses browser automation tools to access the Xiaohongshu Explore page, input keywords into the search bar, and collect the list of related keywords suggested by the search box's auto-complete feature. No API required; it's purely browser-based operation.
Trigger Conditions
Trigger this skill when the user mentions any of the following keywords:
Use Cases
Workflow
1. Open Xiaohongshu Explore Page
Use the browser tool to navigate to the Xiaohongshu Explore page:
URL: https://www.xiaohongshu.com/explore
2. Locate the Search Bar
Find the search input field on the page, typically located at the top of the page.
3. Input Keywords
Fill the user-provided keywords into the search bar. Do not press Enter or click the search button.
4. Collect Suggested Keywords
Wait for the auto-suggest dropdown to appear, then collect all keyword suggestions displayed in the dropdown.
5. Output Results
Organize the collected keyword list and present it to the user.
Operation Examples
Example 1: Collecting Suggestions for a Single Keyword
User request: "Help me collect Xiaohongshu search suggestions for 'skincare'"
Execution steps: 1. Open https://www.xiaohongshu.com/explore 2. Input "skincare" into the search box 3. Wait for the suggestion dropdown to appear 4. Collect all suggested keywords 5. Return the keyword list
Example 2: Batch Collecting for Multiple Keywords
User request: "Help me collect Xiaohongshu search suggestions for the three keywords 'weight loss', 'fitness', and 'yoga'"
Execution steps: 1. Repeat the process for each keyword 2. Consolidate all collected results 3. Optional: Remove duplicates and organize by category
Important Notes
Output Format
Output format for collecting suggestions for a single keyword:
Keyword: [Input Keyword]
Search Suggestions:
1. Suggestion 1
2. Suggestion 2
3. Suggestion 3
...
Output format for batch collecting multiple keywords:
Keyword: [Keyword 1 from batch]
Search Suggestions:
1. Suggestion 1
2. Suggestion 2
3. Suggestion 3
...Keyword: [Keyword 2 from batch]
Search Suggestions:
1. Suggestion 1
2. Suggestion 2
3. Suggestion 3
...
Tool Usage
This skill relies on the browser tool for browser automation. Ensure the browser tool is available.
No Resources Required
This skill does not require additional scripts, reference materials, or resource files; it relies entirely on browser automation operations.