survey-analysis

AI-powered survey response analysis. Analyzes open-ended survey responses, clusters themes, detects sentiment, and generates actionable insights. Uses BERTopic + GPT-4o-mini.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "survey-analysis" with this command: npx skills add 1477009639zw-blip/betasurvey

Survey Response Analysis Tool

AI-powered analysis of open-ended survey responses. Clusters themes, detects sentiment, generates actionable insights.

Usage

python3 analyze.py --input responses.csv --output report.md

Input CSV Format

respondent_id,response
1,"The product is great but delivery is slow"
2,"Amazing quality, fast shipping"
3,"Good but expensive"

Output

# Survey Analysis Report

## Sentiment Distribution
- Positive: 60%
- Neutral: 25%  
- Negative: 15%

## Top Themes
1. Delivery Speed (mentioned 45%)
2. Product Quality (mentioned 38%)
3. Price Value (mentioned 22%)

## Action Items
- Improve delivery logistics
- Maintain quality standards

Notes

Requires: python3, pandas, openai (or Anthropic API key)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Scholar Deep Research

Use when the user asks for a literature review, academic deep dive, research report, state-of-the-art survey, topic scoping, comparative analysis of methods/...

Registry SourceRecently Updated
1410Profile unavailable
Research

PoliBERT Sentiment Analysis

Political sentiment analysis using PoliBERTweet - a RoBERTa model pre-trained on 83M political tweets. Analyzes support, opposition, and stance toward politi...

Registry SourceRecently Updated
590Profile unavailable
Research

Ai Paper Survey

Conduct structured AI paper surveys using alphaXiv MCP tools. Reads user research interests from a keywords file, searches recent papers across multiple dime...

Registry Source
1880Profile unavailable
Research

Chinese NLP Toolkit

Specialized natural language processing for Chinese text. Covers segmentation (jiaba), sentiment analysis, keyword extraction, text summarization, tone detec...

Registry Source
3510Profile unavailable