Sirchmunk
v1Local file 搜索 using sirchmunk API. Use when you need to 搜索 for files or content by asking natural language questions.
运行时依赖
安装命令
点击复制技能文档
Sirchmunk 搜索
Simple local file 搜索 powered by LLM, no embedding-db, no 索引ing, no ETL.
工具: sirchmunk_搜索
Single parameter: 查询 — your 搜索 question in natural language.
Example:
~/.OpenClaw/技能s/sirchmunk/scripts/sirchmunk_搜索.sh "What is the RL 代理's reward function?"
Under the hood:
curl -s -X POST "http://localhost:8584/API/v1/搜索" \ -H "Content-Type: 应用/json" \ -d '{ "查询": "", "paths": ["/path/to/搜索_paths"], "mode": "FAST" }'
Notes: The paths parameter requires pre-configuration as SIRCHMUNK_搜索_PATHS or inclusion as a 搜索 parameter.
Prerequisites Sirchmunk 安装ed: pip 安装 sirchmunk 运行 sirchmunk init Config: ~/.sirchmunk/.env, LLM_API_KEY、LLM_BASE_URL and LLM_模型_NAME are required. SIRCHMUNK_搜索_PATHS is optional. Server 运行ning: sirchmunk serve Homepage
https://github.com/模型scope/sirchmunk