Skip to content

braveness23/ocview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocview

Terminal UI for browsing OpenClaw state — skills, hooks, models, sessions, cron jobs, memory, webhooks, and more.

Build

Requires Go 1.22+.

git clone https://github.com/braveness23/ocview
cd ocview
go build -o ocview .

Or just run directly:

go run .

Usage

./ocview

Reads live state from ~/.openclaw/. No arguments needed.

Key Bindings

Main view

Key Action
/ Navigate
/ Enter / Tab Open items / open detail
/ Esc Back
/ Search / filter
s Cycle scope filter (Skills category)
n New skill (Skills category)
o Open in $EDITOR
t Toggle enabled (hooks, cron, webhooks)
d Delete (installed skills, cron jobs)
r Reload all data
q / Ctrl+C Quit

Detail / Transcript

Key Action
/ Scroll line
PgDn / PgUp Scroll half-page
Home / End Top / bottom
Enter Expand/collapse tool call (transcript)
o Open in $EDITOR
q / Esc Close

Vim aliases j/k, g/G, d/u also work everywhere.

Categories

Category Source
Skills ~/.openclaw/skills/ + npm global built-ins
Hooks ~/.openclaw/openclaw.jsonhooks.internal
Models ~/.openclaw/openclaw.jsonmodels.providers
Workspace ~/.openclaw/workspace/*.md
MCP ~/.openclaw/openclaw.jsonmcp.servers
Sessions ~/.openclaw/agents/main/sessions/*.jsonl
Cron ~/.openclaw/cron/jobs.json
Memory ~/.openclaw/memory/main.sqlite
Updates CHANGELOG.md + update-check.json
Webhooks ~/.openclaw/openclaw.jsonplugins.entries.webhooks
Audit Log ~/.openclaw/logs/config-audit.jsonl

About

Terminal UI for browsing OpenClaw state — skills, hooks, models, sessions, memory, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages