research-read

Retrieve and search saved research items from the Supabase research_items table.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily retrieve, search, and view previously saved research and investigation results, preventing the need to re-gather information and facilitating knowledge reuse.

Core Features & Use Cases

  • View Saved Research: Browse a list of all stored research items.
  • Search Research: Find specific research based on keywords in titles, summaries, or facts.
  • Retrieve Specific Items: Get detailed information about a particular research item by its title or ID.
  • Use Case: A team member needs to recall findings from a previous investigation into "AI ethics." They can use this Skill to search their saved research and quickly pull up the relevant summaries and insights.

Quick Start

Show me all saved research items related to 'RAG'.

Frequently Asked Questions about research-read

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

FAQPage Schema
How do I retrieve saved research items from a Supabase database?

To retrieve saved research items from a Supabase database, query the `research_items` table using SQL executed via the Supabase MCP `execute_sql` function to display all stored records.

How can I search my saved research data by keywords?

You can search saved research data by filtering keywords found in the titles, summaries, or facts of the records within the `research_items` table to quickly find relevant insights.

What is the best way to view detailed information for a specific research item?

The best way to view detailed information for a specific research item is to retrieve it by its exact title or ID, which pulls up the full summaries and facts stored in the database.

Do I need Supabase MCP to access stored investigation insights?

Yes, you need the Supabase MCP configured because this skill utilizes its `execute_sql` function to run SQL queries against the `research_items` table for data retrieval and display.

Can I browse all previously saved research without re-gathering the information?

Yes, you can browse all previously saved research without re-gathering information by viewing a complete list of stored investigation results and insights directly from the `research_items` table.