gnoSearch local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs RAG/semantic search, or wants to start a local web UI for their docs.
Install via ClawdBot CLI:
clawdbot install gmickel/gnoFast local semantic search. Index once, search instantly. No cloud, no API keys.
gno init # Initialize in current directory
gno collection add ~/docs --name docs # Add folder to index
gno index # Build index (ingest + embed)
gno search "your query" # BM25 keyword search
| Category | Commands | Description |
| ------------ | ---------------------------------------------------------------- | --------------------------------------------------------- |
| Search | search, vsearch, query, ask | Find documents by keywords, meaning, or get AI answers |
| Links | links, backlinks, similar, graph | Navigate document relationships and visualize connections |
| Retrieve | get, multi-get, ls | Fetch document content by URI or ID |
| Index | init, collection add/list/remove, index, update, embed | Set up and maintain document index |
| Tags | tags, tags add, tags rm | Organize and filter documents |
| Context | context add/list/rm/check | Add hints to improve search relevance |
| Models | models list/use/pull/clear/path | Manage local AI models |
| Serve | serve | Web UI for browsing and searching |
| MCP | mcp, mcp install/uninstall/status | AI assistant integration |
| Skill | skill install/uninstall/show/paths | Install skill for AI agents |
| Admin | status, doctor, cleanup, reset, vec, completion | Maintenance and diagnostics |
| Command | Speed | Best For |
| ---------------------- | ------- | ---------------------------------- |
| gno search | instant | Exact keyword matching |
| gno vsearch | ~0.5s | Finding similar concepts |
| gno query --fast | ~0.7s | Quick lookups |
| gno query | ~2-3s | Balanced (default) |
| gno query --thorough | ~5-8s | Best recall, complex queries |
| gno ask --answer | ~3-5s | AI-generated answer with citations |
Retry strategy: Use default first. If no results: rephrase query, then try --thorough.
-n <num> Max results (default: 5)
-c, --collection Filter to collection
--tags-any <t1,t2> Has ANY of these tags
--tags-all <t1,t2> Has ALL of these tags
--json JSON output
--files URI list output
--line-numbers Include line numbers
--index <name> Alternate index (default: "default")
--config <path> Override config file
--verbose Verbose logging
--json JSON output
--yes Non-interactive mode
--offline Use cached models only
--no-color Disable colors
--no-pager Disable paging
If you edit/create files that should be searchable via vector search:
gno index # Full re-index (sync + embed)
# or
gno embed # Embed only (if already synced)
MCP gno.sync and gno.capture do NOT auto-embed. Use CLI for embedding.
| Topic | File |
| ----------------------------------------------------- | ------------------------------------ |
| Complete CLI reference (all commands, options, flags) | cli-reference.md |
| MCP server setup and tools | mcp-reference.md |
| Usage examples and patterns | examples.md |
Generated Mar 1, 2026
Law firms can index case files, contracts, and legal research to quickly find precedents or clauses. The hybrid search enables precise keyword matching for case numbers and semantic understanding for legal concepts, improving case preparation efficiency.
Researchers index PDFs, notes, and code repositories to search across publications and datasets. The AI answer feature helps synthesize findings from multiple sources, while the web UI allows collaborative browsing of research materials.
Startups use it to index meeting notes, product docs, and codebases, enabling employees to find information instantly. The MCP integration allows AI assistants to answer questions based on company knowledge, reducing onboarding time.
Medical institutions index patient records, research papers, and clinical guidelines to support diagnostic decisions. The semantic search helps find similar cases or treatments, while maintaining data privacy locally.
Writers and journalists index articles, interviews, and reference materials to retrieve relevant information for stories. The tagging system organizes content by topic, and the graph feature visualizes connections between ideas.
Offer a free tier for individual users with basic search and indexing, and paid plans for teams with advanced features like AI answers, MCP integrations, and priority support. Revenue comes from monthly subscriptions based on usage limits.
Sell licenses for on-premises deployment to large organizations requiring data privacy and customization. Include features like high-volume indexing, dedicated support, and integration with existing systems, with revenue from one-time or annual fees.
Provide services to set up and tailor the tool for specific industries, such as legal or healthcare, including custom indexing pipelines and integration with proprietary software. Revenue is generated through project-based fees and ongoing maintenance contracts.
💬 Integration Tip
Use the MCP tools for seamless AI agent integration, and regularly run 'gno index' after file changes to keep vector embeddings up-to-date for accurate semantic search.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.