zhipu-mcp-tools

使用智谱AI MCP服务器提供的多种AI能力,包括网页分析、视觉理解等功能。

7 stars

Best use case

zhipu-mcp-tools is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

使用智谱AI MCP服务器提供的多种AI能力,包括网页分析、视觉理解等功能。

Teams using zhipu-mcp-tools should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/zhipu-mcp-tools/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/deepmindomega/zhipu-mcp-tools/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/zhipu-mcp-tools/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How zhipu-mcp-tools Compares

Feature / Agentzhipu-mcp-toolsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

使用智谱AI MCP服务器提供的多种AI能力,包括网页分析、视觉理解等功能。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# zhipu-mcp-tools

使用智谱AI MCP服务器提供的多种AI能力,包括网页分析、视觉理解等功能。

## 功能

- **网页分析**: 通过智谱AI的web_reader工具分析网页内容
- **视觉理解**: 通过智谱AI的vision_analyzer工具进行图像分析
- **联网搜索**: 通过智谱AI的web_search工具进行网络搜索
- **仓库分析**: 通过智谱AI的repo_analyzer工具分析GitHub/GitLab仓库
- **文本生成**: 通过智谱AI的text_generator工具生成文本

## 使用方法

### 网页分析
```
分析网页 [URL]
```

### 视觉理解
```
分析图片 [图片路径或URL]
```

### 联网搜索
```
搜索 [搜索查询]
```

### 仓库分析
```
分析仓库 [仓库URL]
```

### 文本生成
```
生成 [生成请求]
```

## 依赖

- 智谱AI MCP服务器正在运行 (http://localhost:8000)
- Python requests 库