← 返回
效率工具 Key

Skywork Search

Skywork Search (skywork) - Search the web for real-time information using the Skywork Search API. Use this skill whenever the user needs up-to-date informati...
Skywork Search(skywork)— 使用 Skywork Search API 在网络上搜索实时信息。当用户需要最新信息时使用此技能。
gxcun17
效率工具 clawhub v1.0.8 2 版本 99956.4 Key: 需要
★ 26
Stars
📥 1,770
下载
💾 74
安装
2
版本
#latest

概述

Web Search Skill

Search the web for real-time information via the Skywork search API. This skill lets you run up to 3 queries in a single invocation and returns structured results with source URLs and content snippets.

When to use

  • The user asks you to research a topic or find current information
  • You need up-to-date facts, statistics, or news to answer a question
  • Another task (writing a report, creating a PPT, drafting a document) needs web research as a preliminary step
  • The user explicitly asks to search or look something up

Prerequisites

API Key Configuration (Required First)

This skill requires a SKYWORK_API_KEY to be configured before use.

If you don't have an API key yet, please visit:

https://skywork.ai

For detailed setup instructions, see:

references/apikey-fetch.md

How to use

Run the bundled script from this skill's scripts/ directory:

python3 <skill-path>/scripts/web_search.py "query1" ["query2"] ["query3"]
  • Pass 1–3 search queries as positional arguments
  • Results are saved to individual text files in a temporary directory
  • The script prints the file paths to stdout so you can read them

Crafting good queries

Search quality depends heavily on query phrasing. A few tips:

  • Be specific: "Tesla Q4 2025 revenue" works better than "Tesla financials"
  • Use natural language: The API handles full questions well — "What is the current population of Tokyo?" is fine
  • Split broad topics: If the user wants a comprehensive overview, break it into 2–3 focused queries rather than one vague one
  • Include time context when relevant: "best Python web frameworks 2026" rather than just "best Python web frameworks"

Reading results

After running the script, read the output files. Each file contains:

query: <the original query>

[result-1] <source URL>
<content snippet>

[result-2] <source URL>
<content snippet>
...

Synthesize the results into a clear answer for the user. Always cite sources when presenting factual information — include the URLs from the results so the user can verify.

Example workflow

User asks: "What are the latest developments in quantum computing?"

  1. Run the search with focused queries:

```bash

python3 /scripts/web_search.py \

"quantum computing breakthroughs 2026" \

"quantum computing industry news latest"

```

  1. Read the result files
  2. Synthesize findings into a clear, sourced summary for the user

Limitations

  • Maximum 3 queries per invocation (the script caps it)
  • Each query has a 30-second timeout
  • Results depend on the Skywork search API availability

版本历史

共 2 个版本

  • v1.0.8 当前
    2026-05-03 02:44 安全 安全
  • v1.0.0
    2026-03-20 06:00 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Skywork PPT

gxcun17
Skywork PPT (skywork) - 用于处理PowerPoint演示文稿。触发条件:(1) 从主题生成新PPT - '生成PPT'、'创建PPT'等。
★ 34 📥 5,564
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,466
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,968