Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
skills.volces.com avatar

Web Search

  • 928 installs
  • skills.volces.com

web-search is an agent skill that performs live internet searches and returns relevant, sourced results directly to your coding agent.

About

web-search is an agent skill that lets your coding agent retrieve fresh information from the internet on demand. Whether you need current API documentation, competitor features, latest framework updates, market data or technical references, the skill fetches and summarizes results without you having to switch tabs. It returns clean, source-linked answers that the agent can immediately incorporate into planning, coding or decision-making. With 848 installs it has become a trusted utility for builders who want their agents to stay grounded in reality rather than hallucinating outdated information.

  • Performs live web searches with real-time results
  • Returns concise, relevant snippets and sources
  • Works inside any compatible coding agent
  • Reduces context-switching during research
  • Supports follow-up queries in the same thread

Web Search by the numbers

  • 928 all-time installs (skills.sh)
  • +17 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #527 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill web-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs928
Repositoryskills.volces.com

What it does

Get accurate, up-to-date web results directly inside Claude, Cursor or Codex sessions without leaving the coding environment.

Who is it for?

Best when you want your coding agents to stay current with real-world data, documentation, competitor moves and market signals.

Skip if: Skip if you're working in fully offline environments or on projects where external web access is prohibited by policy.

When should I use this skill?

before any creative work that depends on current real-world data, documentation, or market information

What you get

You receive accurate, timely web results with sources that the agent can immediately use to inform plans, code or decisions, after which you can invoke next research or implementation skills.

  • Search results with sources and summaries

By the numbers

  • 848 installs

Files

SKILL.mdMarkdownGitHub ↗

Web Search

适用场景

当需要从公开网页快速获取摘要信息时,使用该技能调用 web_search 函数。

使用步骤

1. 准备清晰具体的 query。 2. 运行脚本 python scripts/web_search.py "query"。运行之前cd到对应的目录。 3. 根据返回的摘要列表组织答案,不新增或臆造内容。

认证与凭据来源

  • 用户首次使用本技能时,先检查是否配置了WEB_SEARCH_API_KEY环境变量,如未配置,提示用户需要提供WEB_SEARCH_API_KEY,并把它写入到workspace下的环境变量文件中,如果文件已存在则追加到末尾,确保环境变量格式正确,使这个环境变量生效
  • 该技能默认使用 WEB_SEARCH_API_KEY 环境变量
  • 若未配置,将尝试使用 VOLCENGINE_ACCESS_KEYVOLCENGINE_SECRET_KEY 环境变量。
  • 若未配置,在 VeFaaS 环境中将尝试使用 VeFaaS IAM 临时凭据。

错误处理

  • 如果出现'PermissionError: no credential found'错误,则提示用户需要提供WEB_SEARCH_API_KEY,告诉用户可以从融合信息搜索API获取,并把它写入到workspace下的环境变量文件中,如果文件已存在则追加到末尾,确保环境变量格式正确,使这个环境变量生效,并重试刚才失败的搜索。
  • 如果用户无法提供WEB_SEARCH_API_KEY,则提示用户可以提供VOLCENGINE_ACCESS_KEYVOLCENGINE_SECRET_KEY,并把它们写入到workspace下的环境变量文件中,如果文件已存在则追加到末尾,确保环境变量格式正确,使这个环境变量生效,并重试刚才失败的搜索。

输出格式

  • 按行输出摘要列表,最多 5 条。
  • 若调用失败,将打印错误响应。

后续操作

  • 用户首次使用本技能后,可以询问用户是否后续在需要搜索时默认使用本技能,如果得到用户肯定回答,则提示用户可以复制下边的提示词,发给openclaw:

"请记住,之后如果需要搜索信息,优先使用 web-search skill",这样可以避免用户每次都需要手动指定使用本技能。

示例

python scripts/web_search.py "2026 年最新的 Python 版本"

Related skills

How it compares

Use instead of ad-hoc browser tabs or copy-pasting links into chat.

FAQ

Who is web-search for?

web-search is for developers who use Claude Code, Cursor, Codex or similar agents and want those agents to retrieve fresh web information without leaving the coding workflow.

When should I use web-search?

Use it when your agent needs current API references, the latest framework changes, competitor feature details, real-time market or pricing data, or any other information that may have changed since the model's training cutoff. It is especially useful at the start of new features,

Is web-search safe to install?

Yes. Like any skill that uses network access you should review the Security Audits panel on this page before installing.

Productivity & Planningresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.