From stash
Export a stashed session to zip file (usage: /stash:export "name" "/path/to/output.zip")
npx claudepluginhub wuliang142857/claude-stash## Context
- Saved sessions: !`python3 ~/.claude/plugins/marketplaces/wuliang142857/plugins/stash/scripts/stash.py list 2>/dev/null || python3 ~/.claude/plugins/local/stash/scripts/stash.py list 2>/dev/null || cat ~/.claude/session-names.json 2>/dev/null || echo '{}'`
## Your task
The user wants to export a stashed session to a zip file for backup or transfer to another machine.
Arguments:
- First argument: session name to export
- Second argument: output file path (should end with .zip)
Steps:
1. Parse the arguments. If session name is missing, tell user the usage: `/stash:export "na.../exportExports issues to JSONL format (one object per line), sorted by ID for readable git diffs. Supports -o output-file and --status filter.
/exportExports research findings from latest or specified session to knowledge-intake compatible markdown file saved to docs/research/export-{session}.md.
/exportExports personal instincts to a timestamped .tar.gz file in .claude/homunculus/exports/ for sharing. Optionally includes metadata manifest with count and domains.
/exportExport Claude Code session history as CSV or JSON with optional --today, --week, --month, or --tag filters. Defaults to CSV, previews first 10 lines, suggests file redirect.
/exportExports project memories from .nemp/memories.json to CLAUDE.md. Appends/updates Nemp section by default; --replace overwrites entire file.
/exportExport PR/FAQ LaTeX (.tex) to Word (.docx) via pandoc without TeX install. Specify [filename.tex] or auto-detects prfaq.tex.
python3 ~/.claude/plugins/marketplaces/wuliang142857/plugins/stash/scripts/stash.py list 2>/dev/null || python3 ~/.claude/plugins/local/stash/scripts/stash.py list 2>/dev/null || cat ~/.claude/session-names.json 2>/dev/null || echo '{}'The user wants to export a stashed session to a zip file for backup or transfer to another machine.
Arguments:
Steps:
/stash:export "name" "/path/to/output.zip" and stop.~/session-export.zippython3 ~/.claude/plugins/marketplaces/wuliang142857/plugins/stash/scripts/stash.py export "SessionName" "/path/to/output.zip"
or:
python3 ~/.claude/plugins/local/stash/scripts/stash.py export "SessionName" "/path/to/output.zip"
/stash:import.Only perform the export operation, nothing else.