knol.spacePrivate and shared knowledge spaces

knol.space

Invite-only knowledge spaces for Markdown notes, articles, media transcripts, graph links, and agent workflows.

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_SLUG

Add and search

Use 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 content

Agent skills

Install 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 attention

How folders work

A 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.