Session Export
This skill exports user session data for debugging and analysis, streamlining troubleshooting and improving application performance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dmmulroy-session-export npx -- -y @trustedskills/dmmulroy-session-export
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dmmulroy-session-export": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dmmulroy-session-export"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, dmmulroy-session-export, allows you to export your terminal sessions. It provides a mechanism to save and potentially restore these sessions, likely for debugging or archival purposes. The exact format of the exported session is not specified in the source content.
When to use it
- Debugging: Export a problematic session to share with colleagues for assistance.
- Reproducing Issues: Save a failing workflow to recreate and investigate errors later.
- Archiving Workflows: Preserve complex sequences of commands for future reference or auditing.
- Training/Demonstration: Capture a complete terminal interaction for educational purposes.
Key capabilities
- Session Exporting
- Potential session restoration (unconfirmed)
Example prompts
- "Export my current terminal session."
- "Save this session as 'workflow_backup'."
- "Can you show me how to export a session?"
Tips & gotchas
The source content does not specify the file format or location where exported sessions are saved. You may need to consult additional documentation for details on restoring these sessions.
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.