Agent Skills
› winstonkoh87/Athena-Public
› semantic-search
semantic-search
GitHub封装智能搜索脚本,通过语义向量检索内部知识库与协议文档。触发后执行精确查找并综合结果,用于快速定位技术细节或案例研究,提升信息获取效率。
触发场景
search memory
find protocol
do we have a case study on
安装
npx skills add winstonkoh87/Athena-Public --skill semantic-search -g -y
SKILL.md
Frontmatter
{
"name": "semantic-search",
"model": "default",
"auto-invoke": false,
"description": "Executes exact Exocortex embeddings lookup for internal libraries. Wraps smart_search.py.",
"allowed-tools": [
"Bash"
],
"argument-hint": "find <query>",
"user-invocable": false,
"context_trigger": "search memory, find protocol, do we have, case study, recall, look up, exocortex, knowledge base"
}
The Exocortex Semantic Engine
A direct interface to the local RAG (Retrieval-Augmented Generation) system, wrapping smart_search.py for high-precision knowledge retrieval.
Triggers
"search memory", "find protocol", "do we have a case study on"
Core Mechanics
- Executes
python3 Athena-Public/examples/scripts/smart_search.py "<query>" --limit 5 - Synthesizes the results before pulling the full markdown files into the context window.
Reference Paths
.context/memories/protocols/coding/108-semantic-search-standards.md
版本历史
- e624e2d 当前 2026-07-19 08:47


