返回顶部
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
安全检测
已通过
116
下载量
2
收藏
概述
安装方式
版本历史

sirchmunk

# Sirchmunk Search Simple local file search powered by LLM, no embedding-db, no indexing, no ETL. ## Tool: sirchmunk_search **Single parameter:** `query` — your search question in natural language. **Example:** ```bash ~/.openclaw/skills/sirchmunk/scripts/sirchmunk_search.sh "What is the RL agent's reward function?" ``` **Under the hood:** ```bash curl -s -X POST "http://localhost:8584/api/v1/search" \ -H "Content-Type: application/json" \ -d '{ "query": "<your query>", "paths": ["/path/to/search_paths"], "mode": "FAST" }' ``` Notes: The `paths` parameter requires pre-configuration as `SIRCHMUNK_SEARCH_PATHS` or inclusion as a search parameter. ## Prerequisites 1. Sirchmunk installed: `pip install sirchmunk` 2. Run `sirchmunk init` 3. Config: `~/.sirchmunk/.env`, `LLM_API_KEY`、`LLM_BASE_URL` and `LLM_MODEL_NAME` are required. `SIRCHMUNK_SEARCH_PATHS` is optional. 4. Server running: `sirchmunk serve` ## Homepage https://github.com/modelscope/sirchmunk

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sirchmunk-1776123613 技能

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

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

通过命令行安装

skillhub install sirchmunk-1776123613

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部