Save a claude.ai conversation to a file
save_web_conversationFetch a claude.ai conversation and write it to disk as markdown, keeping it for future reference and persistence across sessions.
Instructions
Fetch a claude.ai conversation and write it to disk as markdown — useful for parking it in the repo (e.g. docs/context/) so it persists across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination file path, e.g. ./docs/context/design-chat.md | |
| uuid | Yes | Conversation uuid | |
| include_timestamps | No |