원클릭으로
mcp
阿里云DashScope集成技能,整合网页搜索和网页解析。中文搜索优化,一站式信息获取。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
阿里云DashScope集成技能,整合网页搜索和网页解析。中文搜索优化,一站式信息获取。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Word文档处理:创建、编辑、读取.docx文件。用户提到"Word"、"文档"、".docx"、"报告"、"信函"时使用。
使用腾讯云 API 密钥调用腾讯云各种服务,包括翻译、CVM、COS等。
图片识别与图文理解,基于 PaddleOCR-VL 模型,支持识别图片中的文字、场景、物体等信息。支持109种语言,可输出JSON或Markdown格式。
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, decisions, and architectural rules in .brv/context-tree. Uses a configured LLM provider (default: ByteRover, no API key needed) for query and curate operations.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
| name | MCP 阿里云 |
| description | 阿里云DashScope集成技能,整合网页搜索和网页解析。中文搜索优化,一站式信息获取。 |
| triggers | ["网页搜索","解析网页","搜索网页","中文搜索","抓取网页"] |
| mcp | {"type":"remote","urls":{"search":"https://dashscope.aliyuncs.com/api/v1/mcps/WebSearch/mcp","parse":"https://dashscope.aliyuncs.com/api/v1/mcps/WebParser/sse"}} |
整合阿里云网页搜索和网页解析,中文优化,一站式信息获取。
| 功能 | 说明 |
|---|---|
| 网页搜索 | 实时搜索,中文优化 |
| 网页解析 | 提取正文,过滤广告 |
| 新闻搜索 | 最新资讯,时间过滤 |
| 结构化提取 | JSON/Markdown输出 |
参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| query | string | ✅ | 搜索关键词 |
| search_type | string | ❌ | general/news |
| max_results | int | ❌ | 结果数量,默认10 |
| time_range | string | ❌ | day/week/month/year |
示例:
{
"query": "2026年人工智能最新进展",
"search_type": "news",
"time_range": "week"
}
返回:
参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| url | string | ✅ | 网页URL |
| output_format | string | ❌ | markdown/json |
| extract_links | bool | ❌ | 提取链接,默认true |
| extract_images | bool | ❌ | 提取图片,默认false |
示例:
{
"url": "https://example.com/article",
"output_format": "markdown"
}
返回:
# 先搜索
results = web_search("量子计算最新研究", search_type="news")
# 再解析
content = parse_webpage(results[0]["url"])
web_search("科技新闻", search_type="news", time_range="day")
parse_webpage(url, output_format="json")
| 参数 | 说明 | 适用场景 |
|---|---|---|
| day | 最近24小时 | 突发新闻 |
| week | 最近一周 | 近期动态 |
| month | 最近一月 | 月度总结 |
| year | 最近一年 | 长期趋势 |
{
"mcpServers": {
"aliyun": {
"url": "https://dashscope.aliyuncs.com/api/v1/mcps/WebSearch/mcp",
"headers": {"Authorization": "Bearer YOUR_API_KEY"}
}
}
}
阿里云统一技能 v1.0 | 搜索·解析