Search 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gno或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gno⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gno/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gno description: Search 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. allowed-tools: Bash(gno:*) Read ---
Fast 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 |
安装 Gno 后,可以对 AI 说这些话来触发它
Help me get started with Gno
Explains what Gno does, walks through the setup, and runs a quick demo based on your current project
Use Gno to search local documents, files, notes, and knowledge bases
Invokes Gno with the right parameters and returns the result directly in the conversation
What can I do with Gno in my documents & notes workflow?
Lists the top use cases for Gno, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gno/ 目录(个人级,所有项目可用),或 .claude/skills/gno/(项目级)。重启 AI 客户端后,用 /gno 主动调用,或让 AI 根据上下文自动发现并使用。
Gno 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gno 可免费安装使用。请查阅仓库了解许可证信息。
Search 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.
Gno 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Gno
Identifies repetitive steps in your workflow and sets up Gno to handle them automatically