feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"zh": {
|
||||
"name": "新闻搜索",
|
||||
"description": "使用 DuckDuckGo 搜索新闻,查找最新新闻、时事动态或突发事件。"
|
||||
}
|
||||
}
|
||||
38
account/admin/skills/system/news-search/SKILL.md
Normal file
38
account/admin/skills/system/news-search/SKILL.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: news-search
|
||||
description: Search news using DuckDuckGo. Use when you need to find recent news articles, current events, or breaking news. Returns titles, sources, dates, URLs, and excerpts.
|
||||
system: true
|
||||
handler: web_search
|
||||
tool-name: news_search
|
||||
category: Web Search
|
||||
---
|
||||
|
||||
# News Search
|
||||
|
||||
使用 DuckDuckGo 搜索新闻,获取最新资讯。
|
||||
|
||||
## Parameters
|
||||
|
||||
| 参数 | 类型 | 必填 | 说明 |
|
||||
|-----|------|-----|------|
|
||||
| query | string | 是 | 搜索关键词 |
|
||||
| max_results | integer | 否 | 最大结果数(1-20,默认 5) |
|
||||
| region | string | 否 | 地区代码(wt-wt 全球) |
|
||||
| safesearch | string | 否 | 安全搜索(on/moderate/off) |
|
||||
| timelimit | string | 否 | 时间范围(d=一天, w=一周, m=一月) |
|
||||
|
||||
## Examples
|
||||
|
||||
**搜索新闻**:
|
||||
```json
|
||||
{"query": "AI 最新进展", "max_results": 5}
|
||||
```
|
||||
|
||||
**搜索今日新闻**:
|
||||
```json
|
||||
{"query": "科技", "timelimit": "d"}
|
||||
```
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `web-search`: 搜索网页
|
||||
Reference in New Issue
Block a user