mindspider-connector

Extract trending topics, sentiment scores, and sample posts from MindSpider into Cortex evidence structures.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/TECHKNOWMAD-LABS/cortex-research-suite --skill mindspider-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mindspider-connector
Source: https://github.com/TECHKNOWMAD-LABS/cortex-research-suite/tree/main/skills/mindspider-connector
Command: npx skills add https://github.com/TECHKNOWMAD-LABS/cortex-research-suite --skill mindspider-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymysql, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between the Cortex Research Suite and a MindSpider social listening deployment, enabling the automated retrieval and transformation of crucial social media data.

Core Features & Use Cases

  • Social Listening Data Extraction: Pulls trending topics, sentiment scores, and sample posts directly from a MindSpider database.
  • Data Transformation: Converts raw social data into Cortex-native evidence structures, ready for immediate use in research pipelines.
  • Flexible Data Sourcing: Supports both live connection to a MindSpider deployment (via MINDSPIDER_DB_URL) and a demo mode using synthetic data for testing and development.

Quick Start

Use the mindspider-connector skill to extract trending topics from the MindSpider database, filtering by the domain 'AI'.

Frequently Asked Questions about mindspider-connector

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

FAQPage Schema
How do I extract social listening data from a MindSpider database for research pipelines?

Social listening data extraction from a MindSpider database pulls trending topics, sentiment scores, and sample posts, then transforms the raw data into Cortex-native evidence structures for research pipeline consumption.

Can I test social data transformation without a live MindSpider deployment?

Yes, social data transformation supports a demo mode that uses synthetic data generation, allowing you to test data extraction and formatting without requiring a live MindSpider database connection.

Do I need MySQL to connect to MindSpider for trending topics and sentiment analysis?

Yes, live trending topics and sentiment analysis extraction requires a MySQL connection via the pymysql dependency, which is configured using the MINDSPIDER_DB_URL environment variable.

What's the best way to convert raw social media posts into Cortex-native evidence structures?

The best way to convert raw social media posts into Cortex-native evidence structures is by using a MindSpider connector that automatically extracts and transforms sentiment scores and trending topics.

What are the limitations of using MindSpider for social listening data transformation?

A key limitation is that MindSpider data transformation relies on pymysql for live MySQL connections, meaning network access to the deployment or demo mode is required to retrieve trending topics and sentiment data.