Claude Codeexport-responses

export-responses

Export an interview’s responses and transcripts to a file for analysis or sharing. The skill formats and writes the file — it doesn’t send your data anywhere.

Triggers on: “export the responses”, “download the transcripts”, “give me a CSV of the answers”, “save the results to a file”.

What it does

  1. Identifies the deployment and settles the format and destination (a path in your project).
  2. Pulls the responses via ear3_list_responses, with transcripts when needed.
  3. Formats:
    • CSV — one row per response: id, status, participant, date, audio flag, transcript-turn count, AI summary. Fields are properly quoted/escaped.
    • Markdown — a heading per response with metadata and the full turn-by-turn transcript, verbatim.
  4. Writes the file and reports the path, the count, and the completed-vs-partial split.

The skill is honest about coverage: if there are more responses than one API call returns, it tells you how many of the total it exported instead of presenting a partial file as complete.

Backed by the ear3_list_responses tool.


Built by Ear3 — voice interviews for any app.
⌘/