claude-explorer

Generates a self-contained HTML browser for Claude filesystem and project files via Python crawler and local HTTP server.

3|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kitaekatt/plugins-kit --skill claude-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-explorer
Source: https://github.com/kitaekatt/plugins-kit/tree/main/plugins/prototypes/skills/claude-explorer
Command: npx skills add https://github.com/kitaekatt/plugins-kit --skill claude-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the difficulty of navigating and auditing the complex, multi-root structure of your Claude Code environment, including marketplaces, plugins, and project-specific configurations.

Core Features & Use Cases

  • Hierarchical Visualization: Provides a browsable, Omarchy-style HTML interface to explore your ~/.claude/ directory and current project root.
  • Deep Rendering: Allows you to click on primitives like scripts, manifests, and markdown files to view their contents inline without leaving the browser.
  • Use Case: Use this to quickly audit your installed plugins, verify bootstrap provisioning logs, or inspect the structure of a new skill you are authoring.

Quick Start

Run the claude-explorer skill to launch the local browser interface for your current project.

Frequently Asked Questions about claude-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize and browse my Claude Code filesystem structure?

You can visualize your Claude filesystem by generating a self-contained HTML browser using a Python-based crawler and local HTTP server. This provides an interactive interface to navigate the ~/.claude/ directory and current project root.

Can I inspect Claude plugin manifests and scripts inline without opening a terminal?

Yes, you can inspect Claude plugin manifests and scripts inline. The HTML browser supports deep rendering, allowing you to click on configuration primitives and markdown files to view their contents directly within the browser interface.

What is the best way to audit installed Claude plugins and project configurations?

Auditing installed Claude plugins is best done by launching the local HTML browser. It provides hierarchical visualization of your multi-root environment, facilitating the discovery and inspection of marketplaces, plugins, and project-specific configurations.

Do I need Python or any dependencies to run the Claude filesystem browser?

You need Python to run the filesystem browser. The implementation requires the pyyaml dependency to generate deterministic summary projections and launch the local HTTP server for browsing your Claude environment.

Is it safe to serve local Claude directory files through an HTTP server?

Serving local Claude directory files is safe because the browser implements path-traversal guards and Host-header validation. These security measures ensure that only authorized local file access is permitted during inspection.

Does the Claude filesystem browser work with project-specific configurations?

Yes, the Claude filesystem browser works with project-specific configurations. It crawls both the global ~/.claude/ directory and your current project root, allowing you to verify bootstrap provisioning logs and inspect newly authored skills.