A specialized skill for inspecting and mapping the structure, logic, and data flow of local codebases without modifying files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-explore
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-explore using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Code Explore is a diagnostic and discovery skill designed for AI agents to gain a comprehensive understanding of an existing local codebase. It focuses on identifying directory hierarchies, entry points, and architectural patterns within the project environment. By utilizing Openclaw Skills, this tool enables developers to trace complex call paths and dependencies before attempting any code modifications, ensuring a safe and informed development process.
This skill is particularly valuable for complex repositories where manual exploration is time-consuming. It provides a structured way to visualize how core modules interact, how state is managed across different layers, and where external service boundaries are defined, all while maintaining a strictly read-only approach to the source code.
The Code Explore skill is integrated into the standard Openclaw Skills environment. To ensure it has access to your project for analysis, simply navigate to your local repository:
# Navigate to your project directory
cd your-project-folder
# Trigger the exploration via your AI agent
# The skill will automatically detect local files and configurations
| Component | Description |
|---|---|
| Directory Structure | A visual map of relevant folders and files discovered during exploration. |
| Entry Points | List of main files where execution, bootstrapping, or routing begins. |
| Module Registry | Descriptions of core modules, their responsibilities, and their place in the hierarchy. |
| Call Graphs | Mapping of function relationships, event flows, and cross-module interactions. |
| Data Schema | Summary of how data moves from initial input to final output or side effects. |
Loading
A precision-focused skill for AI agents to implement or modify code in local projects while strictly adhering to existing project styles and handling edge cases.

Code Architect generates minimal, actionable implementation plans and architectural designs optimized for your existing local codebase.

An intelligent task router that coordinates specialized AI agents to handle complex coding lifecycles from exploration to deployment.

A comprehensive skill for integrating Langfuse observability, prompt management, and evaluation into AI coding agent workflows.

An intelligent document processing skill powered by the MinerU API for high-precision OCR and layout analysis of scanned PDFs.

A smart utility to monitor, visualize, and manage your AI session's token consumption and remaining context window.








































