claw-maintainer-tui is the repo. clawlens is the CLI and TUI shipped from it.
This tool is a local-first OpenClaw maintainer cockpit:
- sync PR and issue metadata into SQLite
- search PRs and issues with exact, FTS, and optional vector-backed ranking
- cross-reference issues to PRs and PRs to issues
- inspect cluster candidates and merge-readiness facts
- triage a priority inbox and local watch/ignore state in the terminal
- build and benchmark semantic review datasets
The CLI only syncs when you ask it to. Search and TUI flows read from the local index by default and use gh for sync/refresh operations.
- Node
>=22 pnpm@10ghauthenticated for the target GitHub repo
pnpm install
pnpm clawlens --help
pnpm clawlens sync --full --repo openclaw/openclaw
pnpm clawlens sync-issues --full --repo openclaw/openclaw
pnpm clawlens tui --repo openclaw/openclawUseful follow-up commands:
pnpm clawlens search 'label:"size: XS" marker spoofing'
pnpm clawlens issue-search 'state:open marker spoofing'
pnpm clawlens xref-issue 41789
pnpm clawlens cluster-pr 41793 --refresh
pnpm clawlens status --repo openclaw/openclawpnpm verifyThis runs typecheck, tests, and formatting checks.
From the repo root:
pnpm link --globalThen run:
clawlens tui --repo openclaw/openclaw
clawlens search 'marker spoofing'
clawlens status --repo openclaw/openclaw