feat: 新增 account 和 plan 目录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:22 +08:00
parent 243a190124
commit 0cab33b16b
694 changed files with 161549 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"zh": {
"name": "网页搜索",
"description": "使用 DuckDuckGo 搜索网页,查找最新信息、验证事实或查阅文档。"
}
}

View File

@@ -0,0 +1,37 @@
---
name: web-search
description: Search the web using DuckDuckGo. Use when you need to find current information, verify facts, look up documentation, or answer questions requiring up-to-date knowledge. Returns titles, URLs, and snippets.
system: true
handler: web_search
tool-name: web_search
category: Web Search
---
# 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`: 搜索新闻