skills/modelscope.cn/Conversation Export

Conversation Export

SKILL.md

Conversation Export

Overview

Provide the ability to export Claude Code conversation content to structured documents. Support multiple output formats (Markdown, plain text, HTML) and content scopes (full conversation, summary).

Settings Loading

Before any operation, check for user settings at .claude/chat-saver.local.md:

  1. Use the Read tool to check if .claude/chat-saver.local.md exists
  2. If it exists, parse the YAML frontmatter to extract settings
  3. If it does not exist, silently use built-in defaults (no error)
  4. Apply priority: command arguments > settings file > built-in defaults

Supported settings: default_format, default_scope, save_dir, custom_header, custom_footer. See references/settings-schema.md for full schema.

Users can run /chat-saver:setup to interactively initialize or update the configuration file.

Installs
1
First Seen
10 days ago