用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/starlink-awaken/Metaso-Search-Skills --skill metasosearch命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | MetasoSearch |
| description | 秘塔AI搜索集成 - 中文智能搜索、学术搜索、思维导图生成. USE WHEN 秘塔搜索, metaso search, 中文搜索, 学术搜索, 智能问答. |
Before executing, check for user customizations in the following order:
Environment variables (highest priority):
METASO_API_KEY - API密钥METASO_CONFIG_PATH - 自定义配置文件路径Project-level configuration:
./.metaso-search/config.yaml./.metasoUser configuration (recommended):
~/.config/metaso-search/config.yamlTraditional Unix style:
~/.metasorcPAI compatibility path (deprecated, still supported):
~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/MetasoSearch/PREFERENCES.mdLoad the first available configuration and apply settings. For migration from old format, see ConfigMigration.md.
You MUST send this notification BEFORE doing anything else when this skill is invoked.
Send voice notification:
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOW workflow in the MetasoSearch skill to ACTION"}' \
> /dev/null 2>&1 &
Output text notification:
Running the **WorkflowName** workflow in the **MetasoSearch** skill to ACTION...
This is not optional. Execute this curl command immediately upon skill invocation.
| Trigger | Workflow | Purpose |
|---|---|---|
| "秘塔搜索", "metaso search", "智能搜索", "用秘塔搜索" | Workflows/IntelligentSearch.md | 全网智能搜索 |
| "学术搜索", "论文搜索", "academic search", "搜论文" | Workflows/AcademicSearch.md | 学术文献搜索 |
| "深度研究", "研究报告", "deep research", "用秘塔研究" | Workflows/DeepResearch.md | 深度研究报告生成 |
| "思维导图", "生成大纲", "mind map" | Workflows/IntelligentSearch.md | 带思维导图的搜索 |
核心能力:
使用前提:
需要配置秘塔API密钥(详见:SkillSearch('metasosearch configuration'))
配置API密钥:
~/.config/metaso-search/config.yaml(推荐)
export METASO_API_KEY="mk-xxxxx"搜索模式对比:
| 模式 | 适用场景 | 输出特点 | 耗时 |
|---|---|---|---|
| 简洁模式 | 快速问答 | 精简答案 | ~5秒 |
| 深入模式 | 深度了解 | 详细分析 | ~15秒 |
| 研究模式 | 研究报告 | 完整报告+思维导图 | ~60秒 |
Full Documentation:
SkillSearch('metasosearch configuration') → Configuration.mdSkillSearch('metasosearch modes') → SearchModes.mdSkillSearch('metasosearch examples') → Examples.md