Install
openclaw skills install @wei840222/cx-cliSemantic code navigation with cx CLI. Use when you need to understand code structure before reading files, find symbol definitions, trace references before refactoring, or explore large codebases efficiently. Triggers: 'cx overview', 'cx symbols', 'cx definition', 'cx references', 'code structure', 'find function', 'where is X defined', 'who calls X', 'semantic navigation'.
openclaw skills install @wei840222/cx-cliUse cx for semantic code navigation before reading whole files. Start narrow and
only expand context when the task requires it.
Follow this escalation order:
cx overview <path> to understand a file or directory.cx symbols to discover named symbols.cx definition or cx references to inspect a symbol or its semantic usages.Use cx before exploring code, editing a named symbol, refactoring, or resuming
work after context compression. For ambiguous names, find candidates with
cx symbols --name "*partial*", then narrow definition with --from.
--root <path>.cx overview . for a
first-use probe; its missing-grammar output includes the install command.cx is read-only. Use normal read and edit tools for changes or for full-file context.
Run cx skill references to list expanded guidance, then run
cx skill references <name> to print one reference on demand.