get-session-logs

Retrieve current session system logs filtered by count and severity level.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill get-session-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-session-logs
Source: https://github.com/openakita/openakita/tree/main/skills/system/get-session-logs
Command: npx skills add https://github.com/openakita/openakita --skill get-session-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes agents (resource) and references (resource) components.

What problem does it solve?

This Skill provides access to system logs, crucial for diagnosing command failures, understanding errors, and reviewing past operations.

Core Features & Use Cases

  • Error Diagnosis: Quickly access logs when commands fail or produce unexpected results.
  • Operational Review: Understand the sequence of events and system status during previous operations.
  • Use Case: If a file operation failed, use this Skill to examine the logs for specific error messages and identify the root cause.

Quick Start

Get the last 50 system logs with a warning level or higher.

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 system logs for debugging command execution failures?

To retrieve system logs for debugging command execution failures, you can fetch the current session logs to identify specific error messages and pinpoint the root cause of the failure.

Can I filter system logs by severity level to find specific error information?

Yes, you can filter system logs by severity level to find specific error information. The system supports filtering by DEBUG, INFO, WARNING, and ERROR levels to help isolate issues.

What is the best way to review operational status and past events during a session?

The best way to review operational status and past events during a session is to retrieve the system logs, which detail the sequence of events and system status for previous operations.

How do I get the last 50 system logs with a warning level or higher?

You can get the last 50 system logs with a warning level or higher by requesting the current session logs and applying a filter for the count and the WARNING severity level.

Does retrieving session logs require any external dependencies or setup?

Retrieving session logs requires no external dependencies or setup. The feature directly accesses current session data to provide immediate operational analysis and troubleshooting insights.