Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
skyworkai avatar

Skywork Search

  • 318 installs
  • 196 repo stars
  • Updated April 2, 2026
  • skyworkai/skywork-skills

skywork search is a Skywork AI skill that runs web and document search to gather competitive intelligence, source citations, and trend signals for developers shaping product ideas and agent knowledge pipelines.

About

skywork search is a research skill from skyworkai/skywork-skills that invokes Skywork-powered search across web pages and documents. It helps developers collect competitive intelligence, verifiable source citations, and emerging trend signals when defining product direction or feeding agent retrieval pipelines. Use it during early discovery sprints, market landscape reviews, or knowledge-base seeding for AI agents that need fresh external context. The skill complements in-repo code analysis by pulling outward-facing evidence developers can cite in PRDs, agent system prompts, or content briefs. It assumes Skywork search access within the Skywork skills ecosystem rather than generic browser scraping alone.

  • Multi-source retrieval
  • Citation-friendly results
  • Competitive scanning
  • Agent knowledge feeds
  • Trend signal synthesis

Skywork Search by the numbers

  • 318 all-time installs (skills.sh)
  • +9 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #2,237 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skyworkai/skywork-skills --skill skywork-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs318
repo stars196
Last updatedApril 2, 2026
Repositoryskyworkai/skywork-skills

How do you gather competitive intel with AI search?

Run Skywork-powered web and document search to gather competitive intel, source citations, and trend signals while shaping product ideas and agent knowledge pipelines.

Who is it for?

Developers researching market landscapes or seeding agent knowledge pipelines who need cited web and document search via Skywork.

Skip if: Developers who only need in-repo code search or production deployment monitoring without external competitive research.

When should I use this skill?

A user asks to research competitors, gather cited sources, find trend signals, or run Skywork web and document search for a product idea.

What you get

Curated search results with source citations, competitive intelligence summaries, and trend signals for product or agent pipelines.

  • Cited research summaries
  • Competitive intelligence notes

Files

SKILL.mdMarkdownGitHub ↗

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 in OpenClaw.

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:

   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

Related skills

FAQ

What does skywork search retrieve?

skywork search retrieves web and document results with competitive intelligence, source citations, and trend signals. Developers in skyworkai/skywork-skills use it during product ideation or when building agent knowledge pipelines needing external evidence.

When should developers invoke skywork search?

Developers should invoke skywork search during early research—competitor landscape reviews, citation gathering, or trend scanning—not for in-repository code navigation or production incident debugging.

AI & Agent Buildingresearchagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.