Agent skill · Data & Analytics

Skywork Search

Search the web for real-time information using the Skywork web 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 information about", "what's the latest on", or any request that implies needing information beyond your training data.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill skywork-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/skywork-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ## Authentication (Required First) Before using this skill, authentication must be completed. Run the auth script first: ```bash # Authenticate: checks env token / cached token / browser login python3 <skill-dir>/scripts/skywork_auth.py || exit 1 ``` **Token priority**: 1. Environment variable `SKYBOT_TOKEN` → if set, use directly 2. Cached token file `~/.skywork_token` → validate via API, if valid, use it 3. No valid token → opens browser for login, polls until complete, saves token **IMPORTANT - Login URL handling**: If script output contains a line starting with `[LOGIN_URL]`, you **MUST** immediately send that URL to the user in a clickable mes

What's inside
Steps it walks through
  1. When to use
  2. Authentication (Required First)
  3. How to use
  4. Crafting good queries
  5. Reading results
  6. Example workflow
  7. Limitations
Ships with 1 file
  • metadata.json
Commands it runs
python3 <skill-dir>/scripts/skywork_auth.py || exit 1
python3 <skill-path>/scripts/web_search.py "query1" ["query2"] ["query3"]
python3 <skill-path>/scripts/web_search.py \
More from claude-skill-registry
All skills →
About this skill
What does the Skywork Search skill do?

Search the web for real-time information using the Skywork web 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 information about", "what's the latest on", or any request that implies needing information beyond your training data.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill skywork-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going