benjamin7007

Pawscope — Productivity skill for Claude Code

Productivity community

Local web dashboard for inspecting Claude / Copilot / Codex CLI agent sessions in real time.

How to install Pawscope

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

What Pawscope does

Local web dashboard for inspecting Claude / Copilot / Codex CLI agent sessions in real time. Read-only, local-only, single binary.

Alternatives in Productivity

README

Pawscope overview dashboard

Pawscope 🐾

**A local web dashboard for inspecting your CLI agent sessions in real time.**

Stop wondering what `copilot`, `claude`, and `codex` are actually doing across five terminal windows. One panel. Read-only. No daemon. Local by default.

[English](./README.md) · [简体中文](./README.zh-CN.md)

[![CI](https://github.com/benjamin7007/Pawscope/actions/workflows/ci.yml/badge.svg)](https://github.com/benjamin7007/Pawscope/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/benjamin7007/Pawscope?logo=github)](https://github.com/benjamin7007/Pawscope/releases/latest) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Rust](https://img.shields.io/badge/rust-1.87+-orange?logo=rust&logoColor=white)](https://www.rust-lang.org)


What it does

Pawscope reads the state your CLI agents already write to disk (`~/.copilot/session-state/`, `~/.claude/projects/`, `~/.codex/state_*.sqlite`, `~/.local/share/opencode/`) and renders it as a single, live-updating dashboard:

  • See what's running. Every active session, every conversation, in one place — across 6 agents.
  • See what it cost. Per-turn token usage, model-aware USD estimates, daily budget tracking.
  • See what it touched. Tools called, skills loaded, files mentioned, prompts asked.
  • Catch problems early. Hot files, dangerous tools, dormant sessions, peak hours, cost outliers.
  • Manage your skills. Browse 328+ community skills, install per-project or globally, with categories.
  • Sync across devices. Push your favorites to GitHub, pull on another machine. Categorized, with badges.
  • Organize sessions. Hide, delete (trash), rename, star, tag, and compare sessions.

No telemetry. No cloud. No login. The binary boots, scans your home directory, opens your browser. That's it.


Highlights

Related Skills