Export highlights to files
/plugin marketplace add ethanolivertroy/claude-plugins/plugin install readwise@ethanolivertroy-plugins# Export Highlights Export highlights in various formats (JSON, Markdown, CSV) using the `export_highlights` MCP tool. ## Usage ## Instructions Parse the arguments from `$ARGUMENTS`: - Flags: Parse --format, --tags, --book, --book-id, --date-after Call the `export_highlights` tool with: - format: From --format flag (json/markdown/csv, default: markdown) - tags: Array of tags from --tags flag (comma-separated) - bookId: Numeric book ID from --book-id flag - dateAfter: From --date-after flag (ISO 8601 format) If --book flag is provided (title instead of ID): 1. First search for the bo...