ismetozalp

Explorer — AI skill for Claude Code

AI community

A Cockpit plugin that turns the web console into a full file manager — browse, edit, preview, search, terminals, and Git — with integrated Claude & Codex AI CLI tabs showing a live git diff, plus fsta.

How to install Explorer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ismetozalp/explorer and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Explorer does

A Cockpit plugin that turns the web console into a full file manager — browse, edit, preview, search, terminals, and Git — with integrated Claude & Codex AI CLI tabs showing a live git diff, plus fstab/mounts, SMB & NFS shares, and a GRUB editor.

Alternatives in AI

  • Pixel Agents — Compressed Reference — VS Code extension with embedded React webview: pixel art office where AI agents (Claude Code terminals) are an 6.5k ★
  • Kimi Cc — Use Kimi's latest model (kimi-k2-0711-preview) to drive Claude Code 1.7k ★
  • Nodeterm — Node-based terminal manager for AI coding agents — tmux-backed terminals and parallel agent sessions as dragga 1.3k ★

README

Explorer — a Cockpit file browser plugin

Explorer turns [Cockpit](https://cockpit-project.org/)'s web console into a full file manager for your server — browse, edit, transfer, search, and run things on your files without leaving the browser or dropping to SSH. It's a single browser-side plugin (pure HTML/CSS/JS, **no build step**, no server daemon) that runs every privileged action through Cockpit's own superuser bridge.

**📺 Another Cockpit plugin of mine:** [**InFlight TV**](https://github.com/ismetozalp/iftv) (`ismetozalp/iftv`) — an IPTV / live-TV player for the Cockpit console. If you like Explorer, give it a look.

**📊 And another:** [**ctop**](https://github.com/ismetozalp/ctop) (`ismetozalp/ctop`) — a live system/process monitor for the Cockpit console; from ctop you can jump straight into any directory here.

**⬇️ And another:** [**Manifest**](https://github.com/ismetozalp/manifest) (`ismetozalp/manifest`) — a download manager for the Cockpit console (torrents, magnets, HTTP/FTP/Metalink via a per-user `aria2c`); it deep-links its downloads straight into Explorer.

**💾 And another:** [**Hangar**](https://github.com/ismetozalp/hangar) (`ismetozalp/hangar`) — scheduled, deduplicated, encrypted backups for the Cockpit console (restic-based) with automatic retention thinning, a point-in-time file browser, and bare-metal disaster recovery.

**🖥️ And another:** [**Pilot**](https://github.com/ismetozalp/pilot) (`ismetozalp/pilot`) — installs and manages a self-hosted [RustDesk](https://rustdesk.com/) remote-desktop server (`hbbs`/`hbbr` plus an API control plane) from the Cockpit console.

**Highlights**

  • 🗂️ Multi-tab browser with an optional two-pane (Midnight Commander) layout, multi-select, and drag-and-drop with rename-on-drop.
  • 🔍 Search by filename or content — literal or regex, current folder or recursive.
  • 👁️ Preview (text with line numbers, images, PDF, video, audio) and a **Monaco / Qu