← Back to Skills Marketplace
Agentlens
by
nguyenphutrong
· GitHub ↗
· v1.0.0
5329
Downloads
4
Stars
24
Active Installs
1
Versions
Install in OpenClaw
/install 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.
Usage Guidance
Safe to install for codebase navigation. Before allowing the agent to run `agentlens` to regenerate docs, confirm the command is the trusted AgentLens CLI, and verify important guidance from .agentlens files against the actual source code when making changes.
Capability Analysis
Type: OpenClaw Skill
Name: agentlens
Version: 1.0.0
The skill bundle is benign. It consists solely of markdown files and a metadata JSON, with no executable scripts or code. The markdown files provide instructions to the AI agent on how to navigate and interpret a specific documentation structure (`.agentlens/INDEX.md`, `modules/{slug}/MODULE.md`, etc.) for codebase understanding. All instructions are informational and workflow-oriented, guiding the agent's reading and comprehension process, and do not contain any malicious commands, data exfiltration attempts, persistence mechanisms, or prompt injection designed to subvert the agent's core purpose or access unrelated sensitive data. The mention of a `agentlens` command in `SKILL.md` is an instruction for the agent's potential external actions, not a command executed by the skill itself.
Capability Assessment
Purpose & Capability
The stated purpose is codebase navigation, and the artifacts consistently provide markdown guidance for reading .agentlens indexes, module docs, outlines, memory notes, imports, and relevant source sections.
Instruction Scope
The skill directs agents to consult project-local generated documentation before source files; this is purpose-aligned, but those files should be treated as navigation aids rather than higher authority than user instructions or actual code.
Install Mechanism
The bundle contains only markdown files and no executable installer. It mentions an optional local `agentlens` command to regenerate docs if stale, so users should ensure any such binary is from a trusted installation.
Credentials
Expected access is limited to local project documentation and relevant source code for navigation. The artifacts do not request credentials, network access, broad local indexing, uploads, account actions, or unrelated data access.
Persistence & Privilege
No background workers, persistence hooks, privilege escalation, credential storage, or autonomous long-running behavior are defined in the skill artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentlens - After installation, invoke the skill by name or use
/agentlens - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
🎉 Initial Release
First public release of the AgentLens skill for AI coding assistants.
✨ Features
- Codebase Navigation - Teaches AI agents to navigate large codebases using agentlens docs
- Progressive Disclosure - Core skill + references loaded on-demand
- Multi-Platform - Claude Code, OpenCode, Codex CLI compatible
- Token-Efficient - Navigation patterns with 80-96% token savings
📦 Structure
agentlens/
├── SKILL.md # Core instructions
└── references/
├── navigation.md # Navigation patterns
└── structure.md # .agentlens/ explained
🔧 Install
agentlens skills install
📋 Platforms
- Claude Code: ~/.claude/skills/agentlens/
- OpenCode: ~/.config/opencode/skill/agentlens/
- Codex CLI: ~/.codex/skills/agentlens/
---
Links: GitHub (https://github.com/nguyenphutrong/agentlens) · Docs (https://github.com/nguyenphutrong/agentlens#readme)
Metadata
Frequently Asked Questions
What is Agentlens?
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. It is an AI Agent Skill for Claude Code / OpenClaw, with 5329 downloads so far.
How do I install Agentlens?
Run "/install agentlens" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentlens free?
Yes, Agentlens is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agentlens support?
Agentlens is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agentlens?
It is built and maintained by nguyenphutrong (@nguyenphutrong); the current version is v1.0.0.
More Skills