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-searchTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Web Search
Application Scenarios
Use this skill to call the function when you need to quickly obtain summary information from public web pages.
web_searchUsage Steps
- Prepare a clear and specific .
query - Run the script . Navigate to the corresponding directory before running it.
python scripts/web_search.py "query" - Organize the answer based on the returned summary list without adding or fabricating content.
Authentication and Credential Sources
- Prioritize reading the and
VOLCENGINE_ACCESS_KEYenvironment variables.VOLCENGINE_SECRET_KEY - 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"