Agent Skills
› winstonkoh87/Athena-Public
› semantic-search
semantic-search
GitHub提供基于本地RAG系统的语义搜索能力,通过调用smart_search.py执行精确的知识检索,并综合结果以支持内部库和协议的快速查找。
Trigger Scenarios
search memory
find protocol
do we have a case study on
Install
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
Version History
- e624e2d Current 2026-07-19 08:47


