2026-07-16 17:26:23 +08:00
|
|
|
# Obelisk CLI
|
|
|
|
|
|
2026-08-04 11:33:01 -04:00
|
|
|
The local Obelisk runtime used by coding agents. It indexes Claude Code, Codex,
|
|
|
|
|
Kimi Code, and Pi transcripts into `~/.obelisk/obelisk.sqlite` and exposes the
|
|
|
|
|
stable `build`, `search`, `query`, and `attune` process interface.
|
2026-07-16 17:26:23 +08:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
npm install --global @obelisk-apps/cli
|
|
|
|
|
obelisk --version
|
|
|
|
|
obelisk install
|
|
|
|
|
obelisk --query /tmp/query.mjs
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
`obelisk install` installs the separate docs-only agent skill from
|
|
|
|
|
`tommy0103/obelisk-skill`. The CLI itself remains daemon-free: each command
|
|
|
|
|
refreshes the local index when write ownership is available, then exits.
|