get-session-logs

Retrieve configurable session system logs with severity level filtering.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill get-session-logs-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-session-logs
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/get-session-logs
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill get-session-logs-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve recent session system logs to diagnose failed commands, errors, and unexpected session behavior, so you can understand what happened and why.

Core Features & Use Cases

  • Configurable Log Retrieval: Return a specified number of recent log entries to limit output or focus on recent activity.
  • Level Filtering: Filter logs by severity level such as DEBUG, INFO, WARNING, or ERROR to surface relevant messages faster.
  • Use Case: When a command fails or an operation doesn't behave as expected, fetch the session logs to inspect command details, error traces, and system status.

Quick Start

Request the last 50 session logs filtered to show only ERROR level entries.

Frequently Asked Questions about get-session-logs

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

FAQPage Schema
How do I retrieve session logs to troubleshoot a failed command?

To retrieve session logs for troubleshooting failed commands, use this Skill to fetch recent system entries. It returns a configurable number of logs to help you inspect command details and error traces.

Can I filter system logs by severity level like ERROR or WARNING?

Yes, you can filter system logs by severity level such as ERROR, WARNING, INFO, or DEBUG. This level filtering surfaces relevant messages faster when diagnosing unexpected behavior.

What is the best way to review recent system activities within my current agent session?

The best way to review recent system activities is to retrieve session logs within the current agent session. You can configure the number of log entries returned to focus on recent operations and diagnose failures.

Does this log retrieval tool require any external dependencies or components?

No, this log retrieval tool requires no external dependencies or components. It directly accesses session system logs to diagnose command failures without needing additional environment setup.

Why do I need session logs when investigating unexpected agent behavior?

You need session logs to understand what happened and why unexpected behavior occurred. Retrieving these entries provides command details, error traces, and system status to pinpoint the root cause of failures.

How to get the last 50 session logs filtered to show only ERROR level entries?

To get the last 50 session logs filtered to show ERROR level entries, request a configurable number of logs with level filtering applied. This limits output and focuses on recent critical failures.