Communityv1.2.0

Gno

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wa...

3.6kdownloads4stars9active installsgmickel
View on ClawHubBack to Skills

Skill Details

Slug
gno
Latest Version
1.2.0
Author
gmickel
Published
Jan 4, 2026
Updated
May 11, 2026
Total Versions
7

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Gno.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.2.0

Native --detach / --status / --stop for gno serve and gno daemon (gno 1.2.0). New flag table + dedicated `### gno daemon` section in cli-reference.md teaches agents the full lifecycle: --pid-file, --log-file, --status (with --json gating), --stop (silent NOT_RUNNING), and exit code 3. Mutual exclusion of --detach/--status/--stop documented. Live-foreign (version-mismatched detached process) handling explained. Windows --detach gated with WSL guidance. Replaces all stale `nohup gno daemon` recipes.