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.md
source content

Smart Search Skill

概述

集成 Tavily AI 搜索Brave 搜索,提供精准的网络搜索,专门优化用于:

  • 学术论文检索(arXiv、Google Scholar 等)
  • 算法文献查找
  • GitHub 仓库发现
  • 技术文档搜索
  • 最新 AI/ML 进展

依赖

  • MCP 服务器:
    tavily
    (首选,AI 优化)、
    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"

结果后处理

  1. 获取搜索结果后,用
    fetch
    MCP 服务器获取全文
  2. 提取:标题、摘要、关键结论、引用格式
  3. 验证来源质量(期刊影响因子、引用次数)
  4. 按相关性排序返回

搜索质量评估

来源类型可信度适用场景
Nature/Science/Physica D★★★★★核心算法引入
arXiv + 高引用★★★★☆新方法参考
GitHub + 1000+ stars★★★☆☆工具库选择
博客/论坛★★☆☆☆参考思路
无来源声明★☆☆☆☆不可引用

搜索报告格式

## 搜索结果: <查询词>

### 📑 学术文献
1. **[标题]** — 作者, 期刊, 年份
   摘要: ...
   关键结论: ...
   引用: Author et al. (Year). Title. Journal X(Y):Z.

### 💻 代码资源
1. **[仓库名]** - Star数 ⭐XXXX
   链接: ...
   简介: ...