2.8k★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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | nguyenphutrong |
| repository | nguyenphutrong/agentlens |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @nguyenphutrong/agentlens |
| last updated | Feb 7, 2026 |
Maintainer

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
Before Working on Any Codebase
Always start by reading .agentlens/INDEX.md for the project map.
Navigation Hierarchy
| Level | File | Purpose |
|---|---|---|
| L0 | INDEX.md | Project overview, all modules listed |
| L1 | modules/{slug}/MODULE.md | Module details, file list |
| L1 | modules/{slug}/outline.md | Symbols in large files |
| L1 | modules/{slug}/memory.md | TODOs, warnings, business rules |
| L1 | modules/{slug}/imports.md | File dependencies |
| L2 | files/{slug}.md | Deep docs for complex files |
Navigation Flow
INDEX.md → Find module → MODULE.md → outline.md/memory.md → Source file
When To Read What
| You Need | Read This |
|---|---|
| Project overview | .agentlens/INDEX.md |
| Find a module | INDEX.md, search module name |
| Understand a module | modules/{slug}/MODULE.md |
| Find function/class in large file | modules/{slug}/outline.md |
| Find TODOs, warnings, rules | modules/{slug}/memory.md |
| Understand file dependencies | modules/{slug}/imports.md |
Best Practices
- Don't read source files directly for large codebases - use outline.md first
- Check memory.md before modifying code to see warnings and TODOs
- Use outline.md to locate symbols, then read only the needed source sections
- Regenerate docs with
agentlenscommand if they seem stale
For detailed navigation patterns, see references/navigation.md For structure explanation, see references/structure.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.
