axec-cat

Print full axec session output with --session, --follow, --stderr, and --json flags.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SpecterShell/axec --skill axec-cat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axec-cat
Source: https://github.com/SpecterShell/axec/tree/main/skills/axec-cat
Command: npx skills add https://github.com/SpecterShell/axec --skill axec-cat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly retrieve and review the complete output history of an axec session, enabling auditing, debugging, and real-time monitoring without manual log collation.

Core Features & Use Cases

  • Print the full session output history for any axec session.
  • Optionally follow live output to stream new logs as they arrive.
  • Support for stdout/stderr separation and session targeting via CLI flags.

Quick Start

Run axec cat --session <NAME> to print the complete log for that session, with an option to follow live output.

Frequently Asked Questions about axec-cat

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

FAQPage Schema
How do I retrieve full session logs from a Bash CLI for debugging?

You can retrieve full session logs by printing the complete recorded output history of a targeted session. This enables auditing and debugging of long-running Bash sessions without manual log collation.

Can I stream live output from a running session to a Bash terminal?

Yes, you can stream live output from a running session by using the follow flag. This streams new logs as they arrive, enabling real-time monitoring of active sessions directly in your terminal.

What is the best way to separate stdout and stderr when reviewing session history?

The best way to separate stdout and stderr when reviewing session history is to use the dedicated stderr flag. This isolates error streams from standard output during historical data extraction and debugging.

Does this logging tool support JSON output for archived session data?

Yes, the logging tool supports JSON output for archived session data via the json flag. This allows you to extract historical data from past sessions in a structured format for downstream analysis.

How do I print the complete output history of a specific axec session?

You print the complete output history of a specific axec session by running the print command with the session flag and the target name. This retrieves the full recorded output for immediate auditing and review.