ab-testing-analyzer
全面的AB测试分析工具,支持实验设计、统计检验、用户分群分析和可视化报告生成。用于分析产品改版、营销活动、功能优化等AB测试结果,提供统计显著性检验和深度洞察。
Analyze text content using both traditional NLP and LLM-enhanced methods. Extract sentiment, topics, keywords, and insights from various content types including social media posts, articles, reviews, and video content. Use when working with text analysis, sentiment detection,
$ npx -y skills add liangdabiao/claude-data-analysis-ultra-main --skill content-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze text content using both traditional NLP and LLM-enhanced methods. Extract sentiment, topics, keywords, and insights from various content types including social media posts, articles, reviews, and video content. Use when working with text analysis, sentiment detection,
name: content-analysis description: Analyze text content using both traditional NLP and LLM-enhanced methods. Extract sentiment, topics, keywords, and insights from various content types including social media posts, articles, reviews, and video content. Use when working with text analysis, sentiment detection, topic modeling, or content optimization. allowed-tools: Read, Write, Edit, Bash, Grep, Glob
Analyze text content using advanced NLP techniques and LLM-powered insights to extract sentiment, topics, and actionable intelligence from various content sources.
This skill helps you: 1. **Analyze sentiment** using both traditional NLP and LLM methods 2. **Extract topics and keywords** from large text datasets 3. **Classify and cluster content** automatically 4. **Identify viral content** patterns and characteristics 5. **Generate content insights** and recommendations 6. **Support multiple languages** and content formats
pip install pandas numpy matplotlib seaborn nltk scikit-learn wordcloud
pip install openai dashscope # For OpenAI and Qwen API access
import nltk
nltk.download('vader_lexicon')
nltk.download('punkt')
nltk.download('stopwords')Your data should include:
1. **Text Preprocessing**: Clean, tokenize, and normalize text 2. **Sentiment Analysis**: Traditional VADER + LLM-enhanced analysis 3. **Topic Extraction**: TF-IDF keywords + LLM semantic topics 4. **Content Classification**: Automated categorization and clustering 5. **Pattern Recognition**: Identify viral content characteristics 6. **Insight Generation**: Actionable recommendations
# Analyze Twitter posts for brand sentiment # Identify trending topics and hashtags # Measure engagement patterns
# Analyze video titles and descriptions # Extract topics from comments # Identify viral content patterns
# Analyze customer feedback sentiment # Extract product feature mentions # Identify improvement opportunities
1. **What is the overall sentiment toward our brand?** 2. **Which topics are trending in our industry?** 3. **What makes content go viral?** 4. **How does sentiment vary by demographic or region?** 5. **What are customers saying about our products?** 6. **Which content formats perform best?**
See [examples/](examples/) directory for:
# OpenAI Configuration import openai openai.api_key = 'your-api-key' # Qwen Configuration import dashscope dashscope.api_key = 'your-api-key'
1. **Data Quality**: Ensure clean, consistent text data 2. **Sampling Strategy**: Use representative samples for LLM analysis 3. **Cost Management**: Balance traditional NLP with LLM calls 4. **Language Handling**: Configure appropriate language models 5. **Validation**: Cross-validate sentiment analysis results 6. **Privacy**: Ensure compliance with data protection regulations
基于 Claude Skill 架构的智能数据分析平台。提供两套完整的技能体系: 通用数据分析技能 - 6阶段完整分析流程 互联网数据分析技能 - 7个专业分析模块 + 1个入口技能
全面的AB测试分析工具,支持实验设计、统计检验、用户分群分析和可视化报告生成。用于分析产品改版、营销活动、功能优化等AB测试结果,提供统计显著性检验和深度洞察。
Perform multi-touch attribution analysis using Markov chains, Shapley values, and custom attribution models. Use when you need to analyze marketing channel…
Generates production-ready analysis code in Python, R, SQL. Invoke when user wants reusable code for data analysis, ML, or visualization.
通用的 6 阶段数据分析助手:数据质量→探索性分析→假设生成→可视化→代码生成→综合报告。提供完整的方法论和模板!
自动化数据探索和可视化工具,提供从数据加载到专业报告生成的完整EDA解决方案。支持多种图表类型、智能数据诊断、建模评估和HTML报告生成。适用于医疗、金融、电商等领域的数据分析项目。
Performs exploratory data analysis, statistical analysis, and pattern discovery. Invoke when user wants to analyze data, find patterns, statistical testing, or…