返回顶部
s

sirchmunk本地文件搜索

Local file search using sirchmunk API. Use when you need to search for files or content by asking natural language questions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
138
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

sirchmunk

Sirchmunk 搜索

由大语言模型驱动的简单本地文件搜索,无需嵌入数据库、无需索引、无需ETL。

工具:sirchmunk_search

单一参数: query — 您的自然语言搜索问题。

示例:
bash
~/.openclaw/skills/sirchmunk/scripts/sirchmunk_search.sh 强化学习智能体的奖励函数是什么?

底层实现:
bash
curl -s -X POST http://localhost:8584/api/v1/search \
-H Content-Type: application/json \
-d {
query: <您的查询>,
paths: [/path/to/search_paths],
mode: FAST
}

注意:paths 参数需要预先配置为 SIRCHMUNKSEARCHPATHS,或作为搜索参数包含在内。

前置条件

  1. 1. 安装 Sirchmunk:pip install sirchmunk
  2. 运行 sirchmunk init
  3. 配置:~/.sirchmunk/.env,需要设置 LLMAPIKEY、LLMBASEURL 和 LLMMODELNAME。SIRCHMUNKSEARCHPATHS 为可选配置。
  4. 启动服务:sirchmunk serve

主页

https://github.com/modelscope/sirchmunk

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sirchmunk-1776123613 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sirchmunk-1776123613 技能

通过命令行安装

skillhub install sirchmunk-1776123613

下载

⬇ 下载 sirchmunk v1.0.0(免费)

文件大小: 1.75 KB | 发布时间: 2026-4-14 10:50

v1.0.0 最新 2026-4-14 10:50
Sirchmunk 1.0.0

- Initial release providing a simple, LLM-powered local file search using the sirchmunk API.
- Supports natural language queries with no need for embedding-db, indexing, or ETL.
- Requires prior installation and configuration of Sirchmunk and an LLM API key.
- Example command and API usage provided for easy integration.
- Paths for searches must be pre-configured or passed as parameters.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部