wiki-commands
Installation
SKILL.md
Hermes Wiki Commands
Hermes LLM Wikis are persistent, curated, attributable knowledge bases following Karpathy's LLM Wiki pattern. Markdown files and Raw Sources are authoritative; SQLite projections are rebuildable support views.
All commands are available three ways:
hermes wiki <verb> …— top-level Hermes CLI subcommand/wiki <verb> …— in-session slash commandhermes-wiki <verb> …— standalone executable
Resolving the target wiki
Most verbs accept --wiki <slug>. Without it, the profile-local current wiki is
used (set via wiki switch <slug>). Mutations additionally require a write
grant: HERMES_WIKI=<slug> in the environment, wiki.write_grants in
config.yaml, or the wiki toolset enabled.