web-search

Original🇨🇳 Chinese
Translated
1 scriptsChecked / no sensitive code detected

Use the built-in web_search function to perform web searches and return summary results. Prepare a clear and specific `query`. Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list without adding or fabricating content.

7installs
Added on

NPX Install

npx skill4agent add bytedance/agentkit-samples web-search

SKILL.md Content (Chinese)

View Translation Comparison →

Web Search

Application Scenarios

Use this skill to call the
web_search
function when you need to quickly obtain summary information from public web pages.

Usage Steps

  1. Prepare a clear and specific
    query
    .
  2. Run the script
    python scripts/web_search.py "query"
    . Navigate to the corresponding directory before running it.
  3. Organize the answer based on the returned summary list without adding or fabricating content.

Authentication and Credential Sources

  • Prioritize reading the
    VOLCENGINE_ACCESS_KEY
    and
    VOLCENGINE_SECRET_KEY
    environment variables.
  • If not configured, it will attempt to use VeFaaS IAM temporary credentials.

Output Format

  • Output the summary list line by line, up to 5 entries.
  • If the call fails, an error response will be printed.

Example

bash
python scripts/web_search.py "Latest Python version in 2026"