search

Search files, code, and documentation using FTS5 with grep fallback.

Updated May 11, 2026
One-click install
npx skills add https://github.com/webn77/opennexus --skill search-webn77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/webn77/opennexus/tree/main/skills/search
Command: npx skills add https://github.com/webn77/opennexus --skill search-webn77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of finding relevant files and information across large repositories and file systems, reducing search time and effort.

Core Features & Use Cases

  • Unified Search Interface: Combines full-text search (FTS5) with grep fallback for comprehensive results.
  • Scope: Searches through files, documents, projects, source code, and memory indices in multiple formats.
  • Use Case: Quickly locate related code snippets or documentation by entering a simple keyword or phrase, streamlining development or research tasks.

Quick Start

Use the search skill to find all instances of 'API integration' across your project files.

Frequently Asked Questions about search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for specific code snippets across multiple repositories?

Full-text search across repositories combines FTS5 indexing with grep fallback to locate specific code snippets and files by keyword. This approach scans project files, source code, and documentation to retrieve relevant information efficiently.

What is the best way to find documentation files in a large project?

Finding documentation in large projects requires a unified search interface that indexes documents and memory indices. It uses FTS5 full-text search to quickly retrieve relevant files without manual browsing.

Does full-text search work if FTS5 is not available on my system?

Full-text search works without FTS5 by falling back to grep for broader compatibility. This ensures you can still perform comprehensive searches across files, code, and documentation even when FTS5 is unavailable.

Can I search for a keyword phrase across both source code and documentation simultaneously?

Searching across source code and documentation simultaneously is supported by entering a keyword or phrase into the unified interface. It scans multiple file formats, projects, and memory indices to return matching results.

What file formats and scopes are supported when searching for project data?

Supported search scopes include files, documents, projects, source code, and memory indices in multiple formats. It retrieves relevant project data by scanning these sources using FTS5 and grep fallback.