volcengine-web-search

👤 warm-wm 📦 v1.0.0 ⭐ 4.2 ⬇️ 1.5K 下载
📊 数据分析 免费 🔑 需 API Key

📖 技能介绍


name: volcengine-web-search description: 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. license: Complete terms in LICENSE.txt


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.

    小葱技能站7w4.net,专业的AI技能分享平台。

  • If the call fails, it will print the error response.

Examples

python scripts/web_search.py "2026 latest version of Python"

🤖 AI 评测

这个Skill质量中规中矩,主要优点是使用简单、文档清晰、配置灵活(支持多种认证方式);不足是功能较单一,只提供一个搜索脚本,缺少详细的使用说明和常见问题解答。对于需要Web搜索功能的用户来说,这是一个可以直接使用的工具,但在实际使用前建议先了解其搜索结果的展示格式和限制。总体适合有一定技术背景的用户快速集成使用。

📊 多维度评分

适应性4
规范性4
有效性4.3
可靠性4.2
可信度4.8

📁 包含文件 (4 个)

📄 LICENSE.txt 11.1 KB
📄 SKILL.md 1.2 KB
📄 _meta.json 140 B
📄 scripts/web_search.py 2.9 KB