---
name: openakita/web-search
source: https://app.decimal.ai/s/openakita-web-search@1/SKILL.md
source_sha256: 255f9e2c01f5
---

# Web Search

使用 DuckDuckGo 搜索网页，获取最新信息。

## Parameters

| 参数 | 类型 | 必填 | 说明 |
|-----|------|-----|------|
| query | string | 是 | 搜索关键词 |
| max_results | integer | 否 | 最大结果数（1-20，默认 5） |
| region | string | 否 | 地区代码（wt-wt 全球，cn-zh 中国） |
| safesearch | string | 否 | 安全搜索（on/moderate/off） |

## Examples

**搜索信息**:
```json
{"query": "Python asyncio 教程", "max_results": 5}
```

**搜索中文内容**:
```json
{"query": "天气预报", "region": "cn-zh"}
```

## Related Skills

- `news-search`: 搜索新闻