Install
openclaw skills install xiaohongshu-keyword-collectorAutomatically 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.
openclaw skills install xiaohongshu-keyword-collectorThis 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 this skill when the user mentions any of the following keywords:
Use the browser tool to navigate to the Xiaohongshu Explore page:
URL: https://www.xiaohongshu.com/explore
Find the search input field on the page, typically located at the top of the page.
Fill the user-provided keywords into the search bar. Do not press Enter or click the search button.
Wait for the auto-suggest dropdown to appear, then collect all keyword suggestions displayed in the dropdown.
Organize the collected keyword list and present it to the user.
User request: "Help me collect Xiaohongshu search suggestions for 'skincare'"
Execution steps:
User request: "Help me collect Xiaohongshu search suggestions for the three keywords 'weight loss', 'fitness', and 'yoga'"
Execution steps:
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
...
This skill relies on the browser tool for browser automation. Ensure the browser tool is available.
This skill does not require additional scripts, reference materials, or resource files; it relies entirely on browser automation operations.