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
- Identifies the deployment and settles the format and destination (a path in your project).
- Pulls the responses via
ear3_list_responses, with transcripts when needed. - 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.
- 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.