Install
openclaw skills install google-research-proPerforms advanced Google searches with Playwright for OpenClaw technical resources and summarizes results for Telegram channel delivery in Markdown format.
openclaw skills install google-research-proPerforms advanced Google searches using Playwright to bypass bot detection, focusing on technical documentation, GitHub repositories, and usage guides for OpenClaw projects. Results are summarized and sent to a specified Telegram channel.
This skill implements a workflow to enhance web searching capabilities by simulating real user behavior with Playwright.
Description: Executes a Python script that uses Playwright to perform an advanced Google search for the given keyword, targeting technical OpenClaw resources.
Input: keyword (string) from UserInput
Action: Run Python script
Output: search_results (structured data, e.g., JSON) containing titles and summaries from the top 3-5 results
Description: Formats the extracted search results into a Markdown string.
Input: search_results
Action: Transform into a concise Markdown summary
Output: formatted_summary (Markdown string)
Description: Sends the formatted summary to the specified Telegram channel
Input: formatted_summary
Action: Send message via Telegram bot/channel
Output: Confirmation of sending or error status