enquete-read

Read, search, and list survey summaries from the Supabase enquete_summary table.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iketomo/cowork_x_plugin --skill enquete-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enquete-read
Source: https://github.com/iketomo/cowork_x_plugin/tree/main/work-utils/skills/enquete-read
Command: npx skills add https://github.com/iketomo/cowork_x_plugin --skill enquete-read

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to easily access, search, and view summaries of past surveys and interviews stored in your Supabase database, eliminating the need to manually query data.

Core Features & Use Cases

  • List all surveys: Get an overview of all available survey and interview summaries.
  • Retrieve specific survey: Fetch all summaries for a particular survey.
  • Cross-search by keyword: Find relevant summaries across different surveys based on keywords.
  • Use Case: When planning a new event, you can use this Skill to quickly search for feedback from previous events on topics like "satisfaction" or "venue" to inform your decisions.

Quick Start

Show me a list of all registered surveys.

Frequently Asked Questions about enquete-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and read survey summaries stored in Supabase?

To search survey summaries stored in Supabase, you can use SQL queries via the Supabase MCP execute_sql function to retrieve and filter records from the enquete_summary table based on specific keywords in titles and details.

Can I cross-search interview feedback by keyword across different surveys?

Yes, you can cross-search interview feedback by keyword across different surveys. The system executes SQL queries to find relevant summaries matching your specified keywords within the survey titles and details.

How do I list all available survey and interview summaries from my database?

To list all available survey and interview summaries, you query the enquete_summary table in Supabase. This retrieves a complete overview of all registered research entries stored in your database.

Do I need Supabase MCP to retrieve specific survey details?

Yes, you need Supabase MCP configured. The tool utilizes the Supabase MCP execute_sql function to run SQL queries against your database, which is required for fetching and reading specific survey details from the enquete_summary table.

What is the best way to find past event feedback in Supabase for planning a new event?

The best way to find past event feedback in Supabase is to cross-search the enquete_summary table by keywords like satisfaction or venue. This allows you to quickly retrieve and review relevant research summaries to inform your new event planning decisions.

What are the limitations of searching research summaries with SQL queries?

The search functionality is limited to text matching within the title and details columns of the enquete_summary table. Complex analytical filtering or joining with other database tables is constrained by the scope of the SQL queries executed through Supabase MCP.