# Search the Web with Skywork

Current research requests need sources beyond model training data. This skill uses the Skywork API to search the web and save source-backed results.

## Install

```bash
npx skillstore add skyworkai/skywork-search
```

## Metadata

- Status: approved
- Slug: skyworkai-skywork-search
- Skillstore revision: r1
- Version status: missing
- Tree hash: 25c5996a4f36affa50be421de550ad85759f00155d5d3b9c66544892b443dfb9
- Author: SkyworkAI
- GitHub username: SkyworkAI
- License: MIT
- Repository: https://github.com/SkyworkAI/Skywork-Skills/tree/main/skywork-search
- Ref: f93e9bb0daca99badb6a7e574b97737155d57cb3
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem, env\_access
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/skyworkai-skywork-search
- Manifest: https://skillstore.pages.dev/api/skills/skyworkai-skywork-search/manifest

## Capabilities

- Authenticates with Skywork using an environment token, cached token, or browser login.
- Runs one to three web search queries per command.
- Sends queries to the Skywork web search gateway.
- Saves each query result to a text file in a temporary directory.
- Returns source URLs and snippets for later synthesis.

## Use Cases

- Current Event Research: Check recent facts, source URLs, and snippets before writing a brief.
- Document Source Gathering: Collect web references for reports, slides, or research summaries.
- Technical Lookup: Find current release notes, documentation pages, or issue references.

## Prompt Templates

### Basic Search

```
Search for recent information about [topic] and summarize the most reliable sources.
```

### Compare Sources

```
Search for [topic] from official sources, news coverage, and expert analysis.
```

### Build A Brief

```
Research [question], cite source URLs, and separate confirmed facts from uncertain claims.
```

### Multi-Step Research

```
Run focused searches for [topic], identify source conflicts, and produce a sourced decision brief.
```

## Limitations

- Requires Skywork API access and a valid token.
- Limits each command to three search queries.
- Uses a 30-second request timeout per query.
- Caches the login token in a hidden home-directory file.

## Best Practices

- Use focused queries with time, location, product, or organization names.
- Open and read saved result files before answering the user.
- Cite source URLs when presenting factual claims.

## Anti Patterns

- Do not use broad single-word queries for complex research.
- Do not treat snippets as verified without checking source context.
- Do not include sensitive private data in search queries.

## Security Audit

- Audited at: 2026-07-07T05:35:18.929\+00:00
- Summary: The skill implements legitimate Skywork web search, but it has significant security exposure from token caching, outbound network requests, and external browser launch commands. I found no prompt injection language, but the search script builds output filenames from raw query text and can write outside the intended temporary directory.

## Stats

- Views: 139
- Downloads: 16
- Favorites: 0
- Popularity score: 0
