← 返回 Skills 市场
tristanmanchester

SIFS Search: Fast hybrid code search for agents

作者 Tristan Manchester · GitHub ↗ · v0.1.0 · MIT-0
darwinlinux ✓ 安全检测通过
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sifs-search
功能描述
Use this skill when you need to find code in a local checkout or Git source by behavior, intent, symbol, file path, related implementation, or indexed chunk...
使用说明 (SKILL.md)

Use SIFS from the shell when you need codebase context. The CLI is the reliable path; MCP tools are optional and should only be used when they are visible in the current agent session.

When to Use

  • Use for local code search, symbol discovery, behavior tracing, related-code lookup, and indexed file/chunk inspection.
  • Use before reading many files by hand when the task starts with "where is...", "how is...", "find the implementation...", or "what code handles...".
  • Do not use for general web research, package documentation lookup, or non-code document search unless the user explicitly points SIFS at a source tree.

Start by discovering the local contract:

sifs agent-context --json

Search by intent, behavior, symbol, or exact text:

sifs search "authentication flow" --source \x3Cproject>
sifs search "save_pretrained" --source \x3Cproject> --mode bm25
sifs search "save model to disk" --source \x3Cproject> --limit 10

Inspect indexed files and chunks before reading broad files:

sifs list-files --source \x3Cproject> --limit 200 --json
sifs get src/auth.rs 42 --source \x3Cproject>
sifs find-related src/auth.rs 42 --source \x3Cproject>

Use --source \x3Cproject> when the agent may not be running from the target checkout. Use --filter-path \x3Crepo-relative-path> for path narrowing and --limit for bounded results.

If MCP tools named search, get_chunk, or list_files are visible, they may be used for the same workflow. If they are missing, configured-but-invisible, or failing, fall back to the CLI immediately.

Bundled support files:

  • references/commands.md contains command recipes.
  • references/mcp.md explains MCP fallback rules.
  • references/troubleshooting.md covers setup and stale-instruction checks.
  • scripts/check-setup.sh verifies that sifs is on PATH and can print the agent contract.
安全使用建议
This skill appears safe to use if you trust the SIFS CLI. Before installing, verify the package source, keep searches scoped with `--source` and limits, and review any saved profiles or AGENTS.md changes before allowing them to persist.
功能分析
Type: OpenClaw Skill Name: sifs-search Version: 0.1.0 The sifs-search skill bundle provides a legitimate interface for the 'sifs' (Semantic Indexing and File Search) CLI tool, designed for local codebase exploration and semantic search. The scripts and documentation (SKILL.md, scripts/check-setup.sh) are focused on environment verification and providing command recipes for code analysis. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; installation instructions rely on standard package managers like Homebrew and Cargo.
能力评估
Purpose & Capability
The documented behavior matches the stated purpose: searching local or Git source trees by intent, symbol, path, and indexed chunks.
Instruction Scope
The skill directs the agent to use the SIFS CLI and optional MCP tools, with useful scoping guidance such as --source, --filter-path, and --limit.
Install Mechanism
Installation depends on an external `sifs` binary from Homebrew/Cargo; this is expected for the skill but the binary itself is outside the provided artifact review.
Credentials
The environment access is proportionate for code search: shell access and local source-tree reads, with no credentials or required environment variables declared.
Persistence & Privilege
The references document saved profiles and an optional AGENTS.md installation command, both of which can persist beyond a single search session.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sifs-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sifs-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release of the SIFS Search skill. Adds CLI-first hybrid code search guidance, MCP fallback rules, setup checks, and explicit Homebrew/Cargo installation instructions for agents.
元数据
Slug sifs-search
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SIFS Search: Fast hybrid code search for agents 是什么?

Use this skill when you need to find code in a local checkout or Git source by behavior, intent, symbol, file path, related implementation, or indexed chunk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 SIFS Search: Fast hybrid code search for agents?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sifs-search」即可一键安装,无需额外配置。

SIFS Search: Fast hybrid code search for agents 是免费的吗?

是的,SIFS Search: Fast hybrid code search for agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SIFS Search: Fast hybrid code search for agents 支持哪些平台?

SIFS Search: Fast hybrid code search for agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 SIFS Search: Fast hybrid code search for agents?

由 Tristan Manchester(@tristanmanchester)开发并维护,当前版本 v0.1.0。

💬 留言讨论