skills$openclaw/agentlens
nguyenphutrong2.8k

by nguyenphutrong

agentlens – OpenClaw Skill

agentlens is an OpenClaw Skills integration for writing workflows. Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.

2.8k stars819 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameagentlens
descriptionNavigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure. OpenClaw Skills integration.
ownernguyenphutrong
repositorynguyenphutrong/agentlens
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nguyenphutrong/agentlens
last updatedFeb 7, 2026

Maintainer

nguyenphutrong

nguyenphutrong

Maintains agentlens in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
references
navigation.md
1.5 KB
structure.md
1.5 KB
_meta.json
278 B
SKILL.md
1.9 KB
SKILL.md

name: agentlens description: Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure. metadata: short-description: Codebase navigation with agentlens author: agentlens version: "1.0"

AgentLens - Codebase Navigation

Always start by reading .agentlens/INDEX.md for the project map.

LevelFilePurpose
L0INDEX.mdProject overview, all modules listed
L1modules/{slug}/MODULE.mdModule details, file list
L1modules/{slug}/outline.mdSymbols in large files
L1modules/{slug}/memory.mdTODOs, warnings, business rules
L1modules/{slug}/imports.mdFile dependencies
L2files/{slug}.mdDeep docs for complex files

Navigation Flow

INDEX.md → Find module → MODULE.md → outline.md/memory.md → Source file

When To Read What

You NeedRead This
Project overview.agentlens/INDEX.md
Find a moduleINDEX.md, search module name
Understand a modulemodules/{slug}/MODULE.md
Find function/class in large filemodules/{slug}/outline.md
Find TODOs, warnings, rulesmodules/{slug}/memory.md
Understand file dependenciesmodules/{slug}/imports.md

Best Practices

  1. Don't read source files directly for large codebases - use outline.md first
  2. Check memory.md before modifying code to see warnings and TODOs
  3. Use outline.md to locate symbols, then read only the needed source sections
  4. Regenerate docs with agentlens command if they seem stale

For detailed navigation patterns, see references/navigation.md For structure explanation, see references/structure.md

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install agentlens?

Run openclaw add @nguyenphutrong/agentlens in your terminal. This installs agentlens into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/nguyenphutrong/agentlens. Review commits and README documentation before installing.