Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @warm-wm Updated 6/28/2026 1,298 downloads 1 stars Security: Pass

Volcengine Web Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate Volcengine Web Search into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Using volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content.

Install

ClawHub CLI
openclaw skills install @warm-wm/volcengine-web-search
Node.js (npx)
npx clawhub@latest install volcengine-web-search

Full SKILL.md

Open original
Metadata table.
namedescriptionlicense
volcengine-web-searchUsing volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content.Complete terms in LICENSE.txt

SKILL.md content below is scrollable.

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

python scripts/web_search.py "2026 latest version of Python"
ClawHub Registry URL: https://clawhub.ai/warm-wm/skills/volcengine-web-search

Related skills

If this matches your use case, these are close alternatives in the same category.