← Back to Skills Marketplace
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-debug-log-investigator
Description
Use when diagnosing a failing or confusing Claude Code session by enabling debug logging, tailing recent logs, and explaining warnings or errors.
Usage Guidance
This skill appears to do what it says, but before installing or invoking it, confirm where it will read logs and which config files it may access, and whether it will make persistent changes when enabling debug logging. Prefer to: (1) grant only read access to specific log file paths (tailing only), (2) require explicit user approval before toggling debug settings or modifying configs, and (3) review any logs for sensitive data (API keys, tokens, PII) before sharing results. If you cannot constrain file paths or require reversible debug toggling, treat the skill cautiously or run diagnosis manually.
Capability Analysis
Type: OpenClaw Skill
Name: session-debug-log-investigator
Version: 1.0.0
The skill bundle is a diagnostic tool designed to help users troubleshoot Claude Code sessions by enabling debug logging and analyzing log tails. The instructions in SKILL.md and agents/openai.yaml are consistent with the stated purpose and include guardrails to prevent resource exhaustion (e.g., tailing logs instead of reading large files). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name and description match the instructions: diagnosing a session by enabling debug logging, tailing recent logs, and explaining warnings/errors. The skill is instruction-only and doesn't claim functionality beyond log inspection and config cross-checks.
Instruction Scope
SKILL.md tells the agent to 'enable debug logging', 'tail recent logs', and 'cross-check config files' but does not specify log or config paths, nor limits on which files may be read or modified. That vagueness gives the agent broad discretion to read or change files outside the intended scope (including potentially sensitive configs or logs) and to modify runtime settings (enable debug) without clear safeguards.
Install Mechanism
No install spec and no code files: the skill is instruction-only so nothing is downloaded or written to disk during install.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a log-inspection helper, but contrasts with its runtime instructions which imply filesystem/config access that is not explicitly declared.
Persistence & Privilege
always is false and there is no indication the skill changes other skills or global agent settings. However, the instructions do include enabling debug logging which may persist system-level changes depending on how it is performed — the skill does not document whether changes should be temporary or reversible.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-debug-log-investigator - After installation, invoke the skill by name or use
/session-debug-log-investigator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial extraction from local Claude Code source
Metadata
Frequently Asked Questions
What is Session Debug Log Investigator?
Use when diagnosing a failing or confusing Claude Code session by enabling debug logging, tailing recent logs, and explaining warnings or errors. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Session Debug Log Investigator?
Run "/install session-debug-log-investigator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Debug Log Investigator free?
Yes, Session Debug Log Investigator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Debug Log Investigator support?
Session Debug Log Investigator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Debug Log Investigator?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.
More Skills