---
title: "Browse search and cost-audit local coding-agent histories before resuming or standardizing workflows with agentsview"
description: "Index local coding-agent sessions into a searchable SQLite-backed view so you can inspect usage, compare failures, and recover prior context quickly."
verification: "listed"
source: "https://github.com/wesm/agentsview"
author: "wesm"
publisher_type: "open_source"
category:
  - "Research & Scraping"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "wesm/agentsview"
  github_stars: 774
---

# Browse search and cost-audit local coding-agent histories before resuming or standardizing workflows with agentsview

Index local coding-agent sessions into a searchable SQLite-backed view so you can inspect usage, compare failures, and recover prior context quickly.

## Prerequisites

agentsview binary or desktop app

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
curl -fsSL https://agentsview.io/install.sh | bash
# or download the desktop app from GitHub Releases
```

## Documentation

- https://github.com/wesm/agentsview

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/browse-search-and-cost-audit-local-coding-agent-histories-before-resuming-or-standardizing-workflows-with-agentsview/)
