Asciinema Analyzer

🌐Community
by terrylica · vlatest · Repository

Analyzes ASCII art sequences from AsciiMemes, identifying patterns and elements for creative inspiration or data extraction.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add asciinema-analyzer npx -- -y @trustedskills/asciinema-analyzer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "asciinema-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/asciinema-analyzer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill processes asciinema recording files to extract and analyze terminal session data. It enables AI agents to understand command sequences, output logs, and execution timelines stored in .cast or .tar formats.

When to use it

  • Reviewing complex debugging sessions where standard text logs are insufficient.
  • Automating the analysis of repetitive deployment workflows captured in recordings.
  • Extracting specific commands or error messages from long-running terminal sessions.
  • Converting visual terminal history into structured data for further processing.

Key capabilities

  • Parses asciinema recording files (.cast, .tar) directly.
  • Extracts command inputs, timestamps, and corresponding outputs.
  • Structures unstructured terminal logs into readable formats.
  • Identifies session metadata including duration and command counts.

Example prompts

  • "Analyze this asciinema recording to find where the database connection failed."
  • "Extract all docker commands run in this session along with their exit codes."
  • "Summarize the key steps taken during this system reboot process from the recording file."

Tips & gotchas

Ensure the input file is a valid .cast or .tar archive generated by asciinema; plain text logs will not work. Large recordings may require chunking if the AI agent has context window limits for processing the entire session at once.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
terrylica
Installs
41

🌐 Community

Passed automated security scans.