根据用户给出的搜索关键语句,调用zhipu的搜索引擎得到搜索结果。
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-4535d4d1)More formats (shields.io, HTML) on the badges page.
---
name: zhipu-search
description: 根据用户给出的搜索关键语句,调用zhipu的搜索引擎得到搜索结果。
allowed-tools: Read, Grep, Glob, Write, Search
---
# zhipu-search
## Instructions
1、所有的运行中输出的临时程序、文件、代码统一放到当前项目根目录下的output/
4、根据用户给出的搜索关键语句{original},先进行一次分析,如果包含有关时间的搜索条件,例如今天、昨天、明天、后天、下礼拜等,先获取当前日期并根据当前日期计算准确日期后,按照计算好的日期来构建新的搜索查询语句{modify}。
5、调用zhipu的搜索引擎,搜索{modify}得到搜索结果,并给出来源信息和url。
```
cd .claude/skills/zhipu-search && uv run zhipu_searcher.py "你的问题"
```Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!