一键导入
multi-search-engine
【备用搜索】多引擎联合搜索,无需 API Key,支持17个引擎(Google、Bing、Scholar、知乎等)。Tavily 未配置时的降级方案。触发词:搜索、查一下、帮我找、search、找资料、查数据、查文献。注意:Tavily skill 配置后请优先用 tavily。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
【备用搜索】多引擎联合搜索,无需 API Key,支持17个引擎(Google、Bing、Scholar、知乎等)。Tavily 未配置时的降级方案。触发词:搜索、查一下、帮我找、search、找资料、查数据、查文献。注意:Tavily skill 配置后请优先用 tavily。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
通过持续、逐条追问对齐方案/决策的每个关键节点,走遍决策树的每一个分支,直到达成共识后再动手。适用于开始执行前先把问题定义清楚。触发词:grill me、追问我、盘问我、帮我理一下这个方案、我们先对齐一下、深度盘问。
Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面", "视频封面", "video thumbnail", "video cover image", or provides a YouTube URL and wants the transcript/subtitle text or cover image extracted.
生成高质量 draw.io 图表并导出 PNG/SVG/PDF,含自检循环(最多5轮)和321个 AI/LLM 品牌 Logo。触发词:drawio图、导出PNG、导出PDF、AI架构图(带品牌Logo)、ML模型图、神经网络图、Transformer图、CNN图、代码结构图、代码转图、自定义样式图、精品图。注意:普通架构图/流程图/时序图请优先用 uml skill;网络拓扑→network;云架构→cloud。需要 draw.io 桌面版(brew install --cask drawio)。
【首选搜索工具】Tavily AI 搜索,专为 AI Agent 优化,返回高质量摘要和来源,搜索结果比 web-search/multi-search-engine 更准确、更快。触发词:搜索、查一下、帮我找、search、找资料、查数据、查文献、最新消息、新闻、调研、research、查询、检索。注意:需要 API Key(tvly-xxxx)。未配置时降级使用 multi-search-engine。
用 PlantUML 生成云架构图,含 AWS/Azure/GCP/阿里云官方服务图标。触发词:云架构图、云架构、AWS架构、Azure架构、GCP架构、阿里云架构、云服务图、云迁移图、cloud architecture、cloud diagram。
咨询专属图表,输出独立 HTML 文件。仅处理 PlantUML 不擅长的咨询框架类型。触发词:象限图、2x2矩阵、四象限、金字塔图、漏斗图、韦恩图、venn、层堆栈、咨询图表、editorial、品牌风格图。注意:架构图/流程图/序列图/类图等请用 uml skill;网络拓扑→network;云架构→cloud。
| name | multi-search-engine |
| description | 【备用搜索】多引擎联合搜索,无需 API Key,支持17个引擎(Google、Bing、Scholar、知乎等)。Tavily 未配置时的降级方案。触发词:搜索、查一下、帮我找、search、找资料、查数据、查文献。注意:Tavily skill 配置后请优先用 tavily。 |
⚠️ CRITICAL — READ FIRST
- ZERO API keys required — all engines work by calling
web_fetchwith a plain URL.- NEVER ask the user for a Brave Search API key — the Brave entry is just
https://search.brave.com/search?q={keyword}fetched directly, NOT the paid Brave Search API.- NEVER ask for any API key — just
web_fetchthe URLs below directly.- Default engines to use (always work): DuckDuckGo → Bing → Baidu
Integration of 17 search engines for web crawling without API keys.
https://www.baidu.com/s?wd={keyword}https://cn.bing.com/search?q={keyword}&ensearch=0https://cn.bing.com/search?q={keyword}&ensearch=1https://www.so.com/s?q={keyword}https://sogou.com/web?query={keyword}https://wx.sogou.com/weixin?type=2&query={keyword}https://so.toutiao.com/search?keyword={keyword}https://www.jisilu.cn/explore/?keyword={keyword}https://www.google.com/search?q={keyword}https://www.google.com.hk/search?q={keyword}https://duckduckgo.com/html/?q={keyword}https://search.yahoo.com/search?p={keyword}https://www.startpage.com/sp/search?query={keyword}https://search.brave.com/search?q={keyword}https://www.ecosia.org/search?q={keyword}https://www.qwant.com/?q={keyword}https://www.wolframalpha.com/input?i={keyword}// Basic search
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})
// Site-specific
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})
// File type
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})
// Time filter (past week)
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})
// Privacy search
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})
// DuckDuckGo Bangs
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})
// Knowledge calculation
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})
| Operator | Example | Description |
|---|---|---|
site: | site:github.com python | Search within site |
filetype: | filetype:pdf report | Specific file type |
"" | "machine learning" | Exact match |
- | python -snake | Exclude term |
OR | cat OR dog | Either term |
| Parameter | Description |
|---|---|
tbs=qdr:h | Past hour |
tbs=qdr:d | Past day |
tbs=qdr:w | Past week |
tbs=qdr:m | Past month |
tbs=qdr:y | Past year |
| Bang | Destination |
|---|---|
!g | |
!gh | GitHub |
!so | Stack Overflow |
!w | Wikipedia |
!yt | YouTube |
integrate x^2 dx100 USD to CNYAAPL stockweather in Beijingreferences/advanced-search.md - Domestic search guidereferences/international-search.md - International search guideCHANGELOG.md - Version historyMIT