gno-bak-2026-01-28t18-01-20-10-30Search 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 nicoataiza/gno-bak-2026-01-28t18-01-20-10-30Fast 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 precedents stored in PDFs and Word documents. The skill enables fast semantic search to find relevant clauses or past cases, improving research efficiency and reducing manual review time.
Researchers and universities can use this to index academic papers, notes, and code repositories. It supports hybrid search for literature reviews and generates AI answers with citations, aiding in knowledge synthesis and collaboration.
Startups can set up a local knowledge base by indexing documentation, meeting notes, and project files. The web UI and MCP integration allow teams to quickly find information and get AI-driven insights, enhancing productivity and onboarding.
Healthcare providers can index patient records, clinical notes, and research papers in secure local environments. The skill facilitates semantic search to retrieve relevant medical information, supporting diagnosis and compliance without cloud dependencies.
Media companies and content creators can index scripts, articles, and multimedia metadata. It helps in finding related content, visualizing connections for storytelling, and managing archives with tagging and filtering capabilities.
Offer a cloud-enhanced version with additional features like team collaboration, advanced analytics, and premium support. Revenue comes from monthly or annual subscriptions tailored to business size and usage tiers.
Sell on-premise licenses to large organizations requiring high security and customization. Include dedicated support, training, and integration services, with revenue from one-time licenses or annual maintenance contracts.
Provide a free core version for individual users, monetizing through paid add-ons such as advanced AI models, priority indexing, or enhanced web UI features. Revenue is generated from upsells and in-app purchases.
💬 Integration Tip
Integrate with existing document management systems via MCP tools and use the CLI for automated indexing in workflows to ensure real-time searchability after file changes.
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.