view

Open agent journal entries in a browser HTML viewer.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/brewpirate/acme-frontier-ai --skill view-brewpirate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view
Source: https://github.com/brewpirate/acme-frontier-ai/tree/main/catalog/projects/field-notes/skills/view
Command: npx skills add https://github.com/brewpirate/acme-frontier-ai --skill view-brewpirate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill opens an agent journal in a browser so you can review entries in a readable format instead of raw JSONL.

Core Features & Use Cases

  • Checks that the journal file exists before trying to view it.
  • Encodes the journal content and loads it into a local HTML viewer with the Tokyo Night theme.
  • Use it to inspect field notes, verify recent writes, or review past activity quickly.

Quick Start

Ask the assistant to open the agent journal in the browser viewer.

Frequently Asked Questions about view

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

FAQPage Schema
How do I view agent journal entries in a readable format instead of raw JSONL?

To view agent journal entries in a readable format, this Skill base64-encodes the journal content and loads it into a local HTML viewer with the Tokyo Night theme. It allows you to review field notes and verify past activity through your system browser.

Can I open an agent journal in my browser if the file does not exist yet?

No, you cannot open the agent journal in your browser if the file does not exist. The Skill checks that the journal file exists before attempting to view it, requiring a pre-existing file to encode and display.

What is the best way to review field notes written by a Claude agent?

The best way to review field notes is to use a browser viewer that base64-encodes the journal content and renders it as an HTML page. This provides a styled, readable interface for inspecting recent writes and reviewing past activity.

Do I need any specific dependencies to open an agent journal in an HTML viewer?

No specific dependencies are required to open the agent journal in an HTML viewer. The Skill only requires a local journal file to exist and a system browser to launch the base64-encoded HTML viewer.

Why does my agent journal viewer show encoded content instead of readable text?

If your agent journal viewer shows encoded content, the base64-encoded journal content may not be loading correctly into the local HTML viewer. The Skill relies on the system browser to properly decode and render the field notes.