CLI setup
Authorize once in the browser, then the CLI stores your local user token and default space.
npm install -g knol.space
knol auth
knol spaces
knol use SPACE_ID_OR_SLUGInvite-only knowledge spaces for Markdown notes, articles, media transcripts, graph links, and agent workflows.
Authorize once in the browser, then the CLI stores your local user token and default space.
npm install -g knol.space
knol auth
knol spaces
knol use SPACE_ID_OR_SLUGUse folder paths as the first argument to organize documents in the web sidebar.
knol add llms/study https://ynarwal.github.io/how-llms-work/
knol add robotics/to-read https://example.com/article
knol ingest robotics/videos https://youtube.com/watch?v=...
knol search "transformer attention"
knol delete llms/study --yes
knol sync pull --dir contentInstall Codex skills and Claude slash commands that call the same authenticated CLI.
knol install-skills
/knol-add llms/study https://example.com/article
/knol-search transformer attentionA slug like llms/study/how-llms-work appears as nested folders in the space sidebar. Owners and admins can archive a single document or every document under a folder from that tree.