miaoda-web-search
SKILL.md
Web Search
通过 miaoda-studio-cli search-summary 按关键词搜索互联网信息,由 AI 自动总结。
Quick Reference
| 参数 | 说明 | 必需 | 默认值 |
|---|---|---|---|
--query |
搜索关键词(1-500 字符) | 是 | - |
--output, -o |
输出格式: text/json | 否 | text |
命令选择决策树
用户想获取互联网信息
├─ 有具体 URL → miaoda-studio-cli web-crawl(见 miaoda-web-fetch skill)
├─ 无具体 URL,需搜索 → miaoda-studio-cli search-summary
└─ 先搜索再深入 → search-summary 获取 URL → web-crawl 提取详情(见 miaoda-web-fetch skill)