/install jinritoutiao-keyword-collector
Jinri Toutiao Keyword Collector
Feature Overview
This skill uses browser automation to access Jinri Toutiao (www.toutiao.com), simulates user behavior of entering keywords in the search box, and automatically collects the relevant keyword suggestions displayed in the search dropdown.
Trigger Conditions
Trigger this skill when the user mentions any of the following keywords:
- 今日头条关键词
- 收集头条关键词
- 头条搜索建议
- 头条热门词
- 头条 SEO
- 头条话题
- Jinri Toutiao keywords
- Collect Toutiao keywords
- Toutiao search suggestions
- Toutiao trending keywords
- Toutiao SEO
- Toutiao topics
Use Cases
- SEO keyword research and optimization
- Content creation inspiration gathering
- Trending topic discovery
- Competitor keyword analysis
- Market research and trend analysis
Operation Workflow
1. Launch Browser
Use the browser tool to launch the browser:
action: start
profile: openclaw
2. Access Jinri Toutiao Homepage
Navigate to Jinri Toutiao:
action: navigate
targetUrl: https://www.toutiao.com
Wait for the page to fully load.
3. Get Page Snapshot
Use snapshot to get the page element structure and locate the search box:
action: snapshot
refs: aria
Search for the search box element in the snapshot results (typically an input element containing keywords like "search").
4. Input Keywords
Use the act tool to input keywords into the search box:
action: act
ref: \x3Cref value of the search box>
kind: type
text: \x3Cuser-provided keyword>
slowly: true
Set slowly: true to ensure the page can properly trigger the auto-suggest functionality.
5. Wait for Suggestion Dropdown
After input is complete, wait 1-2 seconds for the auto-suggest dropdown to load:
action: act
kind: wait
timeMs: 2000
6. Get Dropdown Snapshot
Take another page snapshot, this time capturing the keyword list in the auto-suggest dropdown:
action: snapshot
refs: aria
7. Extract Keywords
Extract all keyword text from the snapshot results within the suggestion dropdown. The dropdown typically contains multiple option, li, or div elements, each containing a suggested keyword.
8. Output Format
Keyword: [Input Keyword]
Search Suggestions:
1. Suggestion 1
2. Suggestion 2
3. Suggestion 3
...
9. Cleanup (Optional)
If the user has no further requests, close the browser:
action: close
Important Notes
- Network Latency: Jinri Toutiao page loading may take time; ensure sufficient waiting time before operations
- Element Locating: Using
refs: ariaprovides more stable element references - Input Speed: Setting
slowly: trueensures the page can properly trigger auto-suggest - Anti-scraping Mechanisms: Avoid frequent requests in a short period; it is recommended to wait 5-10 seconds between multiple collections
- Session Persistence: For multiple collections, keep the browser session open to improve efficiency
Batch Collection for Multiple Keywords
To collect suggestions for multiple keywords:
- Keep the browser session open
- Repeat steps 4-7 for each keyword
- Use
actwithkind: typeto clear the search box before entering a new keyword - Compile all results into a summary report
Troubleshooting
Search Box Not Found
- Check if the page has fully loaded
- Try refreshing the page and retrying
- Use a more detailed snapshot (add the
depthparameter)
Suggestion Dropdown Does Not Appear
- Ensure input speed is slow enough (
slowly: true) - Increase wait time (
timeMs: 3000or longer) - Check if the network connection is normal
Keyword List is Empty
- Verify the input keyword is valid
- Try testing with common keywords
- Check if Jinri Toutiao has updated its page structure
Reference Resources
- Browser Automation Best Practices: See
references/browser-automation-best-practices.md - Jinri Toutiao Page Structure Description: See
references/toutiao-structure.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jinritoutiao-keyword-collector - 安装完成后,直接呼叫该 Skill 的名称或使用
/jinritoutiao-keyword-collector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Jinritoutiao Keyword Collector 是什么?
Automatically accesses the Jinri Toutiao homepage via browser automation, inputs keywords into the search bar, and collects related keyword suggestions from... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Jinritoutiao Keyword Collector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jinritoutiao-keyword-collector」即可一键安装,无需额外配置。
Jinritoutiao Keyword Collector 是免费的吗?
是的,Jinritoutiao Keyword Collector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jinritoutiao Keyword Collector 支持哪些平台?
Jinritoutiao Keyword Collector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jinritoutiao Keyword Collector?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.2。