KL8-2026 smart-search
Use when: need to search the web, look up research papers, find documentation, search for algorithms, get latest news, AI-optimized search, Tavily search, Brave search, academic search, find GitHub repositories. Use for any web search task.
install
source · Clone the upstream repo
git clone https://github.com/meteor-007/KL8-2026
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/meteor-007/KL8-2026 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/smart-search" ~/.claude/skills/meteor-007-kl8-2026-smart-search && rm -rf "$T"
manifest:
.github/skills/smart-search/SKILL.mdsource content
Smart Search Skill
概述
集成 Tavily AI 搜索和 Brave 搜索,提供精准的网络搜索,专门优化用于:
- 学术论文检索(arXiv、Google Scholar 等)
- 算法文献查找
- GitHub 仓库发现
- 技术文档搜索
- 最新 AI/ML 进展
依赖
- MCP 服务器:
(首选,AI 优化)、tavily
(备选)、brave-search
(全文获取)fetch
搜索策略
学术论文搜索(优先级 1: Tavily)
查询模板: "<算法名> <作者> site:arxiv.org OR site:semanticscholar.org" 示例: "Transfer entropy time series Schreiber 2000 Physica" "Benjamini-Hochberg FDR multiple testing 1995 JRSS" "Weibull survival analysis hazard rate reliability engineering"
KL8 系统相关搜索
针对本系统的专用搜索策略:
— 找机器学习彩票应用论文lottery number sequence machine learning IEEE
— 非平稳序列方法non-stationary time series prediction methods
— 多重检验方法multiple hypothesis testing FDR correction
— 转移熵最新研究transfer entropy directed information flow
算法实现搜索
"<algorithm> python implementation github" "<library> MCP server npm" "<framework> best practices 2025"
结果后处理
- 获取搜索结果后,用
MCP 服务器获取全文fetch - 提取:标题、摘要、关键结论、引用格式
- 验证来源质量(期刊影响因子、引用次数)
- 按相关性排序返回
搜索质量评估
| 来源类型 | 可信度 | 适用场景 |
|---|---|---|
| Nature/Science/Physica D | ★★★★★ | 核心算法引入 |
| arXiv + 高引用 | ★★★★☆ | 新方法参考 |
| GitHub + 1000+ stars | ★★★☆☆ | 工具库选择 |
| 博客/论坛 | ★★☆☆☆ | 参考思路 |
| 无来源声明 | ★☆☆☆☆ | 不可引用 |
搜索报告格式
## 搜索结果: <查询词> ### 📑 学术文献 1. **[标题]** — 作者, 期刊, 年份 摘要: ... 关键结论: ... 引用: Author et al. (Year). Title. Journal X(Y):Z. ### 💻 代码资源 1. **[仓库名]** - Star数 ⭐XXXX 链接: ... 简介: ...