Session Export
This skill exports a user’s entire session data for debugging or analysis, streamlining 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-export npx -- -y @trustedskills/session-export
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"session-export": {
"command": "npx",
"args": [
"-y",
"@trustedskills/session-export"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The session-export skill allows AI agents to export a user's current session data. This includes information like browsing history, form entries, and other interactive elements within the session. The exported data can be saved locally or shared with others for review or backup purposes.
When to use it
- Troubleshooting: Exporting a session allows developers to examine user interactions in detail when debugging issues.
- Data Recovery: Users can recover lost data from a previous session by exporting and re-importing the information.
- Sharing workflows: A user could export their session to share their progress with a colleague or demonstrate a specific workflow.
- Compliance/Auditing: Exported sessions can be used for audit trails or compliance requirements related to user activity.
Key capabilities
- Session data extraction
- Local file saving
- Data sharing (potential, not explicitly stated)
Example prompts
- "Export my current session as a JSON file."
- "Save this browsing history to a local file."
- “Can you create an archive of what I’ve been doing?”
Tips & gotchas
The format of the exported data is not specified, so be prepared for potential parsing or interpretation challenges depending on the application. Consider that large sessions may result in substantial export file sizes.
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.