一键导入
viz
Launch the memhub viz dashboard for the current repo in a browser tab.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Launch the memhub viz dashboard for the current repo in a browser tab.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read-only health check of the memhub project in this repo — schema version, render freshness, write-log activity
Bootstrap memhub in this repo — initialize the SQLite store, seed starter state and architecture narratives, render PROJECT.md and PROJECT_LEDGER.md
Initialize memhub for a repo in OpenCode; use when the user asks to bootstrap project memory.
Summarize this memhub session, route updates into the database, then re-render PROJECT.md and PROJECT_LEDGER.md
Rebuild + install memhub and bring every memhub instance on this machine (each known repo DB + the machine-global store) to head schema, resync installed agent skill wrappers, with a one-time fix for the ~/.local/bin PATH shadow. Run from the memhub source repo.
Wrap up an OpenCode memhub session; run the binary-rendered policy, draft updates, get per-item approval, write, and render.
| name | viz |
| description | Launch the memhub viz dashboard for the current repo in a browser tab. |
| framework | memhub |
| framework_version | 1.0.0 |
| last_updated | "2026-05-16T00:00:00.000Z" |
Launch the memhub web dashboard for this repo.
This is the Codex counterpart to the Claude Code /viz skill.
Both invoke the same memhub viz binary; they differ only in the
agent identifier on whatever read-side telemetry the host captures.
.memhub/ exists in the working repo (run /check-init if unsure).memhub binary on PATH and compiled with the viz feature (default build).memhub viz --open
This starts a local HTTP server (default port 4242) and opens the dashboard in the default browser. The server runs until you stop it (Ctrl-C).
If the default port is taken, pass an explicit one:
memhub viz --port 4243 --open
http://localhost:4242 (or the port chosen).memhub viz was compiled out → the binary was built without the viz
feature. Rebuild with cargo build --release (the feature is on by default).No such file or directory: .memhub/project.sqlite → memhub hasn't been
initialized in this repo. Run memhub init first.--port <other>.