MITupdated 5mo ago
Export Claude Code conversations to Obsidian-compatible markdown with full user/assistant conversation, project detection, and YAML frontmatter.
¿Qué puedes hacer con Session Export?
description: Export Claude Code sessions to Obsidian markdown. Sync current session, batch export, or add notes.
Session Export
Export Claude Code conversations to Obsidian-compatible markdown with full user/assistant conversation, project detection, and YAML frontmatter.
Usage
When the user asks to sync or export sessions, run the appropriate command:
Sync current session
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py sync --session-id ${CLAUDE_SESSION_ID}
Export sessions
# Today's sessions
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py export --today
# All sessions
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py export --all
# By project
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py export --project PROJECT_NAME
Add a note to current session
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py note "your note here" --session-id ${CLAUDE_SESSION_ID}
Configuration
Requires VAULT_DIR environment variable pointing to the Obsidian vault. Run /session-export:setup for interactive configuration.
Instalación
Añade Session Export a tu cliente. Elige el que uses.
npx skills add vranac/claude-session-export-obsidianInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add vranac/claude-session-export-obsidianAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/vranac/claude-session-export-obsidian
cp -r skills/session-export ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Puntuación
58 / 100
Suficiente