Session Log
This skill extracts and displays detailed session logs for analysis, aiding in troubleshooting and understanding user behavior.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add session-log npx -- -y @trustedskills/session-log
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"session-log": {
"command": "npx",
"args": [
"-y",
"@trustedskills/session-log"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, session-log, allows an AI agent to record and manage a history of its interactions. It provides the ability to store prompts, responses, and other relevant data from each session. This logged information can then be reviewed or used for analysis and debugging purposes.
When to use it
- Debugging Agent Behavior: Review past conversations to understand why an agent made certain decisions or encountered issues.
- Tracking Progress in Complex Tasks: Log steps taken during a multi-stage process, allowing you to reconstruct the workflow later.
- Analyzing User Interactions: Gain insights into user behavior and preferences by examining logged prompts and responses.
- Reproducing Specific Scenarios: Recreate past interactions for testing or demonstration purposes.
Key capabilities
- Session recording
- Prompt storage
- Response storage
- Session management
Example prompts
- "Start a new session."
- "Show me the last 3 sessions."
- "Log this interaction: [prompt] - [response]"
Tips & gotchas
The effectiveness of session-log depends on the underlying agent's ability to accurately capture and store data. Ensure that the agent is configured to properly utilize the skill’s logging features for optimal results.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.