← 返回 Skills 市场
Sirchmunk
作者
wangxingjun778
· GitHub ↗
· v1.0.0
· MIT-0
229
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sirchmunk
功能描述
Local file search using sirchmunk API. Use when you need to search for files or content by asking natural language questions.
安全使用建议
This skill is a small local client that talks to a sirchmunk server on localhost; the immediate code is simple and not itself exfiltrating. However, before installing or using it you should: 1) Inspect the sirchmunk server code (the SKILL.md points to a GitHub repo) to confirm how it reads files and where it sends content. 2) Be cautious about providing an LLM_API_KEY/LLM_BASE_URL: if these point to a cloud LLM, your searched file contents may be sent off-host. Prefer running a local, trusted LLM endpoint or omit sensitive directories from SIRCHMUNK_SEARCH_PATHS. 3) Keep the server bound to localhost and firewall it from external access. 4) Verify ~/.sirchmunk/.env contents and don't store global secrets there unless you trust the server implementation. 5) If unsure, run sirchmunk in an isolated environment or container and review network traffic while performing searches. These steps will reduce the risk of accidental data exfiltration.
功能分析
Type: OpenClaw Skill
Name: sirchmunk
Version: 1.0.0
The script `scripts/sirchmunk_search.sh` contains a shell injection vulnerability because the `$QUERY` and `$PATHS` variables are interpolated directly into a double-quoted string within a `curl` command. This allows for arbitrary command execution on the host if the input contains shell metacharacters (e.g., `$(command)`). While this is a critical security flaw, it appears to be an unintentional vulnerability rather than intentional malice, as the skill's functionality aligns with its documentation and references a legitimate open-source project (ModelScope/sirchmunk).
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included shell wrapper (scripts/sirchmunk_search.sh) are consistent: the skill is a thin client that POSTs a search query to a local sirchmunk server (http://localhost:8584/api/v1/search). The prerequisites (pip install sirchmunk, sirchmunk init, sirchmunk serve) match the stated purpose.
Instruction Scope
The SKILL.md and script themselves only send queries to a localhost endpoint and do not directly read or transmit arbitrary local files. However, the instructions require configuring ~/.sirchmunk/.env with LLM_API_KEY, LLM_BASE_URL, and LLM_MODEL_NAME and running the sirchmunk server — that server is likely responsible for reading configured search paths and contacting the external LLM. Because the skill delegates file access/networking to the server, the actual data flow depends on the server's behavior (not included here).
Install Mechanism
There is no install spec in the registry (instruction-only skill). The SKILL.md suggests installing sirchmunk via pip, which is expected for a Python-based local server; the included script is a simple curl wrapper with no obfuscated or high-risk install actions.
Credentials
The registry declares no required environment variables, but SKILL.md instructs the user to create ~/.sirchmunk/.env with LLM_API_KEY, LLM_BASE_URL, and LLM_MODEL_NAME (sensitive credentials). This mismatch (required secrets present in docs but not declared) is a red flag: the local server may transmit file contents to whichever LLM endpoint is configured, so providing those keys can enable exfiltration of searched content to external services.
Persistence & Privilege
The skill is not always-on, does not request special platform privileges, and the provided script does not modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with other high privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sirchmunk - 安装完成后,直接呼叫该 Skill 的名称或使用
/sirchmunk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
Sirchmunk 是什么?
Local file search using sirchmunk API. Use when you need to search for files or content by asking natural language questions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。
如何安装 Sirchmunk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sirchmunk」即可一键安装,无需额外配置。
Sirchmunk 是免费的吗?
是的,Sirchmunk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sirchmunk 支持哪些平台?
Sirchmunk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sirchmunk?
由 wangxingjun778(@wangxingjun778)开发并维护,当前版本 v1.0.0。
推荐 Skills