返回顶部
S

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 information from the internet — for example, researching a topic, looking up recent events, finding facts or statistics, gathering material for a document or presentation, or answering questions that require current data. Also trigger when the user says things like "search for" / "搜索" / "検索" / "검색", "look up" / "查询" / "調べる" / "조회하다", "find informatio

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.8
安全检测
已通过
1,082
下载量
25
收藏
概述
安装方式
版本历史

Skywork Search

# 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](references/apikey-fetch.md) ## How to use Run the bundled script from this skill's `scripts/` directory: ```bash 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 <skill-path>/scripts/web_search.py \ "quantum computing breakthroughs 2026" \ "quantum computing industry news latest" ``` 2. Read the result files 3. 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skywork-search-1776378962 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skywork-search-1776378962 技能

通过命令行安装

skillhub install skywork-search-1776378962

下载 Zip 包

⬇ 下载 Skywork Search v1.0.8

文件大小: 5.73 KB | 发布时间: 2026-4-17 16:10

v1.0.8 最新 2026-4-17 16:10
- Updated the skill description formatting and added the skill name ("Skywork Search (skywork)") for clarity.
- Revised API key configuration instructions to clarify that SKYWORK_API_KEY must be set "before use," not specifically in OpenClaw.
- No functional or script changes; only SKILL.md documentation was updated for clarity and consistency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部