From laqrumcode
Opens a local read-only web UI to explore the laqrumcode memory graph (dashboard, memory/concept browsers, graph explorer). Use to visualize or inspect stored data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laqrumcode:laqrumcode-web-uiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A local, read-only web UI for exploring the laqrumcode memory graph (GH #15, v1):
A local, read-only web UI for exploring the laqrumcode memory graph (GH #15, v1): Dashboard (record counts + embedding coverage), Memory browser, Concept browser, and an interactive Graph explorer.
node scripts/open-ui.mjs
This reads the daemon's auth token (~/.laqrumcode/cache/auth-token) and opens
http://127.0.0.1:<port>/ui in the browser. The default port is
33000 + (uid % 10000) (kept above the daemon's IPC port window); override
with LAQRUMCODE_UI_PORT.
127.0.0.1-only TCP listener, separate
from the Unix-socket hook API.LAQRUMCODE_UI=0 to disable the UI server in the daemon entirely.npx claudepluginhub 42u/laqrumcode --plugin laqrumcodeLaunches local HTTP server to view AGD memory files in browser: searchable blocks, force-directed graph of refs, rendered Markdown bodies with navigation. Use for 'view memory' or inspect project memory.
Manages the LTM graph visualization server: start, stop, or check status of the force-graph UI at localhost:7332 viewing openltm.db.
Explains how claude-mem captures observations, injects context, and where data is stored locally.