What problem does it solve? Working with submitted form data often requires manual database queries or ad-hoc scripts. This Skill provides a consistent workflow for listing submissions, exporting them to CSV or JSON, and running response analytics without writing custom code. ## Core Features & Use Cases - List Responses: View submissions for any form with field labels and values, ordered by submission date, using the list-responses action. - Export Responses: Export response data to CSV (with headers derived from field labels) or JSON using the export-responses action. - Response Analytics: Analyze patterns, compute statistics like average ratings, and run advanced SQL queries against the responses table via the db-query script. - Use Case: A product manager asks "How many people submitted the feedback form this week and what was the average rating?" The Skill lists responses for the form, filters by submission date, and computes the average from rating fields. ## Quick Start Ask the agent to list the responses for a specific form and export them to a CSV file for analysis.