volcengine-web-search
使用volcengine web_search.py 脚本搜索网页并获取结果,准备清晰且具体的“查询”。运行脚本“python scripts/web_search.py "query"`。根据返回的摘要列表组织答案,不要添加或猜测内容。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~warm-wm-volcengine-web-searchcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~warm-wm-volcengine-web-search/file -o warm-wm-volcengine-web-search.md## 概述(中文) 使用volcengine web_search.py 脚本搜索网页并获取结果,准备清晰且具体的“查询”。运行脚本“python scripts/web_search.py "query"`。根据返回的摘要列表组织答案,不要添加或猜测内容。 ## 原文 # Web Search ## Scenarios When you need to quickly get summary information from public web pages, use this skill to call the `web_search` function. ## Steps 1. Prepare a clear and specific `query`. 2. Run the script `python scripts/web_search.py "query"`. Before running, navigate to the corresponding directory. 3. Organize the answer based on the returned summary list, do not add or guess content. ## Authentication and Credentials - First, it will try to read the `VOLCENGINE_ACCESS_KEY` and `VOLCENGINE_SECRET_KEY` environment variables. - If not configured, it will try to use VeFaaS IAM temporary credentials. ## Output Format - The console will output the summary list, up to 5 items. - If the call fails, it will print the error response. ## Examples ```bash python scripts/web_search.py "2026 latest version of Python" ```